On 6/16/06, tulasi <[EMAIL PROTECTED]> wrote:

I am trying to exclude pom.xml and pom.properties while creating jar. for
this i am maven-jar-plugin. But i am getting build error.
but i am getting error at "addMavenDescriptor".

what was settings i missed?.

Since Edwin confirmed that your configuration works for him, my guess
is that you're using an old version of the jar plugin.

Try adding "-U" to the command line to make Maven download the latest,
or add a <version> element to your plugin configuration.  If more than
one developer works on your project, explicitly stating the version
number is a good idea.

--
Wendy

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

Reply via email to