You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/08/11 22:21:47 UTC

[jira] Created: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Jason van Zyl
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Wed, 11 Aug 2004 4:20 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Felipe Leme (mailto:jira@felipeal.net)
       Date: Wed, 11 Aug 2004 4:25 PM
    Comment:
Patch that fix the problem (without the java files - I will provide it in another attachment)
    Changes:
             Attachment changed to MPJAVADOC_38.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-38?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Jason van Zyl
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Wed, 11 Aug 2004 4:25 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Felipe Leme
    Created: Wed, 11 Aug 2004 10:03 PM
       Body:
PS: final patch is MPJAVADOC-38-full.patch
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-38?page=comments#action_23019

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Jason van Zyl
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Wed, 11 Aug 2004 10:03 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Felipe Leme (mailto:jira@felipeal.net)
       Date: Wed, 11 Aug 2004 10:01 PM
    Comment:
Ultimate patch, with test cases and added files (thanks Carlos for the Eclipse tip :-)
    Changes:
             Attachment changed to MPJAVADOC-38-full.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-38?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Jason van Zyl
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Wed, 11 Aug 2004 10:01 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Felipe Leme (mailto:jira@felipeal.net)
       Date: Wed, 11 Aug 2004 4:26 PM
    Comment:
Missing java files (as I could not cvs add it)
    Changes:
             Attachment changed to java_files.zip
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-38?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Jason van Zyl
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Wed, 11 Aug 2004 4:26 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Thu, 12 Aug 2004 2:39 AM
       Body:
Hello Felipe,

Thx for your work. I will look at it during my holidays (second half of august).
I agree with you that it is annoying to generate .javadoc files.
The only problem that I can see is if a user want to create a dependency to the javadoc (don't know why, but ...) it will not work because maven will continue to try to download a javadocs/XXX.javadoc file.
Another solution might be to not use a javadoc type fot the artifact but a zip type.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-38?page=comments#action_23025

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Jason van Zyl
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Thu, 12 Aug 2004 2:39 AM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Arnaud HERITIER (mailto:arnaud.heritier@laposte.net)
       Date: Sat, 21 Aug 2004 7:31 PM
    Changes:
             Version changed to 1.6.1
             Version changed to 1.6
             Version changed from 1.7
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-38?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.6
             1.6.1

   Assignee: Arnaud HERITIER
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Sat, 21 Aug 2004 7:31 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Milos Kleint
    Created: Sun, 6 Feb 2005 12:58 PM
       Body:
There's one usecase for specifying the javadoc as dependency in your pom. When using IDEs you want the javadocs for your libraries to be available for the IDE as well, not only the jars.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-38?page=comments#action_29599

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.6
             1.6.1

   Assignee: Arnaud HERITIER
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Sun, 6 Feb 2005 12:58 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Felipe Leme (mailto:jira@felipeal.net)
       Date: Wed, 11 Aug 2004 4:28 PM
    Comment:
New patch (previous one didn't have maven.jar on dependencies - my bad)
    Changes:
             Attachment changed to MPJAVADOC_38_errata.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAVADOC-38?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Jason van Zyl
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Wed, 11 Aug 2004 4:28 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Arnaud HERITIER
       Date: Sat, 21 Aug 2004 7:29 PM

The type for the javadoc is "javadoc.jar" when it is deployed on a repository.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.6
             1.6.1

   Assignee: Arnaud HERITIER
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Sat, 21 Aug 2004 7:29 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Felipe Leme
    Created: Thu, 12 Aug 2004 7:37 AM
       Body:
Arnauld,

I haven't though about the automatic download issue, as I was thinking in the problem from a human being point of view :-). In our case, for instance, we have trouble distributing our javadocs, as people would try to double click these files.

Anyway, I would vote for the zip type solution - it would be just a matter of changing one line of code at SQLDistTypeHandler.java

Feliep

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-38?page=comments#action_23039

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Versions:
             1.7

   Assignee: Jason van Zyl
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Thu, 12 Aug 2004 7:37 AM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.6
             1.6.1

   Assignee: Arnaud HERITIER
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Sat, 21 Aug 2004 7:31 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Reopened: (MPJAVADOC-38) [PATHC] javadoc artifact is installed/deployed with a weird extension

Posted by ji...@codehaus.org.
Message:

   The following issue has been reopened.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-38
    Summary: [PATHC] javadoc artifact is installed/deployed with a weird extension
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-javadoc-plugin
   Fix Fors:
             1.7
   Versions:
             1.6
             1.6.1

   Assignee: Arnaud HERITIER
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 4:20 PM
    Updated: Sat, 21 Aug 2004 7:30 PM

Description:
Right now, javadoc artifacts are installed and/or deployed with a .javadoc extension, even though they are a zip file.
I'm providing a patch that uses a customized TypeHandler to create the right files.

PS: if this change is accepted, I can create some test cases too


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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