jira-importer commented on issue #198: URL: https://github.com/apache/maven-jar-plugin/issues/198#issuecomment-2956677804
**[Richard Allen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=richard.allen)** commented Maven 2 has several great features, but the performance as compared to what you can get with Ant is quite disappointing. Because Maven 2 re-creates and re-installs artifacts (JAR, WAR, ZIP, whatever) even when no code or POM changes have been made, development multi-module builds are considerably slower than Ant, which does not recreate a JAR/WAR project if not necessary. This slows you down when you simply need to make a small change in one project of a multi-project build and re-build to test the change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
