You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/07/07 14:15:17 UTC

svn commit: r674466 - /archiva/trunk/pom.xml

Author: brett
Date: Mon Jul  7 05:15:16 2008
New Revision: 674466

URL: http://svn.apache.org/viewvc?rev=674466&view=rev
Log:
remove snapshot repository, update javadoc plugin to fix release build

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=674466&r1=674465&r2=674466&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Mon Jul  7 05:15:16 2008
@@ -1012,6 +1012,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.4</version>
             <executions>
               <execution>
                 <id>attach-javadocs</id>
@@ -1025,16 +1026,4 @@
       </build>
     </profile>
   </profiles>
-  <repositories>
-    <repository>
-      <id>snapshots.codehaus.org</id>
-      <url>http://snapshots.repository.codehaus.org</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
 </project>