Does anyone know if there is error is my configuration of the plugin, or
if it is M2Eclipse related? Everything runs fine from the command line,
but fails in Eclipse (External Tools: mvn install). I just upgraded to
0.0.10 from 0.0.9 (note that I never had maven runs working at all in
0.0.9 because of proxy issues, but that seems to be fixed -- great!)
Has anyone seen this error for any other plugins?
Diagnosis: Error configuring: org.codehaus.mojo:dependency-maven-plugin.
Reason: Unable to parse the created DOM for plugin configuration
FATAL ERROR: Error executing Maven for a project
Here is the plugin block from my pom.xml:
<verbatim>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>dependency-maven-plugin</artifactId>
<inherited>true</inherited>
<executions>
<execution>
<id>copy</id>
<phase>initialize</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>
${parent-war-groupId}
</groupId>
<artifactId>
${parent-war-artifactId}
</artifactId>
<version>
${parent-war-version}
</version>
<type>war</type>
<!-- default: unpacks to
"target/dependency" -->
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</verbatim>
Thanks,
Ben
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email