[GitHub] maven pull request #124: Make resolver debug log messages for projects and p...

2017-06-21 Thread ChristianSchulte
GitHub user ChristianSchulte opened a pull request: https://github.com/apache/maven/pull/124 Make resolver debug log messages for projects and plugins consistent. The graph returned by the resolver after resolution is logged at debug level. This pull request only updates those debug

Re: [VOTE] Release Apache Maven Enforcer version 1.4.2

2017-06-21 Thread Robert Scholte
Agreeing on re-releasing as 3.0.0, since all Maven dependencies are based on 3.0 Robert On Tue, 20 Jun 2017 13:21:58 +0200, Stephen Connolly wrote: Nope IIRC the intent of MENFORCER-267 is that the version should be 3.0.0 (hence the Fix Version) On 20 June 2017 at 04:14, Anders Hammar

[VOTE] Release Apache Maven Shared Component: Maven Reporting Impl 3.0.0

2017-06-21 Thread Karl Heinz Marbaise
Hi, We solved 14 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12332979 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20

Re: Is there a maven plugin for storing the dependency information in the jar?

2017-06-21 Thread Owen O'Malley
On Tue, Jun 20, 2017 at 1:49 PM, Jörg Schaible wrote: > > dependency:list has an outputFile configuration entry and if the goal is > called in the generate ressources phase and the file is written to > target/generated-ressources it will be picked up for the jar file. Ok, that would work. Playi