You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David Castro (JIRA)" <ji...@codehaus.org> on 2006/12/20 06:49:40 UTC

[jira] Created: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

jMimeMagic 0.1.1

------------------

                 Key: MAVENUPLOAD-1280
                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
             Project: maven-upload-requests
          Issue Type: Task
            Reporter: David Castro


jMimeMagic is a Java library for determining the content type of files or streams.

-- 
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: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

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

Carlos Sanchez closed MAVENUPLOAD-1280.
---------------------------------------

      Assignee: Carlos Sanchez
    Resolution: Incomplete

scopes are not correct as indicated previously

> jMimeMagic 0.1.1

> ------------------
>
>                 Key: MAVENUPLOAD-1280
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: David Castro
>         Assigned To: Carlos Sanchez
>
> jMimeMagic is a Java library for determining the content type of files or streams.

-- 
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] Reopened: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

Posted by "David Castro (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-1280?page=all ]

David Castro reopened MAVENUPLOAD-1280:
---------------------------------------

             
upgraded to using maven 1.1 and generated the bundle as the docs say.  BTW, the maven docs should state that the artifact:create-upload-bundle goal only exists in the newer artifact plugins only compatible with maven 1.1.

> jMimeMagic 0.1.1

> ------------------
>
>                 Key: MAVENUPLOAD-1280
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: David Castro
>         Assigned To: Carlos Sanchez
>         Attachments: jmimemagic-0.1.1-bundle.jar
>
>
> jMimeMagic is a Java library for determining the content type of files or streams.

-- 
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: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

Posted by "David Castro (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-1280?page=all ]

David Castro updated MAVENUPLOAD-1280:
--------------------------------------

    Attachment: jmimemagic-0.1.1-bundle.jar

new bundle jar created with artifact:create-upload-bundl

> jMimeMagic 0.1.1

> ------------------
>
>                 Key: MAVENUPLOAD-1280
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: David Castro
>         Assigned To: Carlos Sanchez
>         Attachments: jmimemagic-0.1.1-bundle.jar
>
>
> jMimeMagic is a Java library for determining the content type of files or streams.

-- 
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: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-1280?page=comments#action_83203 ] 
            
Carlos Sanchez commented on MAVENUPLOAD-1280:
---------------------------------------------

it can be an m1 pom, but you still need the scopes

<properties>
  <scope>test</scope>
</properties>

> jMimeMagic 0.1.1

> ------------------
>
>                 Key: MAVENUPLOAD-1280
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: David Castro
>
> jMimeMagic is a Java library for determining the content type of files or streams.

-- 
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: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

Posted by "David Castro (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-1280?page=comments#action_83029 ] 
            
David Castro commented on MAVENUPLOAD-1280:
-------------------------------------------

Ah, I didn't realize I needed an M2 pom, although it makes sense for optional/test dep declaration.  I was trying to follow directions without making any assumptions and since the M1 doc does not state that this is a requirement I used an M1 project descriptor as was implied by the M1 repository upload doc.

http://maven.apache.org/maven-1.x/reference/repository-upload.html

It only says specifically for M2 projects, which mine is not yet, that you can kill two birds with one stone.  And even says that previously it was referencing a Maven 1 POM.  Perhaps the doc should be updated to clear that up...I'd imagine others have been confused by this, although I am good at firsts.

> Maven 2 projects
> 
> You can request a upload for a maven 2 project just using the maven 2 pom.xml instead of the maven 1 project.xml referenced previously. The jar will be uploaded to both maven 1 and maven 2 repos. Check > this mini guide for more information. 

BTW, the goal 'artifact:create-upload-bundle' doesn't exist in the latest stable 1.x release...at least I don't see that goal in my 1.0.2 installation.

Yeah, somebody else put that version up a long time ago =)  I have no problem switching to the new style.  I'll work on an M2 POM then I guess and submit that.  How do I re-trigger this process?  Will I need to recreate another ticket?

Cheers & Thanks for the info

> jMimeMagic 0.1.1

> ------------------
>
>                 Key: MAVENUPLOAD-1280
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: David Castro
>
> jMimeMagic is a Java library for determining the content type of files or streams.

-- 
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: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

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

MAVENUPLOAD-373, hehehe, time flies

I think it is enough to provide a new bundle URL here in a comment.

BTW: It would be really great if you add a -source.jar to the bundle (jar root should be the root of the package path), it makes the usage of the classes in Eclipse really convenient :)

> jMimeMagic 0.1.1

> ------------------
>
>                 Key: MAVENUPLOAD-1280
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: David Castro
>
> jMimeMagic is a Java library for determining the content type of files or streams.

-- 
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: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

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

Carlos Sanchez closed MAVENUPLOAD-1280.
---------------------------------------

    Resolution: Fixed

> jMimeMagic 0.1.1

> ------------------
>
>                 Key: MAVENUPLOAD-1280
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: David Castro
>         Assigned To: Carlos Sanchez
>         Attachments: jmimemagic-0.1.1-bundle.jar
>
>
> jMimeMagic is a Java library for determining the content type of files or streams.

-- 
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: (MAVENUPLOAD-1280) jMimeMagic 0.1.1

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

Some comments, Carlos might correct me:

1/ You've provided in the bundle a M1 project.xml, but the (automated) upload process needs a M2 pom.xml (see http://maven.apache.org/guides/mini/guide-ibiblio-upload.html)
2/ Please qualify for the deps which ones are optional and in which scope they are used (at least the ones for test only e.g. junit)
3/ There's already an old version of jmimemagic on ibiblio with groupId "jmimemagic" although a lot of projects switch to new conventions these days, Carlos? ;-)

- Jörg

> jMimeMagic 0.1.1

> ------------------
>
>                 Key: MAVENUPLOAD-1280
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1280
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: David Castro
>
> jMimeMagic is a Java library for determining the content type of files or streams.

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