On Wed, Oct 1, 2008 at 12:51 AM, Rory Winston <[EMAIL PROTECTED]> wrote:
> ...I suspect Maven may have done this itself.
You're right. You can disable this behavior with the following configuration:
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
</plugin>
/niklas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]