Hi, has anyone tried to build a distribution of a T5 project using Eclipse Maven plugin?

When I tried to build after following the steps of the tutorial and adding my own java and template files, it failed on the war file making. Here are the beginning line of the error dump:
--------------------
Diagnosis: Error configuring: org.apache.maven.plugins:maven-deploy-plugin. Reason: Unable to parse the created DOM for plugin configuration
FATAL ERROR: Error executing Maven for a project
org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: org.apache.maven.plugins:maven-deploy-plugin. Reason: Unable to parse the created DOM for plugin configuration at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:563)
--------------------

I haven't changed the POM file from what was made by following the tutorial. One error I surrounded when building was a missing dependency of the plexus-utils:jar:1.4.1-SNAPSHOT. After that, the above appeared when re-running the maven build.

Any hint would be greatly appreciated! Thanks!

celia


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to