Re: [VOTE] Release Maven Help Plugin version 2.2

2013-02-23 Thread Robert Scholte
Hi, The vote has passed with the following result : +1 (binding): Olivier, Robert, Hervé +1 (non binding): I will promote the artifacts to the central repo. Robert Op Wed, 20 Feb 2013 22:17:24 +0100 schreef Robert Scholte : Hi, We solved 7 issues: http://jira.codehaus.org/secure/ReleaseN

Re: [ANN] Apache Maven 3.0.5 released

2013-02-23 Thread Mirko Friedenhagen
Hello Olivier, Looking at: http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html lifecylce phase in "Invokes the execution of the lifecycle phase generate-sources prior to executing itself." links to http://maven.apache.org/ref/current/maven-core/lifecycles.html which redirects

Re: [SECURITY] CVE-2013-0253 Apache Maven 3.0.4

2013-02-23 Thread Olivier Lamy
No idea but has been asked. 2013/2/23 Jason van Zyl : > When will the CVE entry be updated? > > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0253 > > On Feb 23, 2013, at 9:59 AM, Olivier Lamy wrote: > >> VE-2013-0253 Apache Maven >> >> Severity: Medium >> >> Vendor: The Apache Software

Re: [SECURITY] CVE-2013-0253 Apache Maven 3.0.4

2013-02-23 Thread Jason van Zyl
When will the CVE entry be updated? http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0253 On Feb 23, 2013, at 9:59 AM, Olivier Lamy wrote: > VE-2013-0253 Apache Maven > > Severity: Medium > > Vendor: The Apache Software Foundation > > Versions Affected: > - Apache Maven 3.0.4 > - Apach

[SECURITY] CVE-2013-0253 Apache Maven 3.0.4

2013-02-23 Thread Olivier Lamy
VE-2013-0253 Apache Maven Severity: Medium Vendor: The Apache Software Foundation Versions Affected: - Apache Maven 3.0.4 - Apache Maven Wagon 2.1, 2.2, 2.3 Description: Apache Maven 3.0.4 (with Apache Maven Wagon 2.1) has introduced a non-secure SSL mode by default. This mode disables all SSL

[ANN] Apache Maven 3.0.5 released

2013-02-23 Thread Olivier Lamy
Hello, The Apache Maven team is pleased to announce the release of Apache Maven 3.0.5 Release notes available: http://maven.apache.org/docs/3.0.5/release-notes.html . Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle

RE: Is there code too...?

2013-02-23 Thread Martin Gainty
pluginManagement suggests a grouping of plugins to be inherited by child modules that inherit from parent This can be accomplished by declaring area in the parent pom.xml pom so that all child modules which inherit from this parent will auto-execute the executions suggested from the pluginManag

Re: Welcome Andreas Gudian as a maven committer !

2013-02-23 Thread Hervé BOUTEMY
welcome in the team! Regards, Hervé Le vendredi 22 février 2013 23:01:43 Andreas Gudian a écrit : > Thanks everyone! It's great to be on board and I hope to have some fun > hacking with you. > > I already did my first commit and added myself to the list of committers ;). > > Andreas > > 2013/

Re: [VOTE] Release Maven Help Plugin version 2.2

2013-02-23 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mercredi 20 février 2013 22:17:24 Robert Scholte a écrit : > Hi, > > We solved 7 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141&styleName=H > tml&version=14536 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secur

Re: Is there code too...?

2013-02-23 Thread Chris Graham
Ta muchly! To all. -Chris Sent from my iPhone On 23/02/2013, at 6:54 PM, Stephen Connolly wrote: > On Friday, 22 February 2013, Chris Graham wrote: > >> Hi all. >> >> For a multi module project, eg a root, with three modules A, B and C. C is >> dependent upon A and B. >> >> I'll written a