Hi,
a couple of questions on configuring java:jar goal.
1. is there a way to specify files to go in META-INF/somedir ?
There seems to be only a way to specify the manifest.
What is the equivalent (if any) of Ant jar metainf nested element?
2. using maven.jarResources.basedir=src and
<build>
<resources>
<resource>
<includes>somedir/*.ext</includes>
</resources>
</resources>
</build>
I have been able to add somedir/*.ext to jar.
But is there a way to change the path name of the resource in the jar,
eg someotherdir/*.ext ?
Thanks!
Mauro
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>