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: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org