Author: bimargulies
Date: Tue Nov 15 02:35:46 2011
New Revision: 1202011
URL: http://svn.apache.org/viewvc?rev=1202011&view=rev
Log:
Put the archetype back into the build.
Modified:
cxf/trunk/maven-plugins/archetypes/pom.xml
Modified: cxf/trunk/maven-plugins/archetypes/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/archetypes/pom.xml?rev=1202011&r1=1202010&r2=1202011&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/archetypes/pom.xml (original)
+++ cxf/trunk/maven-plugins/archetypes/pom.xml Tue Nov 15 02:35:46 2011
@@ -36,6 +36,6 @@
<modules>
<module>cxf-jaxws-javafirst</module>
- <!--module>cxf-jaxrs-service</module-->
+ <module>cxf-jaxrs-service</module>
</modules>
</project>