[GitHub] maven-surefire issue #164: SUREFIRE-1383: Split IT569 in to multiple lifecyc...

2017-09-06 Thread Tibor17
Github user Tibor17 commented on the issue:

https://github.com/apache/maven-surefire/pull/164
  
@owenfarrell 
Sorry I could not have a look. I was busy. Now I want to finish my code and 
open it for contribution.


---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: maven-dependency-plugin

2017-09-06 Thread Karl Heinz Marbaise

Hi Robert,

On 06/09/17 22:30, Robert Scholte wrote:

+1, you beat me :)


Yes Yeah got it ;-)..

Kind regards
Karl Heinz Marbaise


On Wed, 06 Sep 2017 22:28:32 +0200, Karl Heinz Marbaise 
 wrote:



Hi,

I would like to make a new release of the current state of 
maven-dependency-plugin ..


Are there any objections about this? or are issues missed?



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Maven JLink / JMod Plugins first alpha releases

2017-09-06 Thread Karl Heinz Marbaise

Hi to all,

I would like to start a first 3.0.0-alpha-1 release of the Maven JLink 
Plugin[1] and the Maven JMod Plugin[2] to support creation of Java Run 
Time Images for Java 9...


Are there any ideas/suggestions/improvements before the first public 
release of them?


JIRA projects do already exist for both of them. So if you have any 
issues about them please add the appropriate issues for them...


I would like to start on the Weekend with this...to get some feedback of 
the early adopters ...and of course before the September 21 the JDK 9 
Release date...


Kind regards
Karl Heinz Marbaise

[1]: 
https://maven.apache.org/plugins-archives/maven-jlink-plugin-LATEST/index.html
[2]: 
https://maven.apache.org/plugins-archives/maven-jmod-plugin-LATEST/index.html

[3]: https://issues.apache.org/jira/projects/MJMOD
[4]: https://issues.apache.org/jira/projects/MJLINK

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: maven-dependency-plugin

2017-09-06 Thread Robert Scholte

+1, you beat me :)

On Wed, 06 Sep 2017 22:28:32 +0200, Karl Heinz Marbaise  
 wrote:



Hi,

I would like to make a new release of the current state of  
maven-dependency-plugin ..


Are there any objections about this? or are issues missed?

Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



maven-dependency-plugin

2017-09-06 Thread Karl Heinz Marbaise

Hi,

I would like to make a new release of the current state of 
maven-dependency-plugin ..


Are there any objections about this? or are issues missed?

Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: main-class + module-version

2017-09-06 Thread Plamen Totev
Hi,

I've started working on this one. Unfortunately I don't have as much
free time as I expected so the progress is a bit slow. With the
release date of Java 9 approaching I hope this does not block any
other release.

I've just pushed my implementation [1]. It's not fully ready yet as
there are no tests and Java Docs. The commit messages should be more
detailed as well. But all changes to the API and the work on
implementing the functionality are done so if you want you can take a
look. Any comments and suggestions are welcome. I'll continue with the
tests next week.

Regards,
Plamen Totev


[1] 
https://github.com/codehaus-plexus/plexus-archiver/compare/master...plamentotev:module-version-and-main-class

On Wed, Aug 30, 2017 at 8:32 AM, Plamen Totev  wrote:
> Hi Robert,
>
>>
>> I've started a bit with it, but no success yet:
>> https://mail.ow2.org/wws/arc/asm/2017-08/msg4.html
>>
>> Even after the suggestions from Remi no success yet.
>> I was hoping for a fast fix, but it'll take more time and other things are
>> waiting as well.
>> Would be great if you can pick it up from here.
>
> Yes, I will. Thanks for the starting point. I took a look at the asm
> API, the class file format and the jar tool implementation so I should
> be able to continue from here.
>
> Regards,
> Plamen Totev

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] maven-plugins pull request #128: MJDEPS-9 Introduce named property for failO...

2017-09-06 Thread mattnelson
GitHub user mattnelson opened a pull request:

https://github.com/apache/maven-plugins/pull/128

MJDEPS-9 Introduce named property for failOnWarning

Introduce `jdeps.failOnWarning` named property to support command line and 
`` declarations.

https://issues.apache.org/jira/browse/MJDEPS-9

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mattnelson/maven-plugins mjdeps-9

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven-plugins/pull/128.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #128


commit 141ed3ef480d1e961abc5afdeebe2a59d4ebbd4d
Author: Matt Nelson 
Date:   2017-09-06T15:30:10Z

MJDEPS-9 Introduce named property for failOnWarning




---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org