Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] POM Version tool moved to Releng Tools

Hi,

The POM Version tool will warn you if the artifact version in a POM file (pom.xml) does not match the bundle version in the manifest (manifest.mf).  Having different versions in a bundle will cause the Eclipse builder to fail.

The tool was originally added to the PDE builder, but for the Kepler release it has been moved to Eclipse Releng Tools.  Eclipse Releng Tools can be installed from the Eclipse Project Updates p2 repository (http://download.eclipse.org/eclipse/updates/4.3-I-builds/).

The POM Version tool is off by default.  Go to Preferences > POM Version Tool and change the severity to error or warning to enable it for your workspace.

Curtis


Back to the top