maven-plugins pull request: [MJAR-170] make the jar classifier customizable...

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

maven-plugins pull request: [MJAVADOC-376] make the javadoc classifier cust...

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

Re: pull requests on github?

2013-09-23 Thread ryenus
t to release my next version with separate jar/sources-jar/javadoc-jar differentiated via classifiers (for multiple jdk versions). Thank you On Mon, Sep 23, 2013 at 11:58 PM, ryenus wrote: > @Stephen, @Daniel, sorry I didn't subscribe the ML so just read your > replies via markmail.org

Re: pull requests on github?

2013-09-23 Thread ryenus
on the business. However, I made the fixes only to resolve real issues in my projects, see https://github.com/ryenus/rop/blob/backport/pom.xml, checking the tests you can see I'm a strong advocator of TDD as well. 3. Does it leave code formatting alone except for the lines that are touched? Yes

pull requests on github?

2013-09-22 Thread ryenus
Would anyone be taking care of the pull requests on github: https://github.com/apache/maven-plugins/pulls I just made 2 but saw there're pull requests open for years. Thanks - To unsubscribe, e-mail: dev-unsubscr...@maven.apach

maven-plugins pull request: [MJAVADOC-376] make the javadoc classifier cust...

2013-09-22 Thread ryenus
GitHub user ryenus opened a pull request: https://github.com/apache/maven-plugins/pull/14 [MJAVADOC-376] make the javadoc classifier customizable via property maven.javadoc.classifier This should work just like my other PR #13 for, just there's unrelated test failures (

maven-plugins pull request: [MJAR-170] make the jar classifier customizable...

2013-09-22 Thread ryenus
GitHub user ryenus opened a pull request: https://github.com/apache/maven-plugins/pull/13 [MJAR-170] make the jar classifier customizable via property maven.jar.classifier tested with the following snippet in my pom.xml and it works: ```xml jdk6