[weld-issues] [JBoss JIRA] Created: (WELD-972) Weld does not build from source: Could not find artifact org.jboss.as:jboss-as-arquillian-common:jar:7.1.0.Alpha1-SNAPSHOT
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Tue Sep 13 04:26:26 EDT 2011
Weld does not build from source: Could not find artifact org.jboss.as:jboss-as-arquillian-common:jar:7.1.0.Alpha1-SNAPSHOT
--------------------------------------------------------------------------------------------------------------------------
Key: WELD-972
URL: https://issues.jboss.org/browse/WELD-972
Project: Weld
Issue Type: Task
Reporter: Geoffrey De Smet
It shouldn't be required to build another git repo from source first.
The build fails with:
{code}
[ERROR] Failed to execute goal on project weld-core-test: Could not resolve dependencies for project org.jboss.weld:weld-core-test:jar:1.1.3-SNAPSHOT: Could not find artifact org.jboss.as:jboss-as-arquillian-common:jar:7.1.0.Alpha1-SNAPSHOT in jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public) -> [Help 1]
{code}
Coming from:
{code}
<jbossas7.version>7.1.0.Alpha1-SNAPSHOT</jbossas7.version>
{code}
There are apparently no 7.1.0 snapshots being deployed of arquillian:
https://repository.jboss.org/nexus/index.html#nexus-search;quick~jboss-as-arquillian-common
Probably it's just a matter of configuring a hudson job on arquillian that deploys snapshot's to the jboss nexus maven repository.
--
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