Author: wsmoak
Date: Sat Dec 29 19:59:47 2007
New Revision: 607509

URL: http://svn.apache.org/viewvc?rev=607509&view=rev
Log:
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].

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=607509&r1=607508&r2=607509&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Sat Dec 29 19:59:47 2007
@@ -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>[EMAIL PROTECTED]</subscribe>
-      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-      <post>[EMAIL PROTECTED]</post>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
-    </mailingList>
-    <mailingList>
-      <name>Maven Archiva Developer List</name>
-      <subscribe>[EMAIL PROTECTED]</subscribe>
-      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-      <post>[EMAIL PROTECTED]</post>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
-    </mailingList>
-    <mailingList>
-      <name>Maven Archiva Commits List</name>
-      <subscribe>[EMAIL PROTECTED]</subscribe>
-      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-      <post>[EMAIL PROTECTED]</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>


Reply via email to