You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2007/12/11 03:43:57 UTC

[jira] Created: (NMAVEN-95) artifacts in the GAC should be deployed to the repository with their public token key id

artifacts in the GAC should be deployed to the repository with their public token key id
----------------------------------------------------------------------------------------

                 Key: NMAVEN-95
                 URL: http://jira.codehaus.org/browse/NMAVEN-95
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14
            Reporter: Brett Porter
             Fix For: 0.14


NMaven.Model.Pom and NMaven.Plugin both require their key in the remote repository.

-- 
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: (NMAVEN-95) artifacts in the GAC should be deployed to the repository with their public token key id

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_116454 ] 

Shane Isbell commented on NMAVEN-95:
------------------------------------

The standard deploy plugin works since the introduction of the RDF repo (trunk revisions since 7/31). But this requires maven-repository-plugin:convert-artifact be run first.

> artifacts in the GAC should be deployed to the repository with their public token key id
> ----------------------------------------------------------------------------------------
>
>                 Key: NMAVEN-95
>                 URL: http://jira.codehaus.org/browse/NMAVEN-95
>             Project: NMaven
>          Issue Type: Bug
>    Affects Versions: 0.14
>            Reporter: Brett Porter
>            Assignee: Brett Porter
>             Fix For: 0.14
>
>
> NMaven.Model.Pom and NMaven.Plugin both require their key in the remote repository.

-- 
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: (NMAVEN-95) artifacts in the GAC should be deployed to the repository with their public token key id

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_116452 ] 

Brett Porter commented on NMAVEN-95:
------------------------------------

I can open a new issue for that - is that the case with the 0.14 code though, or only with the SI_MAVEN_INTEGRATION branch? I wasn't aware that the standard deploy plugin worked with artifacts on trunk yet.

> artifacts in the GAC should be deployed to the repository with their public token key id
> ----------------------------------------------------------------------------------------
>
>                 Key: NMAVEN-95
>                 URL: http://jira.codehaus.org/browse/NMAVEN-95
>             Project: NMaven
>          Issue Type: Bug
>    Affects Versions: 0.14
>            Reporter: Brett Porter
>            Assignee: Brett Porter
>             Fix For: 0.14
>
>
> NMaven.Model.Pom and NMaven.Plugin both require their key in the remote repository.

-- 
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: (NMAVEN-95) artifacts in the GAC should be deployed to the repository with their public token key id

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/NMAVEN-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed NMAVEN-95.
------------------------------

         Assignee: Brett Porter
       Resolution: Fixed
    Fix Version/s: 0.14

> artifacts in the GAC should be deployed to the repository with their public token key id
> ----------------------------------------------------------------------------------------
>
>                 Key: NMAVEN-95
>                 URL: http://jira.codehaus.org/browse/NMAVEN-95
>             Project: NMaven
>          Issue Type: Bug
>    Affects Versions: 0.14
>            Reporter: Brett Porter
>            Assignee: Brett Porter
>             Fix For: 0.14
>
>
> NMaven.Model.Pom and NMaven.Plugin both require their key in the remote repository.

-- 
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: (NMAVEN-95) artifacts in the GAC should be deployed to the repository with their public token key id

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_116451 ] 

Shane Isbell commented on NMAVEN-95:
------------------------------------

I took a look at the check in. I think that it will get things working but we shouldn't be using the dotnet version of the maven-deploy plugin anymore. I checked around and their is another bug in the components.xml file under the library lifecycle mapping. It's coded to use the dotnet one, rather than the standard Maven one. This needs to be changed

          <deploy>
            org.apache.maven.dotnet.plugins:maven-repository-plugin:convert-artifact,
            org.apache.maven.dotnet.plugins:maven-deploy-plugin:deploy
          </deploy>

to

          <deploy>
            org.apache.maven.dotnet.plugins:maven-repository-plugin:convert-artifact,
            org.apache.maven.plugins:maven-deploy-plugin:deploy
          </deploy>

and then NMaven.Model.Pom and NMaven.Model.Pom should use the standard deploy plugin.

> artifacts in the GAC should be deployed to the repository with their public token key id
> ----------------------------------------------------------------------------------------
>
>                 Key: NMAVEN-95
>                 URL: http://jira.codehaus.org/browse/NMAVEN-95
>             Project: NMaven
>          Issue Type: Bug
>    Affects Versions: 0.14
>            Reporter: Brett Porter
>            Assignee: Brett Porter
>             Fix For: 0.14
>
>
> NMaven.Model.Pom and NMaven.Plugin both require their key in the remote repository.

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