Repository: cxf-xjc-utils
Updated Branches:
  refs/heads/master 7d4b4fd5c -> d9bb843b6


Update to remove all the warnings when using m2e


Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/d9bb843b
Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/d9bb843b
Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/d9bb843b

Branch: refs/heads/master
Commit: d9bb843b67d9d26d83f3fd292282c721b1ba0930
Parents: 7d4b4fd
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Sep 19 09:24:02 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Sep 19 09:24:02 2014 -0400

----------------------------------------------------------------------
 boolean-test/pom.xml   |  1 -
 cxf-xjc-plugin/pom.xml |  5 -----
 pom.xml                | 19 +++++++++++++++++++
 runtime/pom.xml        |  1 -
 4 files changed, 19 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/d9bb843b/boolean-test/pom.xml
----------------------------------------------------------------------
diff --git a/boolean-test/pom.xml b/boolean-test/pom.xml
index 90a72a9..c8ef7df 100644
--- a/boolean-test/pom.xml
+++ b/boolean-test/pom.xml
@@ -35,7 +35,6 @@
                <dependency>
                        <groupId>javax.xml.bind</groupId>
                        <artifactId>jaxb-api</artifactId>
-                       <version>2.1</version>
                </dependency>
                <dependency>
                        <groupId>com.sun.xml.bind</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/d9bb843b/cxf-xjc-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index 6d573b8..b7eb2fc 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -84,22 +84,18 @@
         <dependency>
              <groupId>javax.xml.bind</groupId>
              <artifactId>jaxb-api</artifactId>
-             <version>2.2.9</version>
          </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-xjc</artifactId>
-            <version>2.2.10-b140310.1920</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
-            <version>2.2.10-b140310.1920</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-core</artifactId>
-            <version>2.2.10-b140310.1920</version>
         </dependency>
         <dependency>
             <groupId>xml-resolver</groupId>
@@ -117,7 +113,6 @@
         <plugins>
             <plugin>
                 <artifactId>maven-plugin-plugin</artifactId>
-                <version>3.2</version>
                 <configuration>
                     <useJava5>true</useJava5>
                     
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/d9bb843b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0c64564..96cab04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,6 +489,25 @@
                                                                
<ignore></ignore>
                                                        </action>
                                                </pluginExecution>
+                                               <pluginExecution>
+                                                       <pluginExecutionFilter>
+                                                               <groupId>
+                                                                       
org.apache.maven.plugins
+                                                               </groupId>
+                                                               <artifactId>
+                                                                       
maven-remote-resources-plugin
+                                                               </artifactId>
+                                                               <versionRange>
+                                                                       [1.0.0,)
+                                                               </versionRange>
+                                                               <goals>
+                                                                       
<goal>process</goal>
+                                                               </goals>
+                                                       </pluginExecutionFilter>
+                                                       <action>
+                                                               <ignore />
+                                                       </action>
+                                               </pluginExecution>
                                        </pluginExecutions>
                                </lifecycleMappingMetadata>
                        </configuration>

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/d9bb843b/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 0bbafa4..cb77875 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -7,7 +7,6 @@
     the License. -->
 <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>
-    <groupId>org.apache.cxf.xjc-utils</groupId>
     <artifactId>cxf-xjc-runtime</artifactId>
     <packaging>bundle</packaging>
     <name>Apache CXF XJC Runtime</name>

Reply via email to