[weld-issues] [JBoss JIRA] Commented: (WELDRAD-26) Reduce/Fix the dependencies of Arquillian test goal in jboss-javaee6-webapp archetype
Robbert van Waveren (JIRA)
jira-events at lists.jboss.org
Fri Feb 4 02:25:39 EST 2011
[ https://issues.jboss.org/browse/WELDRAD-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580088#comment-12580088 ]
Robbert van Waveren commented on WELDRAD-26:
--------------------------------------------
Update my above post:
I got the last part of the missing dependencies resolved, this was due to the fact that I had our nexus installed to only download releases from jboss and not snapshots as istack-commons-runtime is. So as far as to the dependencies resolved, that is ok now.
However I'd think its still a good idear to try and reduce the dependency tree currently needed to get arquillian to work with a remote jboss 6.
> Reduce/Fix the dependencies of Arquillian test goal in jboss-javaee6-webapp archetype
> --------------------------------------------------------------------------------------
>
> Key: WELDRAD-26
> URL: https://issues.jboss.org/browse/WELDRAD-26
> Project: Weld Archetypes
> Issue Type: Feature Request
> Components: javaee6-webapp
> Affects Versions: 1.0.0.Beta2
> Environment: using m2eclipse 0.10 pointing to a standalone maven 3.0.2 installation on windows
> Reporter: Robbert van Waveren
>
> There are two special dependencies required for the Arquallian test goal on JBoss:
> arquillian-jbossas-remote-6
> jboss-as-client
> this triggers an almost endless download of other dependencies among which (as far as I can tell):
> big parts of the jboss AS 6 server
> big parts of the jboss AS 5 server
> (about 300 or so, many of which are the same but with different version numbers, taking multiple hours)
> As there are two dependencies I can't say for sure which of the two is responsible for the huge dependency tree.
> I suggest some sort of (optional) feature to shortcut this, perhaps with a "system" dependency pointing to a local jboss installation client directory.
> finally this results in the following missing dependencies which are not available in the new JBoss nexus server using by the generated POM.
> apache-xerces:xml-apis:jar:2.9.1
> javax.security:jacc:jar:1.0
> com.sun.istack:istack-commons-runtime:jar:1.1-SNAPSHOT
> apache-xerces:xml-apis:jar:2.9.1
> and many warnings regarding missing POMs.
> NOTE: adding the deprecated jboss repo as proxy to my companies local nexus did fix the missing xerces and xml-apis, however istack-commons-runtime still fails.
> As far as I know the archetype is meant to work by default using just the new jboss nexus repo, however it currently does not work for me.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list