You only have one Maven project? Normally you would have a multi-module project where one module produces one artifact (a jar, a war, etc.). The you have one module where the assemlby (the tar) is created. All artifacts are deployed to the repo, but don't worry about that - that's how Maven works.
/Anders On Wed, Mar 30, 2011 at 11:18, maxime.lem <[email protected]> wrote: > Hello all, > > I'm using Maven with flexmojos plugin to compile flex projects, and package > the deliveries in a tar.gz with Assembly plugin. > At the end of package phase, target folder contains several swf (equivalent > of jar), a linker xml file, and the tar.gz. > If i run install or deploy phase, all these files are installed / deployed > and tied to this artifact. > I would like to install / deploy only the tar.gz. > How can i do this? > I looked into install and deploy goals configuration, but they don't allow > to include / exclude files. > What is the rule? Every files at the root of target folder are installed? > How this can be changed? > > Thx > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Choose-file-to-install-deploy-tp4271077p4271077.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
