[GitHub] maven issue #88: [MNG-5910] Fixed the description of the POM reference & add...

2016-07-19 Thread rajivpjs
Github user rajivpjs commented on the issue: https://github.com/apache/maven/pull/88 @khmarbaise - I have it working now. Please see changes. This works by enabling @Test annotations together with @Rule. --- If your project is set up for it, you can reply to this email and have your

Re: Extending Maven to allow scope resolutions for other languages than Java

2016-07-19 Thread Christian Schulte
Am 07/18/16 um 20:39 schrieb Robert Scholte: > On Mon, 18 Jul 2016 15:54:24 +0200, Christian Schulte > wrote: > >> Am 07/18/16 um 15:02 schrieb Christofer Dutz: >>> Hi, >>> >>> >>> Unfortuantely I wrote this down as a Jira ticket, but it seems it >>> wasn't created in the end so I'll post thi

New Releases - Android Maven Plugin and Android NDK Maven Plugin

2016-07-19 Thread Manfred Moser
Hi all, Just a quick heads up that we cut two new releases of the Android-related Maven plugins. Android NDK Maven Plugin 1.1.2 - see http://www.simpligility.com/2016/07/android-ndk-maven-plugin-1-1-2-released/ Android Maven Plugin 4.4.3 - see http://www.simpligility.com/2016/07/android-mave

[GitHub] maven issue #88: [MNG-5910] Fixed the description of the POM reference & add...

2016-07-19 Thread rajivpjs
Github user rajivpjs commented on the issue: https://github.com/apache/maven/pull/88 I agree. I have applied the following to the test class: @Rule private ExpectedException expectedException = ExpectedException.none(); Within the test I have added:

[GitHub] maven issue #88: [MNG-5910] Fixed the description of the POM reference & add...

2016-07-19 Thread khmarbaise
Github user khmarbaise commented on the issue: https://github.com/apache/maven/pull/88 The @Test (expected =...) approach has one drawback, cause you can't check the message of the exceptionWould be great... --- If your project is set up for it, you can reply to this email and ha

[GitHub] maven pull request #88: [MNG-5910] Fixed the description of the POM referenc...

2016-07-19 Thread rajivpjs
Github user rajivpjs commented on a diff in the pull request: https://github.com/apache/maven/pull/88#discussion_r71407078 --- Diff: maven-model-builder/src/test/java/org/apache/maven/model/building/ComplexActivationTest.java --- @@ -56,5 +56,26 @@ public void testAndConditionInAc

[GitHub] maven pull request #88: [MNG-5910] Fixed the description of the POM referenc...

2016-07-19 Thread khmarbaise
Github user khmarbaise commented on a diff in the pull request: https://github.com/apache/maven/pull/88#discussion_r71406374 --- Diff: maven-model-builder/src/test/java/org/apache/maven/model/building/ComplexActivationTest.java --- @@ -56,5 +56,26 @@ public void testAndConditionIn

[GitHub] maven pull request #88: [MNG-5910] Fixed the description of the POM referenc...

2016-07-19 Thread rajivpjs
Github user rajivpjs commented on a diff in the pull request: https://github.com/apache/maven/pull/88#discussion_r71405276 --- Diff: maven-model-builder/src/test/java/org/apache/maven/model/building/ComplexActivationTest.java --- @@ -56,5 +56,26 @@ public void testAndConditionInAc

Re: ASM leaking into my plugin build

2016-07-19 Thread Paul Benedict
Thanks Robert. Congratulations on the outstanding research. Personally I am surprised that the Maven Plugin Plugin was scanning *all* my dependencies. I have nothing to offer it. :-) My project source is where my Mojo annotations are and not in any dependencies. So when I reported a suspected ASM

[GitHub] maven pull request #88: [MNG-5910] Fixed the description of the POM referenc...

2016-07-19 Thread khmarbaise
Github user khmarbaise commented on a diff in the pull request: https://github.com/apache/maven/pull/88#discussion_r71401238 --- Diff: maven-model-builder/src/test/java/org/apache/maven/model/building/ComplexActivationTest.java --- @@ -56,5 +56,26 @@ public void testAndConditionIn

Re: ASM leaking into my plugin build

2016-07-19 Thread Robert Scholte
Hi, after some investigation Paul and I have good news: *none* of the classes is leaking into the plugin. Some details: the Annotation scanners doesn't only scan the compiled classes in the outputDirectory, but also in all the dependencies in search for other (Abstract)Mojo's. One of the

Re: Extending Maven to allow scope resolutions for other languages than Java

2016-07-19 Thread Stephen Connolly
The code for the project formerly known as Aether is being migrated to Maven as the Eclipse Aether project has been retired. Ideally we do not want to expose the code known as Aether to plugins, so we will probably expose APIs targeted for the use-cases of Maven plugins... We were somewhat hamper

Re: Banner for deprecated plugin documentation

2016-07-19 Thread Arnaud Héritier
+1 to explicitly marke them as deprecated On Mon, Jul 18, 2016 at 5:23 PM, Paul Benedict wrote: > Any thoughts on this? Could it coincide with the new skinning initiative? > > Cheers, > Paul > > On Wed, Jun 29, 2016 at 4:31 PM, Paul Benedict > wrote: > > > All, > > > > Today I googled for "mave

Re: Use maven-invoker-plugin to run a Maven plugin on itself

2016-07-19 Thread Behrooz Nobakht
Hi Karl, Thanks again for the argument. For me it's still a valid question of how for example the license plugin would apply itself on its source structure to fix/update Java header before a release? (Of course, I understand the principle of linearizability to fix the circular issue). Just in cas