Author: richard.opalka(a)jboss.com
Date: 2011-08-14 03:28:25 -0400 (Sun, 14 Aug 2011)
New Revision: 14838
Modified:
thirdparty/cxf/branches/cxf-2.3.1/parent/pom.xml
thirdparty/cxf/branches/cxf-2.3.1/pom.xml
Log:
disabling system tests and providing 'sources' profile
Modified: thirdparty/cxf/branches/cxf-2.3.1/parent/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.3.1/parent/pom.xml 2011-08-13 23:24:25 UTC (rev 14837)
+++ thirdparty/cxf/branches/cxf-2.3.1/parent/pom.xml 2011-08-14 07:28:25 UTC (rev 14838)
@@ -1497,6 +1497,27 @@
</profile>
<profile>
+ <id>sources</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
<id>ibmjdk</id>
<activation>
<property>
Modified: thirdparty/cxf/branches/cxf-2.3.1/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.3.1/pom.xml 2011-08-13 23:24:25 UTC (rev 14837)
+++ thirdparty/cxf/branches/cxf-2.3.1/pom.xml 2011-08-14 07:28:25 UTC (rev 14838)
@@ -160,8 +160,8 @@
<module>rt</module>
<module>integration</module>
<module>maven-plugins</module>
- <!--module>test-samples</module-->
- <module>systests</module>
+ <!--module>test-samples</module>
+ <module>systests</module-->
</modules>