Skip to content

Changes

Summary

  1. Fix eclipse endless maven update (details)
Commit 80301d5f9f9f6e291b33485f3f85111e5afd9444 by Fritz Schinkel
Fix eclipse endless maven update

The maven-jar-plugin will generate files like the MANIFEST.MF. As this
file contains the build timestamp it changes its content on every maven
update. m2e will listen on these updates and trigger a new maven update
of the corresponding module and therefore ends in an endless loop.
Disable the maven-jar-plugin to break this endless loop.

374952
The file was modified maven_plugin_config-master/pom.xml (diff)