Author: dkulp
Date: Thu Feb 18 19:31:40 2010
New Revision: 911535
URL: http://svn.apache.org/viewvc?rev=911535&view=rev
Log:
Minor updates
Added:
cxf/xjc-utils/trunk/cxf-xjc-plugin/
- copied from r907018, cxf/xjc-utils/trunk/xsd/
Removed:
cxf/xjc-utils/trunk/xsd/
Modified:
cxf/xjc-utils/trunk/pom.xml
Modified: cxf/xjc-utils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/pom.xml?rev=911535&r1=911534&r2=911535&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/pom.xml (original)
+++ cxf/xjc-utils/trunk/pom.xml Thu Feb 18 19:31:40 2010
@@ -45,7 +45,7 @@
</properties>
<modules>
- <module>xsd</module>
+ <module>cxf-xjc-plugin</module>
<module>dv</module>
<module>dv-test</module>
<module>ts</module>
@@ -351,29 +351,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.3</version>
+ <version>2.5</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf.build-utils</groupId>
<artifactId>cxf-buildtools</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-velocity</artifactId>
- <version>1.1.3</version>
- <exclusions>
- <exclusion>
- <!-- Use the version specified by
checkstyle:checkstyle instead -->
-
<artifactId>commons-collections</artifactId>
- <groupId>commons-collections</groupId>
- </exclusion>
- <exclusion>
- <artifactId>plexus-utils</artifactId>
- <groupId>plexus</groupId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
<configuration>
<encoding>UTF-8</encoding>