You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Andy Jefferson (JIRA)" <ji...@codehaus.org> on 2005/04/11 08:05:42 UTC

[jira] Created: (MPREPO-9) create-upload-bundle deficiencies

create-upload-bundle deficiencies
---------------------------------

         Key: MPREPO-9
         URL: http://jira.codehaus.org/browse/MPREPO-9
     Project: maven-repository-plugin
        Type: Bug
    Versions: 1.2    
    Reporter: Andy Jefferson
 Assigned to: dion gillard 
     Fix For: 1.2


Using maven 1.0.1 and the 1.2 version of the repository plugin.

I have a project that has a top level that contains the LICENSE.txt, and project.xml with the <currentVersion>,<groupId>. This has subprojects that reference the toplevel project.xml (and so have the same version and groupId).
When I call "maven create-upload-bundle" in the subproject there are 2 issues
1. It cant find LICENSE.txt. This is not specifiable via a property either.
2. When it overcomes the first issue (by manual copying of the LICENSE) it creates the bundle jar but this just contains the project.xml from that subproject (which doesnt have the groupId, currentVersion).

Would be great if we can get this plugin usable in such a multiproject situation. Let me know if you need any more info.

-- 
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: (MPREPO-9) create-upload-bundle deficiencies

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPREPO-9?page=all ]

Lukas Theussl updated MPREPO-9:
-------------------------------

    Fix Version:     (was: 1.2)

> create-upload-bundle deficiencies
> ---------------------------------
>
>          Key: MPREPO-9
>          URL: http://jira.codehaus.org/browse/MPREPO-9
>      Project: maven-repository-plugin
>         Type: Bug

>     Versions: 1.2
>     Reporter: Andy Jefferson

>
>
> Using maven 1.0.1 and the 1.2 version of the repository plugin.
> I have a project that has a top level that contains the LICENSE.txt, and project.xml with the <currentVersion>,<groupId>. This has subprojects that reference the toplevel project.xml (and so have the same version and groupId).
> When I call "maven create-upload-bundle" in the subproject there are 2 issues
> 1. It cant find LICENSE.txt. This is not specifiable via a property either.
> 2. When it overcomes the first issue (by manual copying of the LICENSE) it creates the bundle jar but this just contains the project.xml from that subproject (which doesnt have the groupId, currentVersion).
> Would be great if we can get this plugin usable in such a multiproject situation. Let me know if you need any more info.

-- 
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: (MPREPO-9) create-upload-bundle deficiencies

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPREPO-9?page=comments#action_31836 ]
     
Joerg Schaible commented on MPREPO-9:
-------------------------------------

Unfortunately normal users cannot create links anymore. so the references here in the text must be enough:

 MAVEN-1390
 MPPOM-4
 MNG-271

> create-upload-bundle deficiencies
> ---------------------------------
>
>          Key: MPREPO-9
>          URL: http://jira.codehaus.org/browse/MPREPO-9
>      Project: maven-repository-plugin
>         Type: Bug
>     Versions: 1.2
>     Reporter: Andy Jefferson
>     Assignee: dion gillard
>      Fix For: 1.2

>
>
> Using maven 1.0.1 and the 1.2 version of the repository plugin.
> I have a project that has a top level that contains the LICENSE.txt, and project.xml with the <currentVersion>,<groupId>. This has subprojects that reference the toplevel project.xml (and so have the same version and groupId).
> When I call "maven create-upload-bundle" in the subproject there are 2 issues
> 1. It cant find LICENSE.txt. This is not specifiable via a property either.
> 2. When it overcomes the first issue (by manual copying of the LICENSE) it creates the bundle jar but this just contains the project.xml from that subproject (which doesnt have the groupId, currentVersion).
> Would be great if we can get this plugin usable in such a multiproject situation. Let me know if you need any more info.

-- 
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: (MPREPO-9) create-upload-bundle deficiencies

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPREPO-9?page=all ]
     
Lukas Theussl closed MPREPO-9:
------------------------------

    Resolution: Fixed

This was fixed after the goal was moved to the artifact plugin.

> create-upload-bundle deficiencies
> ---------------------------------
>
>          Key: MPREPO-9
>          URL: http://jira.codehaus.org/browse/MPREPO-9
>      Project: maven-repository-plugin
>         Type: Bug

>     Versions: 1.2
>     Reporter: Andy Jefferson

>
>
> Using maven 1.0.1 and the 1.2 version of the repository plugin.
> I have a project that has a top level that contains the LICENSE.txt, and project.xml with the <currentVersion>,<groupId>. This has subprojects that reference the toplevel project.xml (and so have the same version and groupId).
> When I call "maven create-upload-bundle" in the subproject there are 2 issues
> 1. It cant find LICENSE.txt. This is not specifiable via a property either.
> 2. When it overcomes the first issue (by manual copying of the LICENSE) it creates the bundle jar but this just contains the project.xml from that subproject (which doesnt have the groupId, currentVersion).
> Would be great if we can get this plugin usable in such a multiproject situation. Let me know if you need any more info.

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