Re: [VOTE] Release Apache Maven 3.0-alpha-5

2009-11-24 Thread Jorg Heymans
Tried it out on our project, and i'm getting this:

[ERROR]   The project build-tools:1-SNAPSHOT
(D:\src\myproject\pom.xml) has 1 error
[ERROR] 
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: junit:junit:jar - duplicate declaration of version
3.8.2

I can understand what this is trying to say, but the pom in question
is only a module pom that has no dependencies declared:

  parent
groupIdmy.group/groupId
artifactIdparent/artifactId
version19-SNAPSHOT/version
  /parent
  modelVersion4.0.0/modelVersion
  artifactIdbuild-tools/artifactId
  packagingpom/packaging
  version1-SNAPSHOT/version
  modules
moduleant/module
modulemaven/module
  /modules

Shall i log an issue for this or is this a known feature ? The output
of -e does not reveal anything useful besides lots of expression
${pom.version} is deprecated. Please use ${project.version} instead,
wierd thing is i'm never actually using expressions in my project.


Jorg

On Mon, Nov 23, 2009 at 11:04 PM, Igor Fedorenko i...@ifedorenko.com wrote:
 +1

 --
 Regards,
 Igor

 Benjamin Bentmann wrote:

 Hi,

 We solved some more issues:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=14952

 There are still a couple of issues left in JIRA:

 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-018/

 Staged source and binary distros:

 https://repository.apache.org/content/repositories/maven-018/org/apache/maven/apache-maven/3.0-alpha-5/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamim

 -
 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



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



Re: [VOTE] Release Maven Doxia Tools Shared Component version 1.1

2009-11-24 Thread Lukas Theussl


+1

-Lukas


Dennis Lundberg wrote:

Hi,

This is the first of a series of releases to get Maven Site Plugin 2.1
released.


We solved 4 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761version=14385

There are no issues left in JIRA!

Staging repo:
https://repository.apache.org/content/repositories/maven-014/

Staging site:
http://maven.apache.org/shared/maven-doxia-tools-1.1/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1



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



Re: [VOTE] Release Maven JAR Plugin version 2.3

2009-11-24 Thread Lukas Theussl


+1

-Lukas


Dennis Lundberg wrote:

Hi,

We solved 4 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137version=13995

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11137status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-013/

Staging site:
http://maven.apache.org/plugins/maven-jar-plugin-2.3/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1



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



Re: [VOTE] Release Maven Shade Plugin 1.2.2

2009-11-24 Thread Vincent Siveton
+1

Vincent

2009/11/22 Benjamin Bentmann benjamin.bentm...@udo.edu:
 Hi,

 We solved 7 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=15525

 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11540status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-017/

 Staging site (sync pending):
 http://maven.apache.org/plugins/maven-shade-plugin-1.2.2/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamin

 -
 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



Re: [VOTE] Release Apache Maven 3.0-alpha-5

2009-11-24 Thread Benjamin Bentmann

Jorg Heymans wrote:


[ERROR]   The project build-tools:1-SNAPSHOT
(D:\src\myproject\pom.xml) has 1 error
[ERROR] 
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: junit:junit:jar - duplicate declaration of version
3.8.2

Shall i log an issue for this or is this a known feature ?


The error itself is by design and is part of overall stricter POM 
validation. If the cause isn't present in the current POM, it must be 
present in one of its parents. mvn ... -e should tell more but I will 
look into improving the message for the next release.



[...] lots of expression
${pom.version} is deprecated. Please use ${project.version} instead,
wierd thing is i'm never actually using expressions in my project.


As said, likely due to one of the parents from which you inherit.


Benjamin

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



Re: [VOTE] Release Apache Maven 3.0-alpha-5

2009-11-24 Thread Olivier Lamy
+1

2009/11/23 Benjamin Bentmann benjamin.bentm...@udo.edu:
 Hi,

 We solved some more issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=14952

 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-018/

 Staged source and binary distros:
 https://repository.apache.org/content/repositories/maven-018/org/apache/maven/apache-maven/3.0-alpha-5/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 from me


 Benjamim

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





-- 
Olivier

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



Re: svn commit: r825432 - in /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin: eclipse/writers/EclipseSettingsWriter.java ide/IdeUtils.java

2009-11-24 Thread Jerome Lacoste
On Thu, Oct 15, 2009 at 10:25 AM, Benjamin Bentmann
benjamin.bentm...@udo.edu wrote:
 Hi Nicolas,

 Will this also work properly if the source file encoding is not directly
 configured in the configuration section of the Compiler Plugin but given
 by the property project.build.sourceEncoding as described in [0]?

Benjamin,

some weeks ago I added a comment WRT possible bug in this new code.

If you use this feature, you may want to look at the patch I attached to

http://jira.codehaus.org/browse/MECLIPSE-156

J

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



[ANN] Maven Changes Plugin 2.2 Released

2009-11-24 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Changes
Plugin, version 2.2

This plugin is used to inform your users of the changes that have
occured between different releases of your project. The plugin can
extract these changes, either from a changes.xml file or from the JIRA
issue management system, and present them as a report. You also have the
option of creating a release announcement and even sending this via
email to your users.

http://maven.apache.org/plugins/maven-changes-plugin/

You should specify the version in your project's plugin configuration:

plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-changes-plugin/artifactId
 version2.2/version
/plugin


Release Notes - Maven 2.x Changes Plugin - Version 2.2


** Bug
* [MCHANGES-116] - FileNotFoundException and NullPointerException if
src/changes/changes.xml is missing
* [MCHANGES-143] - Specifying sender email address using
fromDeveloperId is no longer working.
* [MCHANGES-147] - MavenProject object not initialize due to
mispelling into the declaration
* [MCHANGES-156] - An empty table is shown for a release which
doesn't have any action in it
* [MCHANGES-166] - Problem with issueLinkTemplatePerSystem
* [MCHANGES-185] - Output special characters like  and  in the
JIRA report

** Improvement
* [MCHANGES-177] - Allow specification of report columns in Trac report
* [MCHANGES-178] - Make the url parameter non-required
* [MCHANGES-179] - Improve the announcement template reference
documentation
* [MCHANGES-181] - Add Swedish translation
* [MCHANGES-183] - Add French translations
* [MCHANGES-184] - Add German translation for the Trac report

** New Feature
* [MCHANGES-161] - Add limited properties interpolation

** Task
* [MCHANGES-157] - Update to Doxia 1.0
* [MCHANGES-158] - Document how to use the XML schema for changes.xml
* [MCHANGES-170] - Review the Doxia Sink calls
* [MCHANGES-171] - Fix Modello build warning
* [MCHANGES-180] - Update to Maven Reporting Impl 2.0.4.3


Enjoy,

-The Maven team


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



Re: [VOTE] Release Maven JAR Plugin version 2.3

2009-11-24 Thread Dennis Lundberg
+1

Dennis Lundberg wrote:
 Hi,
 
 We solved 4 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137version=13995
 
 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11137status=1
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-013/
 
 Staging site:
 http://maven.apache.org/plugins/maven-jar-plugin-2.3/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 


-- 
Dennis Lundberg

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



[RESULT] [VOTE] Release Maven JAR Plugin version 2.3

2009-11-24 Thread Dennis Lundberg
Hi,
The vote has passed with the following result :

+1 (binding): Arnaud Héritier, Benjamin Bentmann, Olivier Lamy, Hervé
Boutemy, Vincent Siveton, Lukas Theussl, Dennis Lundberg
+1 (non binding): -

I will promote the artifacts to the central repo.

Dennis Lundberg wrote:
 Hi,
 
 We solved 4 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137version=13995
 
 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11137status=1
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-013/
 
 Staging site:
 http://maven.apache.org/plugins/maven-jar-plugin-2.3/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 


-- 
Dennis Lundberg

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



[RESULT] [VOTE] Release Maven Doxia Tools Shared Component version 1.1

2009-11-24 Thread Dennis Lundberg
Hi,
The vote has passed with the following result :

+1 (binding): Arnaud Héritier, Benjamin Bentmann, Olivier Lamy, Hervé
Boutemy, Vincent Siveton, Lukas Theussl, Dennis Lundberg
+1 (non binding): -

I will promote the artifacts to the central repo.

Dennis Lundberg wrote:
 Hi,
 
 This is the first of a series of releases to get Maven Site Plugin 2.1
 released.
 
 
 We solved 4 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761version=14385
 
 There are no issues left in JIRA!
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-014/
 
 Staging site:
 http://maven.apache.org/shared/maven-doxia-tools-1.1/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 


-- 
Dennis Lundberg

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



Re: [ANN] Maven Changes Plugin 2.2 Released

2009-11-24 Thread Tony Chemit
Le Tue, 24 Nov 2009 17:12:57 +0100,
Dennis Lundberg denn...@apache.org a écrit :

 The Maven team is pleased to announce the release of the Maven Changes
 Plugin, version 2.2
 
Hi, 

Thanks for this release :) happy to have french translations on our sites.

I used the java code of Body and the setModelEncoding method was removed ?

It is normal ? Hope not since I saw nothing about it in release note.

Thanks for your reply.


 This plugin is used to inform your users of the changes that have
 occured between different releases of your project. The plugin can
 extract these changes, either from a changes.xml file or from the JIRA
 issue management system, and present them as a report. You also have the
 option of creating a release announcement and even sending this via
 email to your users.
 
 http://maven.apache.org/plugins/maven-changes-plugin/
 
 You should specify the version in your project's plugin configuration:
 
 plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-changes-plugin/artifactId
  version2.2/version
 /plugin
 
 
 Release Notes - Maven 2.x Changes Plugin - Version 2.2
 
 
 ** Bug
 * [MCHANGES-116] - FileNotFoundException and NullPointerException if
 src/changes/changes.xml is missing
 * [MCHANGES-143] - Specifying sender email address using
 fromDeveloperId is no longer working.
 * [MCHANGES-147] - MavenProject object not initialize due to
 mispelling into the declaration
 * [MCHANGES-156] - An empty table is shown for a release which
 doesn't have any action in it
 * [MCHANGES-166] - Problem with issueLinkTemplatePerSystem
 * [MCHANGES-185] - Output special characters like  and  in the
 JIRA report
 
 ** Improvement
 * [MCHANGES-177] - Allow specification of report columns in Trac report
 * [MCHANGES-178] - Make the url parameter non-required
 * [MCHANGES-179] - Improve the announcement template reference
 documentation
 * [MCHANGES-181] - Add Swedish translation
 * [MCHANGES-183] - Add French translations
 * [MCHANGES-184] - Add German translation for the Trac report
 
 ** New Feature
 * [MCHANGES-161] - Add limited properties interpolation
 
 ** Task
 * [MCHANGES-157] - Update to Doxia 1.0
 * [MCHANGES-158] - Document how to use the XML schema for changes.xml
 * [MCHANGES-170] - Review the Doxia Sink calls
 * [MCHANGES-171] - Fix Modello build warning
 * [MCHANGES-180] - Update to Maven Reporting Impl 2.0.4.3
 
 
 Enjoy,
 
 -The Maven team
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 



-- 

Tony Chemit

tél: +33 (0) 2 40 50 29 28
email: che...@codelutin.com  
http://www.codelutin.com 

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



Re: [ANN] Maven Changes Plugin 2.2 Released

2009-11-24 Thread Dennis Lundberg
Tony Chemit wrote:
 Le Tue, 24 Nov 2009 17:12:57 +0100,
 Dennis Lundberg denn...@apache.org a écrit :
 
 The Maven team is pleased to announce the release of the Maven Changes
 Plugin, version 2.2

 Hi, 
 
 Thanks for this release :) happy to have french translations on our sites.
 
 I used the java code of Body and the setModelEncoding method was removed ?

This seems to be in one of the model classes that is generated by
Modello. We upgraded the version of Modello to 1.0.1 in this release,
due to some bugs in earlier versions. Perhaps that is why.

 It is normal ? Hope not since I saw nothing about it in release note.
 
 Thanks for your reply.
 
 
 This plugin is used to inform your users of the changes that have
 occured between different releases of your project. The plugin can
 extract these changes, either from a changes.xml file or from the JIRA
 issue management system, and present them as a report. You also have the
 option of creating a release announcement and even sending this via
 email to your users.

 http://maven.apache.org/plugins/maven-changes-plugin/

 You should specify the version in your project's plugin configuration:

 plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-changes-plugin/artifactId
  version2.2/version
 /plugin


 Release Notes - Maven 2.x Changes Plugin - Version 2.2


 ** Bug
 * [MCHANGES-116] - FileNotFoundException and NullPointerException if
 src/changes/changes.xml is missing
 * [MCHANGES-143] - Specifying sender email address using
 fromDeveloperId is no longer working.
 * [MCHANGES-147] - MavenProject object not initialize due to
 mispelling into the declaration
 * [MCHANGES-156] - An empty table is shown for a release which
 doesn't have any action in it
 * [MCHANGES-166] - Problem with issueLinkTemplatePerSystem
 * [MCHANGES-185] - Output special characters like  and  in the
 JIRA report

 ** Improvement
 * [MCHANGES-177] - Allow specification of report columns in Trac report
 * [MCHANGES-178] - Make the url parameter non-required
 * [MCHANGES-179] - Improve the announcement template reference
 documentation
 * [MCHANGES-181] - Add Swedish translation
 * [MCHANGES-183] - Add French translations
 * [MCHANGES-184] - Add German translation for the Trac report

 ** New Feature
 * [MCHANGES-161] - Add limited properties interpolation

 ** Task
 * [MCHANGES-157] - Update to Doxia 1.0
 * [MCHANGES-158] - Document how to use the XML schema for changes.xml
 * [MCHANGES-170] - Review the Doxia Sink calls
 * [MCHANGES-171] - Fix Modello build warning
 * [MCHANGES-180] - Update to Maven Reporting Impl 2.0.4.3


 Enjoy,

 -The Maven team


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

 
 
 


-- 
Dennis Lundberg

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



Re: [ANN] Maven Changes Plugin 2.2 Released

2009-11-24 Thread Hervé BOUTEMY
Le mardi 24 novembre 2009, Dennis Lundberg a écrit :
 Tony Chemit wrote:
  Le Tue, 24 Nov 2009 17:12:57 +0100,
 
  Dennis Lundberg denn...@apache.org a écrit :
  The Maven team is pleased to announce the release of the Maven Changes
  Plugin, version 2.2
 
  Hi,
 
  Thanks for this release :) happy to have french translations on our
  sites.
 
  I used the java code of Body and the setModelEncoding method was removed
  ?
 
 This seems to be in one of the model classes that is generated by
 Modello. We upgraded the version of Modello to 1.0.1 in this release,
 due to some bugs in earlier versions. Perhaps that is why.
yes, see MODELLO-135 [1]

Hervé

 
  It is normal ? Hope not since I saw nothing about it in release note.
 
  Thanks for your reply.


[1] http://jira.codehaus.org/browse/MODELLO-135

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



Re: [ANN] Maven Changes Plugin 2.2 Released

2009-11-24 Thread Tony Chemit
Le Tue, 24 Nov 2009 23:31:37 +0100,
Hervé BOUTEMY herve.bout...@free.fr a écrit :

  This seems to be in one of the model classes that is generated by
  Modello. We upgraded the version of Modello to 1.0.1 in this release,
  due to some bugs in earlier versions. Perhaps that is why.
 yes, see MODELLO-135 [1]

Ok, I got it now, thanks for the explanation :)

 
 Hervé
 
  
   It is normal ? Hope not since I saw nothing about it in release note.
  
   Thanks for your reply.
 
 
 [1] http://jira.codehaus.org/browse/MODELLO-135
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 



-- 

Tony Chemit

tél: +33 (0) 2 40 50 29 28
email: che...@codelutin.com  
http://www.codelutin.com 

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



[ANN] Maven JAR Plugin 2.3 Released

2009-11-24 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven JAR
Plugin, version 2.3

This plugin provides the capability to build jars. Signing is deprecated
starting with this version. Please use Maven Jarsigner Plugin if you
need to sign JARs.

http://maven.apache.org/plugins/maven-jar-plugin/

You should specify the version in your project's plugin configuration:

plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-jar-plugin/artifactId
 version2.3/version
/plugin


Release Notes - Maven 2.x JAR Plugin - Version 2.3


** Bug
* [MJAR-28] - Using the jar plugin with addClasspath and snapshots
can create manifest classpath with incorrect jar versions
* [MJAR-105] - Regression: Build fails for an empty main jar with 2.2
* [MJAR-118] - Upgrade maven-archiver dependency to 2.4



** Task
* [MJAR-127] - Deprecate jarsigner related goals in favor of
dedicated maven-jarsigner-plugin




Enjoy,

-The Maven team


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



[ANN] Maven Doxia Tools shared component 1.1 Released

2009-11-24 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Doxia
Tools shared component, version 1.1

This shared component has some utilities that are useful when
integrating Doxia in Maven, mainly for site generation and report
creation. The main entry point is the SiteTool Plexus component.

http://maven.apache.org/shared/maven-doxia-tools/


Release Notes - Maven Shared Components - Version  maven-doxia-tools 1.1


** Bug
* [MSHARED-102] - The modules menu is not inherited to sub-modules
* [MSHARED-116] - If module has no site.xml then the decoration
model is set equal to the parent instead of inheriting from it
* [MSHARED-117] - Parent menu item is not inherited if no url in parent



** Task
* [MSHARED-115] - Upgrade to doxia 1.1.1




Enjoy,

-The Maven team


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