[jboss-jira] [JBoss JIRA] Commented: (JBAS-6129) Missing licenses
Paul Gier (JIRA)
jira-events at lists.jboss.org
Thu Oct 23 14:21:20 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAS-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12435207#action_12435207 ]
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.4.GA/jbossws-native-3.0.4.GA.pom
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.6.pom
> [java] Downloading: http://repository.jboss.org/maven2/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.pom
> [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
More information about the jboss-jira
mailing list