Re: [VOTE] Release Apache Maven 3.5.0-beta-1

2017-03-22 Thread dejan2609
+1, it works on dozen of projects. Minor issue is related to maven wrapper: $ ./mvnw clean install Downloading https://repository.apache.org/content/repositories/maven-1325/org/apache/maven/apache-maven/3.5.0-beta- 1/apache-maven-3.5.0-beta-1-bin.zip

Re: [VOTE] Release Apache Maven 3.5.0

2017-04-04 Thread dejan2609
*+1* (non binding). Tested Maven 3.5.0 on a large project with a bunch of plugins: all is green. -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-3-5-0-tp5904383p5904485.html Sent from the Maven Developers mailing list archive at Nabble.com.

[GitHub] maven pull request #119: [MNG-6207] display build WARNING if deprecated 'sys...

2017-05-20 Thread dejan2609
GitHub user dejan2609 opened a pull request: https://github.com/apache/maven/pull/119 [MNG-6207] display build WARNING if deprecated 'system' scope is used JIRA ticket: [MNG-6207: Create WARNINGs in case of using system scope](https://issues.apache.org/jira/browse/MNG-6207

[GitHub] maven pull request #120: [MNG-6206] display deprecation build warning in cas...

2017-05-23 Thread dejan2609
Github user dejan2609 closed the pull request at: https://github.com/apache/maven/pull/120 --- 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 issue #120: [MNG-6206] display deprecation build warning in case when ...

2017-05-23 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/120 My bad, I mistakenly pushed commit without testing; so sorry for that. I will close this merge request and create another. --- If your project is set up for it, you can reply to this email

[GitHub] maven pull request #121: [MNG-6206] display deprecation build warning in cas...

2017-05-23 Thread dejan2609
GitHub user dejan2609 opened a pull request: https://github.com/apache/maven/pull/121 [MNG-6206] display deprecation build warning in case when dependencies use metaversions (LATEST or RELEASE) **JIRA ticket**: [MNG-6206: We should produce a WARNING by using RELEASE, LATEST

[GitHub] maven pull request #120: [MNG-6206] display deprecation build warning in cas...

2017-05-21 Thread dejan2609
GitHub user dejan2609 opened a pull request: https://github.com/apache/maven/pull/120 [MNG-6206] display deprecation build warning in case when dependencies use metaversions (LATEST or RELEASE) JIRA ticket: [MNG-6206: We should produce a WARNING by using RELEASE, LATEST

[GitHub] maven issue #119: [MNG-6207] display build WARNING if deprecated 'system' sc...

2017-05-23 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/119 Just to narrow discussion to PR scope only and to eliminate bonus question: there is/was an initiative to increase validation level (**_MNG-6075_** Increase the model validation level to the next

[GitHub] maven issue #119: [MNG-6207] display build WARNING if deprecated 'system' sc...

2017-06-04 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/119 @khmarbaise done, I altered commit messaged (added note about tests). --- 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

[GitHub] maven issue #121: [MNG-6206] display deprecation build warning in case when ...

2017-06-04 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/121 @khmarbaise Integration tests passed as expected, that's nice. Commit message is altered just a little bit and force-pushed here. --- If your project is set up for it, you

[GitHub] maven pull request #119: [MNG-6207] display build WARNING if deprecated 'sys...

2017-06-07 Thread dejan2609
Github user dejan2609 closed the pull request at: https://github.com/apache/maven/pull/119 --- 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 issue #119: [MNG-6207] display build WARNING if deprecated 'system' sc...

2017-06-07 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/119 @khmarbaise Ok, I'll open new PR then. --- 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

[GitHub] maven pull request #123: [MNG-6207] display deprecation build warning for de...

2017-06-07 Thread dejan2609
GitHub user dejan2609 opened a pull request: https://github.com/apache/maven/pull/123 [MNG-6207] display deprecation build warning for dependencies with scope 'system' declaration Note: this PR is created instead of #119 @khmarbaise: FYI You can merge this pull request

[GitHub] maven pull request #121: [MNG-6206] display deprecation build warning in cas...

2017-06-07 Thread dejan2609
Github user dejan2609 closed the pull request at: https://github.com/apache/maven/pull/121 --- 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 issue #121: [MNG-6206] display deprecation build warning in case when ...

2017-06-07 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/121 I'm happy to help ! Regards. --- 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 issue #123: [MNG-6207] display deprecation build warning for dependenc...

2017-06-11 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/123 Just on more thing that recalled from my memory: I did tried to execute tests (http://maven.apache.org/core-its/core-it-suite) like this: `mvn clean test -Prun-its` but I received warning

[GitHub] maven pull request #123: [MNG-6207] display deprecation build warning for de...

2017-06-11 Thread dejan2609
Github user dejan2609 closed the pull request at: https://github.com/apache/maven/pull/123 --- 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 issue #123: [MNG-6207] display deprecation build warning for dependenc...

2017-06-11 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/123 Just for the record: somehow it slipped of my mind that `package` phase doesn't execute integration tests (http://maven.apache.org/ref/3.5.0/maven-core/lifecycles.html#default_Lifecycle) and hence

[GitHub] maven issue #119: [MNG-6207] display build WARNING if deprecated 'system' sc...

2017-05-21 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/119 New changes are pushed via new commit (all commits will be squashed into one eventually). Solution is tested across different Maven versions (**3.0.5**, **3.1.1**, **3.2.5**, **3.3.9

[GitHub] maven issue #129: [MNG-6282] jansi downgraded from 1.16 to 1.15 in order to ...

2017-09-11 Thread dejan2609
Github user dejan2609 commented on the issue: https://github.com/apache/maven/pull/129 Closed as per conversation with @hboutemy on JIRA, see this [comment](https://issues.apache.org/jira/browse/MNG-6282?focusedCommentId=16161977=com.atlassian.jira.plugin.system.issuetabpanels:comment

[GitHub] maven pull request #129: [MNG-6282] jansi downgraded from 1.16 to 1.15 in or...

2017-09-11 Thread dejan2609
Github user dejan2609 closed the pull request at: https://github.com/apache/maven/pull/129 --- - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Apache Maven Compiler Plugin version 3.7.0

2017-09-07 Thread dejan2609
*+1 * Tested via Maven 3.5.0 and Oracle Java 1.8 on Windows 10 and Linux Centos 6. -- Sent from: http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For

[GitHub] maven pull request #129: [MNG-6282] jansi downgraded from 1.16 to 1.15 in or...

2017-09-11 Thread dejan2609
GitHub user dejan2609 opened a pull request: https://github.com/apache/maven/pull/129 [MNG-6282] jansi downgraded from 1.16 to 1.15 in order to solve issues s on Windows/GitBash JIRA ticket: https://issues.apache.org/jira/browse/MNG-6282 You can merge this pull request

Re: [VOTE] Release Apache Maven Compiler Plugin version 3.7.0

2017-09-04 Thread dejan2609
*+1 * Tested with Maven 3.5.0 / Oracle Java 1.8.0_131 on Windows 10. -- Sent from: http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional