aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorWendy Smoak <wsmoak@apache.org>2007-12-30 03:59:47 +0000
committerWendy Smoak <wsmoak@apache.org>2007-12-30 03:59:47 +0000
commita36dc1d4c80d8144c7914423717cf9f828a04391 (patch)
treeb20a0cd8111b3cbedbee71438f0c89eadba430be /pom.xml
parentb4c6ae74831c1b421d9a0993684d51787eaf9bd2 (diff)
downloadarchiva-a36dc1d4c80d8144c7914423717cf9f828a04391.tar.gz
archiva-a36dc1d4c80d8144c7914423717cf9f828a04391.zip
Remove mailing lists and issue tracking which are now in the parent pom.
Use the latest parent pom (to pick up the issues list which was just added). Use version 2.2 of the Cobertura plugin. Publish reference docs to /ref/[version]. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@607509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml43
1 files changed, 3 insertions, 40 deletions
diff --git a/pom.xml b/pom.xml
index 4d179239e..0a654fce1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.maven.archiva</groupId>
<artifactId>archiva-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<name>Archiva</name>
@@ -41,41 +41,7 @@
<url>http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk</url>
</scm>
- <!-- TODO: remove below when archiva parent in place -->
- <groupId>org.apache.maven.archiva</groupId>
- <description>
- Archiva is an application for managing one or more remote
- repositories, including administration, artifact handling,
- browsing and searching.
- </description>
<url>http://maven.apache.org/archiva/</url>
- <issueManagement>
- <system>jira</system>
- <url>http://jira.codehaus.org/browse/MRM</url>
- </issueManagement>
- <mailingLists>
- <mailingList>
- <name>Maven Archiva User List</name>
- <subscribe>archiva-users-subscribe@maven.apache.org</subscribe>
- <unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe>
- <post>archiva-users@maven.apache.org</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
- </mailingList>
- <mailingList>
- <name>Maven Archiva Developer List</name>
- <subscribe>archiva-dev-subscribe@maven.apache.org</subscribe>
- <unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe>
- <post>archiva-dev@maven.apache.org</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
- </mailingList>
- <mailingList>
- <name>Maven Archiva Commits List</name>
- <subscribe>archiva-commits-subscribe@maven.apache.org</subscribe>
- <unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe>
- <post>archiva-commits@maven.apache.org</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
- </mailingList>
- </mailingLists>
<build>
<plugins>
<plugin>
@@ -732,14 +698,11 @@
</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>
+ <version>2.2</version>
</plugin>
- -->
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
@@ -915,7 +878,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
- <url>${siteBaseDeployment}/reports/</url>
+ <url>${siteBaseDeployment}/ref/${project.version}</url>
</site>
</distributionManagement>
</project>