aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorWendy Smoak <wsmoak@apache.org>2007-10-14 16:08:13 +0000
committerWendy Smoak <wsmoak@apache.org>2007-10-14 16:08:13 +0000
commit024a9c774ae3a360c6da39d99697dcc42f0b5a9f (patch)
tree6686d1ebdc8f048a2eeccca46b02f52712c337ab /pom.xml
parent7b37378b1dc491fb7c51aaf17f05760b5f8a3b96 (diff)
downloadarchiva-024a9c774ae3a360c6da39d99697dcc42f0b5a9f.tar.gz
archiva-024a9c774ae3a360c6da39d99697dcc42f0b5a9f.zip
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. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ef8a80a08..d3df7b667 100644
--- 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>
@@ -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>