]> source.dussan.org Git - archiva.git/commitdiff
Adjust url for publishing the site to archiva/ref/[version]
authorWendy Smoak <wsmoak@apache.org>
Sun, 14 Oct 2007 16:08:13 +0000 (16:08 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sun, 14 Oct 2007 16:08:13 +0000 (16:08 +0000)
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.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584562 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index ef8a80a0873cc4eea3b05a01d52f5c315cc0862b..d3df7b667f61b3391f951367f79d058ebcfc793f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
     <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>
   </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>