[
https://jira.jboss.org/jira/browse/JBAS-6129?page=com.atlassian.jira.plug...
]
Paul Gier commented on JBAS-6129:
---------------------------------
This doesn't have to do with the licenses. I tracked it down to a problem in the
jbossws-native pom.
http://repository.jboss.org/maven2/org/jboss/ws/native/jbossws-native/3.0...
It's depending on a version that doesn't exist in any repository. So I added an
exclusion to the component-matrix.
Also, Dimitris it looks like your build is trying to download releases from the snapshot
repository.
Check your settings.xml and make sure that
snapshots.jboss.org has releases disabled like
this:
{noformat}
<repository>
<id>snapshots.jboss.org</id>
<name>JBoss Snapshots Repository</name>
<
url>http://snapshots.jboss.org/maven2</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
{noformat}
Missing licenses
----------------
Key: JBAS-6129
URL:
https://jira.jboss.org/jira/browse/JBAS-6129
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Build System
Reporter: Dimitris Andreadis
Assignee: Paul Gier
Priority: Blocker
Fix For: JBossAS-5.0.0.GA
We are missing this license:
[java] Downloading:
http://snapshots.jboss.org/maven2/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2....
[java] Downloading:
http://repository.jboss.org/maven2/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2...
[java] Downloading:
http://repo1.maven.org/maven2/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.pom
Can you please add it?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira