http://maven.apache.org/plugins/maven-assembly-plugin/usage.html
So the docs I found at the link above had this to say: "When the assembly is created it will use the assemblyId as the artifact's classifier and will attach the created assembly to the project and will be uploaded into the repository on an install and deploy goal.' So in theory all I have to do is change the assemblyId? I'll see if I can figure out how to do this and try a test. On Thu, Jul 23, 2009 at 11:18 AM, Jim Collings<[email protected]> wrote: > So I have a sub module that has an assembly. It is associated with > the "package" goal. Each time I run install though, the zip file > created is placed in the repository. There is no need for this. How > can I prevent it? > > > Jim C. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
