You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/04/28 02:52:54 UTC

svn commit: r165075 - in /maven/components/trunk: maven-reporting/pom.xml pom.xml

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org