Hi Tim Maven does not produce such assemblies by default. Somewhere in your project's POM hierarchy you should find a configuration for maven-assembly-plugin.
To find it you can use this command: mvn help:effective-pom On 2012-02-10 20:07, Tim Pizey wrote: > Hi, > > I have seen that the default (in maven 2.2) is now to generate a series of > -project.zip, -project.tar.bz2, -project.tar.gz files. > > I have read the site but cannot figure out how to configure my pom to > only produce the > .jar outputs. > > thanks in advance > Tim > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
