maven-plugins pull request: ChangeLog: added include/exclude support to fil...

2013-04-13 Thread jutzig
Github user jutzig closed the pull request at: https://github.com/apache/maven-plugins/pull/8 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-plugins pull request: ChangeLog: allow encoding of file paths for git...

2013-04-13 Thread jutzig
Github user jutzig closed the pull request at: https://github.com/apache/maven-plugins/pull/7 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [jira] (MNG-5468) Allow mojos to access the user properties

2013-04-13 Thread Anders Hammar
Don't know if you can get all props in one go. But you can always define a read only parameter for the user property you want. @Parameter( property = "user.prop", readonly = true ) private String userProp; /Anders On Sat, Apr 13, 2013 at 12:29 AM, Michael Ekstrand (JIRA) wrote: > Mich