I have a project that is already built with src and other folders. Specifically, it also contains a target folder. Now, I need to run an analysis tool on my project that needs Maven.
<directory>analysis/target</directory> <outputDirectory>bin</outputDirectory> Even with the above specified, Maven still generates a target folder on a successful build. Also, a "mvn clean" by default wipes out the target directory. Is there a way to tell maven not to delete / create a target directory during a build? Thanks, Swaroop -- View this message in context: http://old.nabble.com/Disallowing-creation-of-target-directory-tp28133673p28133673.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]
