I'm -1  to this.

If the deps are not  in central, we should not be depending  on  it.   If we 
want to upgrade to  newer versions of things, we need to make sure we either 
work with the projects to get their  stuff at central or submit the stuff to 
sonatype to get them to central.

Dan


On Thursday 09 December 2010 8:04:54 am [email protected] wrote:
> Author: ningjiang
> Date: Thu Dec  9 13:04:54 2010
> New Revision: 1043954
> 
> URL: http://svn.apache.org/viewvc?rev=1043954&view=rev
> Log:
> CXF-3177 Added the java.net maven repo into the pom
> 
> Modified:
>     cxf/trunk/pom.xml
> 
> Modified: cxf/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1043954&r1=1043953&r2=1
> 043954&view=diff
> ==========================================================================
> ==== --- cxf/trunk/pom.xml (original)
> +++ cxf/trunk/pom.xml Thu Dec  9 13:04:54 2010
> @@ -76,6 +76,17 @@
>                   <enabled>false</enabled>
>               </releases>
>           </repository>
> +         <repository>
> +              <id>java.net</id>
> +              <url>http://download.java.net/maven/2/</url>
> +              <name>Java Net Maven Repo</name>
> +             <snapshots>
> +                 <enabled>false</enabled>
> +             </snapshots>
> +             <releases>
> +                 <enabled>true</enabled>
> +             </releases>
> +         </repository>
>       </repositories>
>      <pluginRepositories>
>           <pluginRepository>
> @@ -88,6 +99,17 @@
>                   <enabled>false</enabled>
>               </releases>
>           </pluginRepository>
> +         <pluginRepository>
> +              <id>java.net</id>
> +              <url>http://download.java.net/maven/2/</url>
> +              <name>Java Net Maven Repo</name>
> +             <snapshots>
> +                 <enabled>false</enabled>
> +             </snapshots>
> +             <releases>
> +                 <enabled>true</enabled>
> +             </releases>
> +         </pluginRepository>
>       </pluginRepositories>
> 
>      <inceptionYear>2006</inceptionYear>

-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog

Reply via email to