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 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 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 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 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
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:
```
:::
```
that are no