[jboss-jira] [JBoss JIRA] Commented: (JBAS-5718) Add maven dependencies in repository.jboss.com
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Mon Aug 11 04:38:50 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAS-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12424367#action_12424367 ]
Richard Opalka commented on JBAS-5718:
--------------------------------------
Here are the links to directories where you can download the artifacts:
# jaxb-impl + jaxb-xjc
http://download.java.net/maven/1/com.sun.xml.bind/
# fastinfoset
http://download.java.net/maven/1/com.sun.xml.fastinfoset/
# jaxws-tools
http://download.java.net/maven/1/com.sun.xml.ws/jars/
# wstx-lgpg
http://repo1.maven.org/maven2/woodstox/wstx-lgpl/3.1.1/
# xmlsec
http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/
Just FYI we keep all our repositories in jbossws-parent (http://repository.jboss.org/maven2/org/jboss/ws/jbossws-parent/1.0.1.GA/jbossws-parent-1.0.1.GA.pom)
<!-- Repositories -->
<repositories>
<repository>
<id>maven2.java.net</id>
<name>Java.net Repository for Maven 2</name>
<url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<id>java.net</id>
<url>http://download.java.net/maven/1/</url>
<layout>legacy</layout>
</repository>
<repository>
<id>repository.jboss.org</id>
<url>http://repository.jboss.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>snapshots.jboss.org</id>
<url>http://snapshots.jboss.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
> Add maven dependencies in repository.jboss.com
> ----------------------------------------------
>
> Key: JBAS-5718
> URL: https://jira.jboss.org/jira/browse/JBAS-5718
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Build System
> Affects Versions: JBossAS-5.0.0.CR1
> Reporter: Dimitris Andreadis
> Assignee: Paul Gier
> Priority: Critical
> Fix For: JBossAS-5.0.0.CR2
>
>
> Every time you build AS5 it now goes out to look for those dependencies:
> Those need to be added to the jboss repository.
> [java] Downloading: http://snapshots.jboss.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.6/jaxb-impl-2.1.6.pom
> [java] Downloading: http://repository.jboss.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.6/jaxb-impl-2.1.6.pom
> [java] Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.6/jaxb-impl-2.1.6.pom
> [java] Downloading: http://snapshots.jboss.org/maven2/com/sun/xml/bind/jaxb-xjc/2.1.6/jaxb-xjc-2.1.6.pom
> [java] Downloading: http://repository.jboss.org/maven2/com/sun/xml/bind/jaxb-xjc/2.1.6/jaxb-xjc-2.1.6.pom
> [java] Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-xjc/2.1.6/jaxb-xjc-2.1.6.pom
> [java] Downloading: http://snapshots.jboss.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.2/FastInfoset-1.2.2.pom
> [java] Downloading: http://repository.jboss.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.2/FastInfoset-1.2.2.pom
> [java] Downloading: http://repo1.maven.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.2/FastInfoset-1.2.2.pom
> [java] Downloading: http://snapshots.jboss.org/maven2/com/sun/xml/ws/jaxws-tools/2.1.3/jaxws-tools-2.1.3.pom
> [java] Downloading: http://repository.jboss.org/maven2/com/sun/xml/ws/jaxws-tools/2.1.3/jaxws-tools-2.1.3.pom
> [java] Downloading: http://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-tools/2.1.3/jaxws-tools-2.1.3.pom
> [java] Downloading: http://snapshots.jboss.org/maven2/woodstox/wstx-lgpl/3.1.1/wstx-lgpl-3.1.1.pom
> [java] Downloading: http://repository.jboss.org/maven2/woodstox/wstx-lgpl/3.1.1/wstx-lgpl-3.1.1.pom
> [java] Downloading: http://repo1.maven.org/maven2/woodstox/wstx-lgpl/3.1.1/wstx-lgpl-3.1.1.pom
> [java] Downloading: http://snapshots.jboss.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
> [java] Downloading: http://repository.jboss.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
> [java] Downloading: http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
--
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