Hello Travis

Le 08/06/13 04:11, Travis L Pinney a écrit :
I am using the latest stable version of eclipse.
Have you tried to build from the command line first? "mvn install" should work fine. I'm not familiar with Eclipse, but maybe it will be happier after a successful normal Maven build.


Le 08/06/13 04:33, Travis L Pinney a écrit :
These patches fix some of the errors in eclipse.

(...snip...)
    <build>
+    <pluginManagement>
      <plugins>
(...snip...)
      </plugins>
+    </pluginManagement>
    </build>

The addition of those </pluginManagement> elements basically ask Maven to not execute the plugins anymore. One can see in the generated JAR file that the com/sun/xml/bind/marshaller classes are not excluded anymore. Unless anyone object, I will remove the <pluginManagement>, but keep the <groupId>org.apache.maven.plugins</groupId> (not necessary according Maven documentation, but maybe Eclipse want us to be more specific). Could you provide us some details about the build failure that you get? I would like to see how we can fix it.

    Thanks,
    Martin

Reply via email to