]
Ales Justin updated WELD-972:
-----------------------------
Fix Version/s: 1.2.0.Beta1
Affects Version/s: 1.1.2.Final
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
Affects Versions: 1.1.2.Final
Reporter: Geoffrey De Smet
Assignee: Ales Justin
Fix For: 1.2.0.Beta1
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...
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: