You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2005/11/01 10:01:45 UTC

[jira] Created: (MNG-1383) Handle java sources in upload bundles

Handle java sources in upload bundles
-------------------------------------

         Key: MNG-1383
         URL: http://jira.codehaus.org/browse/MNG-1383
     Project: Maven 2
        Type: Improvement
  Components: repository-tools  
 Reporter: fabrizio giustina


The attached patches will allow uploading of java sources to m1/m2 repositories

Patches for:
- deploy-bundle: handles upload bundles with sources and move them to the appropriare location in a m1 repo
- repoclean: handles the "sources" classifier in order to sync the m2 repo
- m2site guide-ibiblio-upload apt: explain how to generate an upload bundles with sources
- m1site repository-upload doc: adds the source jar to the artifact list in the upload bundle 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


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


[jira] Updated: (MNG-1383) Handle java sources in upload bundles

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

fabrizio giustina updated MNG-1383:
-----------------------------------

    Attachment: m2site-guide-ibiblio-upload.diff
                m1site-repository-upload.diff
                repoclean.diff

repoclean diff
m2 site apt diff
m1 site xdoc diff

> Handle java sources in upload bundles
> -------------------------------------
>
>          Key: MNG-1383
>          URL: http://jira.codehaus.org/browse/MNG-1383
>      Project: Maven 2
>         Type: Improvement
>   Components: repository-tools
>     Reporter: fabrizio giustina
>  Attachments: deploy-bundle.diff, m1site-repository-upload.diff, m2site-guide-ibiblio-upload.diff, repoclean.diff
>
>
> The attached patches will allow uploading of java sources to m1/m2 repositories
> Patches for:
> - deploy-bundle: handles upload bundles with sources and move them to the appropriare location in a m1 repo
> - repoclean: handles the "sources" classifier in order to sync the m2 repo
> - m2site guide-ibiblio-upload apt: explain how to generate an upload bundles with sources
> - m1site repository-upload doc: adds the source jar to the artifact list in the upload bundle 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


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


[jira] Updated: (MNG-1383) Handle java sources in upload bundles

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

fabrizio giustina updated MNG-1383:
-----------------------------------

    Attachment: deploy-bundle.diff

deploy bundle diff

> Handle java sources in upload bundles
> -------------------------------------
>
>          Key: MNG-1383
>          URL: http://jira.codehaus.org/browse/MNG-1383
>      Project: Maven 2
>         Type: Improvement
>   Components: repository-tools
>     Reporter: fabrizio giustina
>  Attachments: deploy-bundle.diff, m1site-repository-upload.diff, m2site-guide-ibiblio-upload.diff, repoclean.diff
>
>
> The attached patches will allow uploading of java sources to m1/m2 repositories
> Patches for:
> - deploy-bundle: handles upload bundles with sources and move them to the appropriare location in a m1 repo
> - repoclean: handles the "sources" classifier in order to sync the m2 repo
> - m2site guide-ibiblio-upload apt: explain how to generate an upload bundles with sources
> - m1site repository-upload doc: adds the source jar to the artifact list in the upload bundle 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


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


[jira] Closed: (MRM-25) Handle java sources in upload bundles

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-25?page=all ]
     
Carlos Sanchez closed MRM-25:
-----------------------------

      Assign To: Carlos Sanchez
     Resolution: Fixed
    Fix Version: 1.0

> Handle java sources in upload bundles
> -------------------------------------
>
>          Key: MRM-25
>          URL: http://jira.codehaus.org/browse/MRM-25
>      Project: Maven Repository Manager
>         Type: Improvement
>     Versions: 1.0
>     Reporter: fabrizio giustina
>     Assignee: Carlos Sanchez
>      Fix For: 1.0
>  Attachments: deploy-bundle.diff, m1site-repository-upload.diff, m2site-guide-ibiblio-upload.diff, repoclean.diff
>
>
> The attached patches will allow uploading of java sources to m1/m2 repositories
> Patches for:
> - deploy-bundle: handles upload bundles with sources and move them to the appropriare location in a m1 repo
> - repoclean: handles the "sources" classifier in order to sync the m2 repo
> - m2site guide-ibiblio-upload apt: explain how to generate an upload bundles with sources
> - m1site repository-upload doc: adds the source jar to the artifact list in the upload bundle 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


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


[jira] Updated: (MRM-25) Handle java sources in upload bundles

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-25?page=all ]

Carlos Sanchez updated MRM-25:
------------------------------

    Description: 
The attached patches will allow uploading of java sources to m1/m2 repositories

Patches for:
- deploy-bundle: handles upload bundles with sources and move them to the appropriare location in a m1 repo
- repoclean: handles the "sources" classifier in order to sync the m2 repo
- m2site guide-ibiblio-upload apt: explain how to generate an upload bundles with sources
- m1site repository-upload doc: adds the source jar to the artifact list in the upload bundle jar


  was:
The attached patches will allow uploading of java sources to m1/m2 repositories

Patches for:
- deploy-bundle: handles upload bundles with sources and move them to the appropriare location in a m1 repo
- repoclean: handles the "sources" classifier in order to sync the m2 repo
- m2site guide-ibiblio-upload apt: explain how to generate an upload bundles with sources
- m1site repository-upload doc: adds the source jar to the artifact list in the upload bundle jar


        Version: 1.0
    Environment: 

> Handle java sources in upload bundles
> -------------------------------------
>
>          Key: MRM-25
>          URL: http://jira.codehaus.org/browse/MRM-25
>      Project: Maven Repository Manager
>         Type: Improvement
>     Versions: 1.0
>     Reporter: fabrizio giustina
>  Attachments: deploy-bundle.diff, m1site-repository-upload.diff, m2site-guide-ibiblio-upload.diff, repoclean.diff
>
>
> The attached patches will allow uploading of java sources to m1/m2 repositories
> Patches for:
> - deploy-bundle: handles upload bundles with sources and move them to the appropriare location in a m1 repo
> - repoclean: handles the "sources" classifier in order to sync the m2 repo
> - m2site guide-ibiblio-upload apt: explain how to generate an upload bundles with sources
> - m1site repository-upload doc: adds the source jar to the artifact list in the upload bundle 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


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