Author: evenisse
Date: Thu May 19 09:52:47 2005
New Revision: 170965
URL: http://svn.apache.org/viewcvs?rev=170965&view=rev
Log:
o Add a report parent pom
o Reduce dependencies declaration
Added:
maven/components/trunk/maven-reports/pom.xml
Modified:
maven/components/trunk/maven-reports/maven-checkstyle-plugin/pom.xml
maven/components/trunk/maven-reports/maven-pmd-plugin/pom.xml
maven/components/trunk/maven-reports/maven-project-info-reports-plugin/pom.xml
Modified: maven/components/trunk/maven-reports/maven-checkstyle-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-reports/maven-checkstyle-plugin/pom.xml?rev=170965&r1=170964&r2=170965&view=diff
==============================================================================
--- maven/components/trunk/maven-reports/maven-checkstyle-plugin/pom.xml
(original)
+++ maven/components/trunk/maven-reports/maven-checkstyle-plugin/pom.xml Thu
May 19 09:52:47 2005
@@ -1,9 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>maven-plugin-parent</artifactId>
+ <artifactId>maven-report-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>2.0-alpha-2</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.0-alpha-1-SNAPSHOT</version>
@@ -11,26 +11,6 @@
<name>Maven Checkstyle Plugin</name>
<inceptionYear>2005</inceptionYear>
<dependencies>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0-alpha-2</version>
- </dependency>
- <dependency>
- <groupId>doxia</groupId>
- <artifactId>doxia-core</artifactId>
- <version>1.0-alpha-2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-api</artifactId>
- <version>2.0-alpha-2</version>
- </dependency>
- <dependency>
- <groupId>plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>1.0-alpha-2</version>
- </dependency>
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle</artifactId>
Modified: maven/components/trunk/maven-reports/maven-pmd-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-reports/maven-pmd-plugin/pom.xml?rev=170965&r1=170964&r2=170965&view=diff
==============================================================================
--- maven/components/trunk/maven-reports/maven-pmd-plugin/pom.xml (original)
+++ maven/components/trunk/maven-reports/maven-pmd-plugin/pom.xml Thu May 19
09:52:47 2005
@@ -1,9 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>maven-plugin-parent</artifactId>
+ <artifactId>maven-report-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>2.0-alpha-2</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.0-alpha-1-SNAPSHOT</version>
@@ -12,21 +12,6 @@
<inceptionYear>2005</inceptionYear>
<dependencies>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0-alpha-2</version>
- </dependency>
- <dependency>
- <groupId>doxia</groupId>
- <artifactId>doxia-core</artifactId>
- <version>1.0-alpha-2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-api</artifactId>
- <version>2.0-alpha-2</version>
- </dependency>
- <dependency>
<groupId>pmd</groupId>
<artifactId>pmd</artifactId>
<version>3.0</version>
@@ -41,11 +26,6 @@
<groupId>saxpath</groupId>
<artifactId>saxpath</artifactId>
<version>1.0-FCS</version>
- </dependency>
- <dependency>
- <groupId>plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>1.0-alpha-2</version>
</dependency>
</dependencies>
</project>
Modified:
maven/components/trunk/maven-reports/maven-project-info-reports-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-reports/maven-project-info-reports-plugin/pom.xml?rev=170965&r1=170964&r2=170965&view=diff
==============================================================================
---
maven/components/trunk/maven-reports/maven-project-info-reports-plugin/pom.xml
(original)
+++
maven/components/trunk/maven-reports/maven-project-info-reports-plugin/pom.xml
Thu May 19 09:52:47 2005
@@ -1,35 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>maven-plugin-parent</artifactId>
+ <artifactId>maven-report-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>2.0-alpha-2</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.0-alpha-1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Project Info Reports Plugin</name>
<inceptionYear>2005</inceptionYear>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0-alpha-2</version>
- </dependency>
- <dependency>
- <groupId>doxia</groupId>
- <artifactId>doxia-core</artifactId>
- <version>1.0-alpha-2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-api</artifactId>
- <version>2.0-alpha-2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- <version>2.0-alpha-2</version>
- </dependency>
- </dependencies>
</project>
Added: maven/components/trunk/maven-reports/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-reports/pom.xml?rev=170965&view=auto
==============================================================================
--- maven/components/trunk/maven-reports/pom.xml (added)
+++ maven/components/trunk/maven-reports/pom.xml Thu May 19 09:52:47 2005
@@ -0,0 +1,31 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>maven-plugin-parent</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>maven-report-parent</artifactId>
+ <packaging>pom</packaging>
+ <version>2.0-SNAPSHOT</version>
+ <name>Maven Reports</name>
+ <description>Maven report parent</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.reporting</groupId>
+ <artifactId>maven-reporting-api</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <modules>
+ <module>maven-checkstyle-plugin</module>
+ <module>maven-javadoc-plugin</module>
+ <module>maven-pmd-plugin</module>
+ <module>maven-project-info-reports-plugin</module>
+ </modules>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk/maven-reports/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-reports/</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/maven/components/maven-reports/</url>
+ </scm>
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]