Hi, I am not working on maven standard directory structure, so when i do first time "mvn compile " source java files ( present in source directory explicitly specified by me) get compiled, second time when i again did "mvn compile " again all source java files got compiled, inspite all .class files are present in specified output directory. Is there any condition or any suggestion to get rid of this recompilation overwork.
I found uptodate and mapper task exit in ant. We can take help from those task in maven-ant-plugin. My problem still exit, because propert set in one plugin(maven-ant-plugin) cant be used in maven-complie-plugin. plzzzzz suggest me some way -- View this message in context: http://www.nabble.com/recompilation-issue-tp22244270p22244270.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]
