Author: chris.laprun(a)jboss.com
Date: 2011-04-27 03:47:31 -0400 (Wed, 27 Apr 2011)
New Revision: 6355
Modified:
components/pc/trunk/pom.xml
Log:
- GTNPC-63: Added other modules to release profiles but kept test module out since
there's no need to export the test artifacts. Still need to see which other modules
are required.
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-04-27 06:26:46 UTC (rev 6354)
+++ components/pc/trunk/pom.xml 2011-04-27 07:47:31 UTC (rev 6355)
@@ -21,7 +21,8 @@
~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -309,8 +310,12 @@
<id>release</id>
<modules>
<module>api</module>
+ <module>jsr168api</module>
<module>portlet</module>
<module>controller</module>
+ <module>bridge</module>
+ <module>federation</module>
+ <module>management</module>
<module>mc</module>
<module>portal</module>
<module>samples</module>