Just a quick mention that there is an annoying bit of logging that is
showing up now in the dependencyConvergence enforcer rule, since the last
release...

I haven't looked up if I initially added it or not, I suspect if came in
with the Upper bound dependency checker, but don't really have the time to
investigate (still @ work waiting on a build ;)

But if someone wouldn't mind removing this before release, the log line
before release I'd appreciate it.

    private String getVersion( Artifact artifact )

    {

        log.info( ArtifactUtils.versionlessKey( artifact ) + " " +
artifact.getVersion() + " " + artifact.getBaseVersion() );

        return uniqueVersions ? artifact.getVersion() :
artifact.getBaseVersion();

    }

Thanks,

Rex

On Wed, Jul 11, 2012 at 12:07 PM, Hervé BOUTEMY <herve.bout...@free.fr>wrote:

> +1
>
> Hervé
>
> Le lundi 9 juillet 2012 10:28:52 Barrie Treloar a écrit :
> > Hi,
> >
> > We solved 2 issues:
> >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&version=184
> > 91
> >
> > There are still a couple of issues left in JIRA:
> >
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11530&sta
> > tus=1
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-038/
> >
> https://repository.apache.org/content/repositories/maven-038/org/apache/mave
> > n/enforcer/enforcer/1.1.1/enforcer-1.1.1-source-release.zip
> >
> > Staging site:
> > http://maven.apache.org/staging/plugins/maven-enforcer-plugin
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to