Author: struberg
Date: Wed Aug 31 21:07:46 2011
New Revision: 1163816
URL: http://svn.apache.org/viewvc?rev=1163816&view=rev
Log:
include webbeans-doc if -Pdoc is used
Modified:
openwebbeans/trunk/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1163816&r1=1163815&r2=1163816&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Wed Aug 31 21:07:46 2011
@@ -791,5 +791,12 @@
</modules>
</profile>
+ <profile>
+ <id>doc</id>
+ <modules>
+ <module>webbeans-doc</module>
+ </modules>
+ </profile>
+
</profiles>
</project>