Author: brett
Date: Wed Apr 27 17:52:53 2005
New Revision: 165075
URL: http://svn.apache.org/viewcvs?rev=165075&view=rev
Log:
include reporting modules
Modified:
maven/components/trunk/maven-reporting/pom.xml
maven/components/trunk/pom.xml
Modified: maven/components/trunk/maven-reporting/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-reporting/pom.xml?rev=165075&r1=165074&r2=165075&view=diff
==============================================================================
--- maven/components/trunk/maven-reporting/pom.xml (original)
+++ maven/components/trunk/maven-reporting/pom.xml Wed Apr 27 17:52:53 2005
@@ -11,4 +11,8 @@
<name>Maven Reporting</name>
<version>2.0-SNAPSHOT</version>
<inceptionYear>2005</inceptionYear>
+ <modules>
+ <module>maven-reporting-api</module>
+ <module>maven-reporting-manager</module>
+ </modules>
</project>
Modified: maven/components/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=165075&r1=165074&r2=165075&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Wed Apr 27 17:52:53 2005
@@ -106,5 +106,6 @@
<module>maven-core</module>
<module>maven-settings</module>
<module>maven-script</module>
+ <module>maven-reporting</module>
</modules>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]