You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Edwin Punzalan (JIRA)" <ji...@codehaus.org> on 2005/08/31 09:22:02 UTC

[jira] Created: (MNG-810) create a mojo goal named -> javadoc:jar

create a mojo goal named -> javadoc:jar
---------------------------------------

         Key: MNG-810
         URL: http://jira.codehaus.org/browse/MNG-810
     Project: Maven 2
        Type: Bug
  Components: maven-javadoc-plugin  
 Reporter: Edwin Punzalan
 Assigned to: Edwin Punzalan 
    Priority: Minor
     Fix For: 2.0-beta-2


create a javadoc:jar goal to enable install/deploy of javadoc reports

-- 
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
-
For more information on JIRA, 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: (MNG-810) create a mojo goal named -> javadoc:jar

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-810?page=all ]
     
Brett Porter reopened MNG-810:
------------------------------


> create a mojo goal named -> javadoc:jar
> ---------------------------------------
>
>          Key: MNG-810
>          URL: http://jira.codehaus.org/browse/MNG-810
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Reporter: Edwin Punzalan
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0-beta-2
>  Attachments: maven-javadoc-plugin.patch, pom.patch
>
>
> create a javadoc:jar goal to enable install/deploy of javadoc reports

-- 
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
-
For more information on JIRA, 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: (MNG-810) create a mojo goal named -> javadoc:jar

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-810?page=comments#action_45648 ] 

Trygve Laugstol commented on MNG-810:
-------------------------------------

Applied. 

Some comments:
- Follow our codestyle
- I changed a case where a exception was thrown in one method and caught in another to just throw a MojoExectionException
- The MavenProject usage wasn't required and replaced with a simple expression

> create a mojo goal named -> javadoc:jar
> ---------------------------------------
>
>          Key: MNG-810
>          URL: http://jira.codehaus.org/browse/MNG-810
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Reporter: Edwin Punzalan
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0-beta-2
>  Attachments: maven-javadoc-plugin.patch, pom.patch
>
>
> create a javadoc:jar goal to enable install/deploy of javadoc reports

-- 
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
-
For more information on JIRA, 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: (MNG-810) create a mojo goal named -> javadoc:jar

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-810?page=comments#action_45641 ] 

Trygve Laugstol commented on MNG-810:
-------------------------------------

Please read the "Creating and submitting a patch" section on http://maven.apache.org/maven2/developers/development-guide.html

> create a mojo goal named -> javadoc:jar
> ---------------------------------------
>
>          Key: MNG-810
>          URL: http://jira.codehaus.org/browse/MNG-810
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Reporter: Edwin Punzalan
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0-beta-2
>  Attachments: maven-javadoc-plugin.patch, pom.patch
>
>
> create a javadoc:jar goal to enable install/deploy of javadoc reports

-- 
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
-
For more information on JIRA, 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: (MNG-810) create a mojo goal named -> javadoc:jar

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-810?page=all ]

Edwin Punzalan updated MNG-810:
-------------------------------

    Attachment: pom.patch

attaching the patch for pom.xml

> create a mojo goal named -> javadoc:jar
> ---------------------------------------
>
>          Key: MNG-810
>          URL: http://jira.codehaus.org/browse/MNG-810
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Reporter: Edwin Punzalan
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0-beta-2
>  Attachments: maven-javadoc-plugin.patch, pom.patch
>
>
> create a javadoc:jar goal to enable install/deploy of javadoc reports

-- 
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
-
For more information on JIRA, 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: (MNG-810) create a mojo goal named -> javadoc:jar

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-810?page=all ]

Edwin Punzalan updated MNG-810:
-------------------------------

    Attachment: maven-javadoc-plugin.patch

revised several @parameters annotations having their default-value in another line.

added goal javadoc:jar, with javadoc:javaodc as pre goal.

> create a mojo goal named -> javadoc:jar
> ---------------------------------------
>
>          Key: MNG-810
>          URL: http://jira.codehaus.org/browse/MNG-810
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Reporter: Edwin Punzalan
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0-beta-2
>  Attachments: maven-javadoc-plugin.patch
>
>
> create a javadoc:jar goal to enable install/deploy of javadoc reports

-- 
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
-
For more information on JIRA, 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: (MNG-810) create a mojo goal named -> javadoc:jar

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-810?page=all ]
     
Brett Porter closed MNG-810:
----------------------------

     Resolution: Fixed
    Fix Version:     (was: 2.0-beta-2)
                 2.0-beta-1

> create a mojo goal named -> javadoc:jar
> ---------------------------------------
>
>          Key: MNG-810
>          URL: http://jira.codehaus.org/browse/MNG-810
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Reporter: Edwin Punzalan
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0-beta-1
>  Attachments: maven-javadoc-plugin.patch, pom.patch
>
>
> create a javadoc:jar goal to enable install/deploy of javadoc reports

-- 
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
-
For more information on JIRA, 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: (MNG-810) create a mojo goal named -> javadoc:jar

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-810?page=all ]
     
Trygve Laugstol closed MNG-810:
-------------------------------

    Resolution: Fixed

> create a mojo goal named -> javadoc:jar
> ---------------------------------------
>
>          Key: MNG-810
>          URL: http://jira.codehaus.org/browse/MNG-810
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Reporter: Edwin Punzalan
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0-beta-2
>  Attachments: maven-javadoc-plugin.patch, pom.patch
>
>
> create a javadoc:jar goal to enable install/deploy of javadoc reports

-- 
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
-
For more information on JIRA, 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