[EMAIL PROTECTED] wrote:
Author: vgritsenko
Date: Sun Oct 8 07:18:47 2006
New Revision: 454149
URL: http://svn.apache.org/viewvc?view=rev&rev=454149
Log:
include dists
Modified:
cocoon/trunk/pom.xml
Modified: cocoon/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=454149&r1=454148&r2=454149
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Sun Oct 8 07:18:47 2006
@@ -37,13 +37,16 @@
<name>Apache Cocoon</name>
<url>http://cocoon.apache.org</url>
<inceptionYear>1999</inceptionYear>
+
<modules>
<module>blocks</module>
<module>commons</module>
<module>core</module>
<module>tools</module>
<module>site/cocoon-maven-site-skin</module>
+ <module>dists</module>
</modules>
I think we should move everything that is not needed on a 'daily' basis
(eg assembly and site generation) out of the default build profile.
Based on this i would create a "dist" and "site" profile and move the
modules and required plugin configurations to this profile.
WDOT?
Jorg