[jbossws-dev] Re: [jbossws-commits] JBossWS SVN: r6775 - maven/parent/trunk.

Richard Opalka ropalka at redhat.com
Wed Apr 30 08:17:24 EDT 2008


Does the below commit mean there's no need to setup repositories in my 
~/.m2/repository.xml file anymore?

Richard

jbossws-commits at lists.jboss.org wrote:
> Author: thomas.diesler at jboss.com
> Date: 2008-04-30 08:17:55 -0400 (Wed, 30 Apr 2008)
> New Revision: 6775
>
> Modified:
>    maven/parent/trunk/
>    maven/parent/trunk/pom.xml
> Log:
> Add jboss repositories
>
>
> Property changes on: maven/parent/trunk
> ___________________________________________________________________
> Name: svn:ignore
>    - target
>
>    + target
> .settings
>
>
> Modified: maven/parent/trunk/pom.xml
> ===================================================================
> --- maven/parent/trunk/pom.xml	2008-04-30 11:30:31 UTC (rev 6774)
> +++ maven/parent/trunk/pom.xml	2008-04-30 12:17:55 UTC (rev 6775)
> @@ -80,11 +80,39 @@
>      </plugins>
>    </reporting>
>    
> +  <!-- 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>
> +  
>    <!-- distributionManagement -->
>    <distributionManagement>
>      <repository>
>        <!-- Copy the distribution jar file to a local checkout of the maven repository 
> -        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
> +      -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
>        <id>repository.jboss.org</id>
>        <url>file://${maven.repository.root}</url>
>      </repository>
>
> _______________________________________________
> jbossws-commits mailing list
> jbossws-commits at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbossws-commits
>   


-- 
B.Sc. Richard Opalka
Senior Software Engineer
JBoss, a division of Red Hat

Mobile: +420 731 186 942
Mail: ropalka at redhat.com




More information about the jbossws-dev mailing list