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

2016-01-22 Thread atanasenko
Github user atanasenko commented on the pull request: https://github.com/apache/maven/pull/76#issuecomment-174052876 I didn't get to using it yet after implementing, cool that it works for someone :) --- If your project is set up for it, you can reply to this email and have your repl

[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 not

[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 is en

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

2016-01-22 Thread atanasenko
Github user atanasenko commented on the pull request: https://github.com/apache/maven/pull/76#issuecomment-173905730 This was actually implemented in MNG-5805 [1]. There is currently a bug MNG-5958 [2] with a pending pull request for ITs [3], but you can already use it like so: [4]

[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 = St