You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ws...@apache.org on 2007/10/14 18:08:13 UTC

svn commit: r584562 - /maven/archiva/trunk/pom.xml

Author: wsmoak
Date: Sun Oct 14 09:08:13 2007
New Revision: 584562

URL: http://svn.apache.org/viewvc?rev=584562&view=rev
Log:
Adjust url for publishing the site to archiva/ref/[version]
Comment out the Cobertura plugin, which breaks 'mvn site'
Drop the archiva-site module from the default list so it does not get published with the reference docs.

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=584562&r1=584561&r2=584562&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Sun Oct 14 09:08:13 2007
@@ -77,7 +77,7 @@
     </repository>
     <site>
       <id>apache.website</id>
-      <url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url>
+      <url>scpexe://people.apache.org/www/maven.apache.org/archiva/ref/${project.version}</url>
     </site>
   </distributionManagement>
   <build>
@@ -180,7 +180,7 @@
     <module>archiva-scheduled</module>
     <module>archiva-web</module>
     <module>archiva-cli</module>
-    <module>archiva-site</module>
+    <!-- <module>archiva-site</module> -->
     <!-- <module>maven-meeper</module> -->
   </modules>
   <dependencies>
@@ -686,11 +686,14 @@
   </dependencyManagement>
   <reporting>
     <plugins>
+      <!-- This breaks site generation with 'cobertura.ser does not exist'
+           in the archiva-signature-consumers and archiva-applet modules. 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.0</version>
       </plugin>
+      -->
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>