[ANN] Apache Maven Enforcer Plugin 1.3 Released

2013-06-30 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Maven  
Enforcer Plugin, version 1.3


The Enforcer plugin provides goals to control certain environmental  
constraints such as Maven version, JDK version and OS family along with  
many more standard rules and user created rules.


http://maven.apache.org/enforcer/maven-enforcer-plugin/

You should specify the version in your project's plugin configuration:

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-enforcer-plugin/artifactId
  version1.3/version
/plugin


Release Notes - Apache Maven 2.x Enforcer Plugin - Version 1.3

** Bug
* [MENFORCER-42] - Maven-Enforcer-Plugin fails in multimodule project  
when artifacts not in repository
* [MENFORCER-123] - BannedDependencies version number not taken into  
account
* [MENFORCER-126] - requirePluginVersions misreports plugins with  
artifactIds defined through properties
* [MENFORCER-146] - requireUpperBoundDeps inneffective when  
DependencyManagement is used

* [MENFORCER-148] - Broken hyperlink on Enforcer plugin usage page
* [MENFORCER-149] - Broken links to properties of Require OS Version  
of Maven Enforcer Plugin

* [MENFORCER-155] - Add rule RequirePrerequisite

** Improvement
* [MENFORCER-83] - Banned dependencies should support regular  
expressions
* [MENFORCER-134] - Require Upper Bound Dependencies and matching  
Snapshot Dependencies


** New Feature
* [MENFORCER-74] - The bannedDependencies rule should support  
classifier
* [MENFORCER-75] - The bannedDependencies rule should support scope  
condition

* [MENFORCER-147] - Add RequireSameVersions
* [MENFORCER-152] - Add Rule: BanDuplicatePomDependencyVersion or  
RequireUniquePomDependencyVersion


** Task
* [MENFORCER-153] - Use Mock Repository Manager for ITs
* [MENFORCER-154] - Update maven-dependency-tree to 2.1 to make it  
work with Maven-3.1+



Enjoy,

-The Apache Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Versions plugin for plugin updates only

2013-06-30 Thread org.apache.maven.user
Hello.

Is it possible to get the Versions plugin to only update the version
numbers of plugins?

When running versions:use-latest-releases, the plugin immediately
folds all my dependencies version ranges into the latest version, which
is a huge pain as I then have to go back and reset them. I'd rather
have it manage my plugin versions and not touch anything else.

I could specify various excludes according to the plugin's usage page,
but this then requires that I know about the contents of each POM and
therefore can't be automated reliably.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org