Author: chris.laprun(a)jboss.com
Date: 2011-02-15 04:27:31 -0500 (Tue, 15 Feb 2011)
New Revision: 5889
Modified:
portal/branches/wsrp-extraction/wsrp-integration/extension-component/pom.xml
portal/branches/wsrp-extraction/wsrp-integration/pom.xml
Log:
- GTNPORTAL-911: Added resources section in build section of the component pom so that
resources are bundled in the jar. Re-ordered list of modules in parent pom.
Modified: portal/branches/wsrp-extraction/wsrp-integration/extension-component/pom.xml
===================================================================
---
portal/branches/wsrp-extraction/wsrp-integration/extension-component/pom.xml 2011-02-15
09:25:46 UTC (rev 5888)
+++
portal/branches/wsrp-extraction/wsrp-integration/extension-component/pom.xml 2011-02-15
09:27:31 UTC (rev 5889)
@@ -107,4 +107,12 @@
</dependency>
</dependencies>
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </build>
+
</project>
\ No newline at end of file
Modified: portal/branches/wsrp-extraction/wsrp-integration/pom.xml
===================================================================
--- portal/branches/wsrp-extraction/wsrp-integration/pom.xml 2011-02-15 09:25:46 UTC (rev
5888)
+++ portal/branches/wsrp-extraction/wsrp-integration/pom.xml 2011-02-15 09:27:31 UTC (rev
5889)
@@ -41,9 +41,9 @@
<description>GateIn WSRP Integration extension parent</description>
<modules>
- <module>extension-ear</module>
<module>extension-config</module>
+ <module>extension-component</module>
<module>extension-war</module>
- <module>extension-component</module>
+ <module>extension-ear</module>
</modules>
</project>
\ No newline at end of file