]> source.dussan.org Git - archiva.git/commitdiff
Remove mailing lists and issue tracking which are now in the parent pom.
authorWendy Smoak <wsmoak@apache.org>
Sun, 30 Dec 2007 03:59:47 +0000 (03:59 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sun, 30 Dec 2007 03:59:47 +0000 (03:59 +0000)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index 4d179239ef0ce9fe640b06b7cc4b4b773eed1ce1..0a654fce13cf56eb10a779a646f1f3cd6b5c4523 100644 (file)
--- 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>
     <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>
   </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>
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>${siteBaseDeployment}/reports/</url>
+      <url>${siteBaseDeployment}/ref/${project.version}</url>
     </site>
   </distributionManagement>
 </project>