You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Maria Odea Ching (JIRA)" <ji...@codehaus.org> on 2008/04/10 04:31:58 UTC

[jira] Created: (MRM-774) Support inclusion of pom file when deploying an artifact in upload artifact web form

Support inclusion of pom file when deploying an artifact in upload artifact web form
------------------------------------------------------------------------------------

                 Key: MRM-774
                 URL: http://jira.codehaus.org/browse/MRM-774
             Project: Archiva
          Issue Type: New Feature
          Components: web application
    Affects Versions: 1.1
            Reporter: Maria Odea Ching


Currently the web upload form only supports pom generation when uploading M2 artifacts.

-- 
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: (MRM-774) Support inclusion of pom file when deploying an artifact via the web upload form

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed MRM-774.
---------------------------

    Resolution: Fixed

Docs updated in r653665.

This is probably as done as it's going to get for 1.1, though it still needs work.

 * Do uploads done through the web interface show up in the audit log?

 * Do plugin uploads work correctly? (Needs latest and release elements in the metadata.)

> Support inclusion of pom file when deploying an artifact via the web upload form
> --------------------------------------------------------------------------------
>
>                 Key: MRM-774
>                 URL: http://jira.codehaus.org/browse/MRM-774
>             Project: Archiva
>          Issue Type: New Feature
>          Components: web application
>    Affects Versions: 1.1
>            Reporter: Maria Odea Ching
>            Assignee: Wendy Smoak
>             Fix For: 1.1
>
>
> Currently the web upload form only supports pom generation when uploading M2 artifacts.

-- 
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] Updated: (MRM-774) Support inclusion of pom file when deploying an artifact via the web upload form

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MRM-774:
---------------------------------

    Fix Version/s: 1.x

> Support inclusion of pom file when deploying an artifact via the web upload form
> --------------------------------------------------------------------------------
>
>                 Key: MRM-774
>                 URL: http://jira.codehaus.org/browse/MRM-774
>             Project: Archiva
>          Issue Type: New Feature
>          Components: web application
>    Affects Versions: 1.1
>            Reporter: Maria Odea Ching
>             Fix For: 1.x
>
>
> Currently the web upload form only supports pom generation when uploading M2 artifacts.

-- 
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: (MRM-774) Support inclusion of pom file when deploying an artifact via the web upload form

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133474#action_133474 ] 

Wendy Smoak commented on MRM-774:
---------------------------------

> Upload of filenames ending in .pom is not working (no content type found.)

So far, it seems to only be a problem with Safari.  Firefox works fine.  Still needs to be tested with Internet Explorer.  Looks like a "fix" would involve extending the Fileupload Interceptor (setting the Content-Type in the action is too late).  Workaround:  rename the .pom file to .xml before uploading.

> Support inclusion of pom file when deploying an artifact via the web upload form
> --------------------------------------------------------------------------------
>
>                 Key: MRM-774
>                 URL: http://jira.codehaus.org/browse/MRM-774
>             Project: Archiva
>          Issue Type: New Feature
>          Components: web application
>    Affects Versions: 1.1
>            Reporter: Maria Odea Ching
>            Assignee: Wendy Smoak
>             Fix For: 1.1
>
>
> Currently the web upload form only supports pom generation when uploading M2 artifacts.

-- 
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: (MRM-774) Support inclusion of pom file when deploying an artifact via the web upload form

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133479#action_133479 ] 

Maria Odea Ching commented on MRM-774:
--------------------------------------

- Should checksums be created for the uploaded files? We currently only do it for the metadata file. (Archiva can be configured to "fix checksums".)

In MRM-216, only the checksums of the metadata files are updated. I left the checksums of the artifact & the pom file to be generated by Archiva when the consumers are executed.

> Support inclusion of pom file when deploying an artifact via the web upload form
> --------------------------------------------------------------------------------
>
>                 Key: MRM-774
>                 URL: http://jira.codehaus.org/browse/MRM-774
>             Project: Archiva
>          Issue Type: New Feature
>          Components: web application
>    Affects Versions: 1.1
>            Reporter: Maria Odea Ching
>            Assignee: Wendy Smoak
>             Fix For: 1.1
>
>
> Currently the web upload form only supports pom generation when uploading M2 artifacts.

-- 
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] Updated: (MRM-774) Support inclusion of pom file when deploying an artifact via the web upload form

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated MRM-774:
----------------------------

         Assignee: Wendy Smoak
    Fix Version/s:     (was: 1.x)
                   1.1

Initial work done in r653190.

 * Upload of filenames ending in .pom is not working (no content type found.)  I'll try defaulting to application/xml for the pomFile Content-Type.

 * No success message displays after a successful upload [I don't think this was working before my changes...]

 * filename.replaceAll( packaging, "pom" ) is dangerous; if 'jar' or 'war' appears elsewhere in the path it's going to get replaced.

 * The groupId/artifactId/version/packaging fields are still required even if a pom file is supplied.  (This differs from deploy:deploy-file which can read them from the pom.)

 * No validation that the uploaded POM file matches the supplied groupId/artifactId/etc.

 * Documentation still needs to be updated

 * Should checksums be created for the uploaded files?  We currently only do it for the metadata file.  (Archiva can be configured to "fix checksums".)

 * Automated tests?

> Support inclusion of pom file when deploying an artifact via the web upload form
> --------------------------------------------------------------------------------
>
>                 Key: MRM-774
>                 URL: http://jira.codehaus.org/browse/MRM-774
>             Project: Archiva
>          Issue Type: New Feature
>          Components: web application
>    Affects Versions: 1.1
>            Reporter: Maria Odea Ching
>            Assignee: Wendy Smoak
>             Fix For: 1.1
>
>
> Currently the web upload form only supports pom generation when uploading M2 artifacts.

-- 
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] Updated: (MRM-774) Support inclusion of pom file when deploying an artifact via the web upload form

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MRM-774:
---------------------------------

    Summary: Support inclusion of pom file when deploying an artifact via the web upload form  (was: Support inclusion of pom file when deploying an artifact in upload artifact web form)

> Support inclusion of pom file when deploying an artifact via the web upload form
> --------------------------------------------------------------------------------
>
>                 Key: MRM-774
>                 URL: http://jira.codehaus.org/browse/MRM-774
>             Project: Archiva
>          Issue Type: New Feature
>          Components: web application
>    Affects Versions: 1.1
>            Reporter: Maria Odea Ching
>
> Currently the web upload form only supports pom generation when uploading M2 artifacts.

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