Re: enforcer-rules: standard vs. extra-enforcer-rules

2014-05-29 Thread Wang YunFeng
Hi, Karl, Real case happened in our company is: There are bunch of repositories using. For specific application, need to limit specific set of repositories. Those invalid repositories could be defined anywhere. like settings.xml, application's pom files or even in dependency's pom files. So poin

[Maven Project Info Report Plugin]: Enhancements on Dependency Convergence Report

2014-05-19 Thread Wang YunFeng
hi, Team, I open a pull request, that enhance dependency convergence report, anybody could help review and merge it? *Pull request: https://github.com/apache/maven-plugins/pull/23 * *JIRA: http://jira.codehaus.org/browse/MPIR-295

Re: how to listen to local maven repo's changes?

2011-09-13 Thread Wang YunFeng
positoryListener, this is what we > use in m2e to track changes to the local repository. This, of course, > does not receive events from builds running concurrently in other vms, > but I don't have a solution for that. > > -- > Regards, > Igor > > > On 11-09-13

how to listen to local maven repo's changes?

2011-09-13 Thread Wang YunFeng
Hi, All, I want to listen to changes of local maven repo. Then I could invoke some customized script. My question is: is there any hook for maven to listen to whether maven is downloading new artifactsfrom remote repo? Regards Simon