[GitHub] maven issue #113: [MNG-6127] Fix plugin execution configuration interference

2017-08-28 Thread mkrizmanic
Github user mkrizmanic commented on the issue: https://github.com/apache/maven/pull/113 Merged to master: https://github.com/apache/maven/commit/f1ed6592b1c701834d1377fade6cdb382a63bbf4 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] maven pull request #113: [MNG-6127] Fix plugin execution configuration inter...

2017-08-28 Thread mkrizmanic
Github user mkrizmanic closed the pull request at: https://github.com/apache/maven/pull/113 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] maven-integration-testing issue #21: [MNG-6127] Add plugin execution configu...

2017-08-15 Thread mkrizmanic
Github user mkrizmanic commented on the issue: https://github.com/apache/maven-integration-testing/pull/21 already merged --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] maven-integration-testing pull request #21: [MNG-6127] Add plugin execution ...

2017-08-15 Thread mkrizmanic
Github user mkrizmanic closed the pull request at: https://github.com/apache/maven-integration-testing/pull/21 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-integration-testing pull request #21: [MNG-6127] Add plugin execution ...

2017-05-05 Thread mkrizmanic
Github user mkrizmanic commented on a diff in the pull request: https://github.com/apache/maven-integration-testing/pull/21#discussion_r115063523 --- Diff: core-it-suite/src/test/resources/mng-6127/plugin/pom.xml --- @@ -0,0 +1,55 @@ + + + + +http

[GitHub] maven issue #113: [MNG-6127] Fix plugin execution configuration interference

2017-04-25 Thread mkrizmanic
Github user mkrizmanic commented on the issue: https://github.com/apache/maven/pull/113 Hi, any comment? Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] maven pull request #113: [MNG-6127] Fix plugin execution configuration inter...

2017-04-12 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven/pull/113 [MNG-6127] Fix plugin execution configuration interference PR for maven-integration-testing: https://github.com/apache/maven-integration-testing/pull/21 You can merge this pull request

[GitHub] maven-integration-testing pull request #21: [MNG-6127] Add plugin execution ...

2017-04-12 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven-integration-testing/pull/21 [MNG-6127] Add plugin execution configuration interference test You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkrizmanic

[GitHub] maven issue #76: [MNG-5957] Configuration within lifecycle phase

2016-11-26 Thread mkrizmanic
Github user mkrizmanic commented on the issue: https://github.com/apache/maven/pull/76 @atanasenko do you have any other open issues regarding MNG-5805? I had one that had been fixed: MNG-6127 --- If your project is set up for it, you can reply to this email and have your

[GitHub] maven-integration-testing pull request #17: [MNG-6127] add integration test ...

2016-11-26 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven-integration-testing/pull/17 [MNG-6127] add integration test to suite Sorry, I haven't included the MNG-6127 integration test to the test suite in the previous PR: https://github.com/apache/maven/pull/99

[GitHub] maven issue #99: [MNG-6127] Fix plugin execution configuration interference

2016-11-23 Thread mkrizmanic
Github user mkrizmanic commented on the issue: https://github.com/apache/maven/pull/99 @ChristianSchulte PR already provided: https://github.com/apache/maven-integration-testing/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] maven-integration-testing pull request #16: [MNG-6127] Add plugin execution ...

2016-11-23 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven-integration-testing/pull/16 [MNG-6127] Add plugin execution configuration interference test You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkrizmanic

[GitHub] maven pull request #99: [MNG-6127] Fix plugin execution configuration interf...

2016-11-23 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven/pull/99 [MNG-6127] Fix plugin execution configuration interference You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkrizmanic/maven MNG-6127

[GitHub] maven pull request: [MNG-5957] Configuration within lifecycle phas...

2016-01-22 Thread mkrizmanic
Github user mkrizmanic closed the pull request at: https://github.com/apache/maven/pull/76 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] maven pull request: [MNG-5957] Configuration within lifecycle phas...

2016-01-22 Thread mkrizmanic
Github user mkrizmanic commented on the pull request: https://github.com/apache/maven/pull/76#issuecomment-174042017 Thanks. It works like a charm. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] maven pull request: [MNG-5957] Configuration within lifecycle phas...

2016-01-22 Thread mkrizmanic
Github user mkrizmanic commented on the pull request: https://github.com/apache/maven/pull/76#issuecomment-173891459 Maybe the change seems to be a bit complicated but it really isn't. The current version splits goals using comma as the separator ```java String[] mojoGoals

[GitHub] maven pull request: [MNG-5957] Configuration within lifecycle phas...

2016-01-04 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven/pull/76 [MNG-5957] Configuration within lifecycle phase The lifecycle phase can be configured as a comma-separated list of plugins specified with the following data