You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Julien HENRY (JIRA)" <ji...@codehaus.org> on 2007/11/15 13:39:25 UTC

[jira] Created: (MREPOSITORY-11) Javadoc not included in the bundle

Javadoc not included in the bundle
----------------------------------

                 Key: MREPOSITORY-11
                 URL: http://jira.codehaus.org/browse/MREPOSITORY-11
             Project: Maven 2.x Repository Plugin
          Issue Type: Bug
    Affects Versions: 2.0
         Environment: Maven version: 2.0.7
Java version: 1.4.2_13
OS name: "windows xp" version: "5.1" arch: "x86"
            Reporter: Julien HENRY


On a simple project, I run:

mvn clean source:jar javadoc:jar repository:bundle-create

As a result in target I get:
artifact-version.jar
artifact-version-bundle.jar
artifact-version-javadoc.jar
artifact-version-sources.jar

But in artifact-version-bundle.jar there are only:
META-INF
pom.xml
LICENSE.txt
artifact-version.jar
artifact-version-sources.jar

-- 
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

        

[jira] Commented: (MREPOSITORY-11) Javadoc not included in the bundle

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MREPOSITORY-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=146879#action_146879 ] 

Dennis Lundberg commented on MREPOSITORY-11:
--------------------------------------------

The "Fix Version" is for this plugin - not Maven itself.

> Javadoc not included in the bundle
> ----------------------------------
>
>                 Key: MREPOSITORY-11
>                 URL: http://jira.codehaus.org/browse/MREPOSITORY-11
>             Project: Maven 2.x Repository Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Maven version: 2.0.7
> Java version: 1.4.2_13
> OS name: "windows xp" version: "5.1" arch: "x86"
>            Reporter: Julien HENRY
>            Assignee: Carlos Sanchez
>             Fix For: 2.1
>
>
> On a simple project, I run:
> mvn clean source:jar javadoc:jar repository:bundle-create
> As a result in target I get:
> artifact-version.jar
> artifact-version-bundle.jar
> artifact-version-javadoc.jar
> artifact-version-sources.jar
> But in artifact-version-bundle.jar there are only:
> META-INF
> pom.xml
> LICENSE.txt
> artifact-version.jar
> artifact-version-sources.jar

-- 
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

        

[jira] Commented: (MREPOSITORY-11) Javadoc not included in the bundle

Posted by "Aaron Kaplan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MREPOSITORY-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=216485#action_216485 ] 

Aaron Kaplan commented on MREPOSITORY-11:
-----------------------------------------

Ben's comment about the documentation being out of date has still not been addressed.

> Javadoc not included in the bundle
> ----------------------------------
>
>                 Key: MREPOSITORY-11
>                 URL: http://jira.codehaus.org/browse/MREPOSITORY-11
>             Project: Maven 2.x Repository Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Maven version: 2.0.7
> Java version: 1.4.2_13
> OS name: "windows xp" version: "5.1" arch: "x86"
>            Reporter: Julien HENRY
>            Assignee: Carlos Sanchez
>             Fix For: 2.1
>
>
> On a simple project, I run:
> mvn clean source:jar javadoc:jar repository:bundle-create
> As a result in target I get:
> artifact-version.jar
> artifact-version-bundle.jar
> artifact-version-javadoc.jar
> artifact-version-sources.jar
> But in artifact-version-bundle.jar there are only:
> META-INF
> pom.xml
> LICENSE.txt
> artifact-version.jar
> artifact-version-sources.jar

-- 
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

        

[jira] Commented: (MREPOSITORY-11) Javadoc not included in the bundle

Posted by "Ben Tatham (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MREPOSITORY-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=155038#action_155038 ] 

Ben Tatham commented on MREPOSITORY-11:
---------------------------------------

Please update this page: http://maven.apache.org/guides/mini/guide-central-repository-upload.html to remove the bit about this bug.

> Javadoc not included in the bundle
> ----------------------------------
>
>                 Key: MREPOSITORY-11
>                 URL: http://jira.codehaus.org/browse/MREPOSITORY-11
>             Project: Maven 2.x Repository Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Maven version: 2.0.7
> Java version: 1.4.2_13
> OS name: "windows xp" version: "5.1" arch: "x86"
>            Reporter: Julien HENRY
>            Assignee: Carlos Sanchez
>             Fix For: 2.1
>
>
> On a simple project, I run:
> mvn clean source:jar javadoc:jar repository:bundle-create
> As a result in target I get:
> artifact-version.jar
> artifact-version-bundle.jar
> artifact-version-javadoc.jar
> artifact-version-sources.jar
> But in artifact-version-bundle.jar there are only:
> META-INF
> pom.xml
> LICENSE.txt
> artifact-version.jar
> artifact-version-sources.jar

-- 
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

        

[jira] Closed: (MREPOSITORY-11) Javadoc not included in the bundle

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MREPOSITORY-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MREPOSITORY-11.
--------------------------------------

         Assignee: Carlos Sanchez
       Resolution: Fixed
    Fix Version/s: 2.1

Fixed in r378353.

> Javadoc not included in the bundle
> ----------------------------------
>
>                 Key: MREPOSITORY-11
>                 URL: http://jira.codehaus.org/browse/MREPOSITORY-11
>             Project: Maven 2.x Repository Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Maven version: 2.0.7
> Java version: 1.4.2_13
> OS name: "windows xp" version: "5.1" arch: "x86"
>            Reporter: Julien HENRY
>            Assignee: Carlos Sanchez
>             Fix For: 2.1
>
>
> On a simple project, I run:
> mvn clean source:jar javadoc:jar repository:bundle-create
> As a result in target I get:
> artifact-version.jar
> artifact-version-bundle.jar
> artifact-version-javadoc.jar
> artifact-version-sources.jar
> But in artifact-version-bundle.jar there are only:
> META-INF
> pom.xml
> LICENSE.txt
> artifact-version.jar
> artifact-version-sources.jar

-- 
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

        

[jira] Commented: (MREPOSITORY-11) Javadoc not included in the bundle

Posted by "Gary S. Weaver (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MREPOSITORY-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=146864#action_146864 ] 

Gary S. Weaver commented on MREPOSITORY-11:
-------------------------------------------

It looks like the fix version is earlier than 2.1. It appears it is working in 2.0.9.

> Javadoc not included in the bundle
> ----------------------------------
>
>                 Key: MREPOSITORY-11
>                 URL: http://jira.codehaus.org/browse/MREPOSITORY-11
>             Project: Maven 2.x Repository Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Maven version: 2.0.7
> Java version: 1.4.2_13
> OS name: "windows xp" version: "5.1" arch: "x86"
>            Reporter: Julien HENRY
>            Assignee: Carlos Sanchez
>             Fix For: 2.1
>
>
> On a simple project, I run:
> mvn clean source:jar javadoc:jar repository:bundle-create
> As a result in target I get:
> artifact-version.jar
> artifact-version-bundle.jar
> artifact-version-javadoc.jar
> artifact-version-sources.jar
> But in artifact-version-bundle.jar there are only:
> META-INF
> pom.xml
> LICENSE.txt
> artifact-version.jar
> artifact-version-sources.jar

-- 
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