mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
b4c6ae7483
commit
a36dc1d4c8
43
pom.xml
43
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>
|
||||
|
|
Loading…
Reference in New Issue