You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/08 03:39:50 UTC

[jira] Created: (MPPLUGIN-22) plugin:repository-deploy uses blank groupId

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPLUGIN-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-22
    Summary: plugin:repository-deploy uses blank groupId
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin
   Versions:
             1.6

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Wed, 7 Jul 2004 9:38 PM
    Updated: Wed, 7 Jul 2004 9:38 PM

Description:
run 'maven plugin:repository-deploy' from any maven-plugins plugin, e.g.nsis


---------------------------------------------------------------------
JIRA INFORMATION:
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] Commented: (MPPLUGIN-22) plugin:repository-deploy uses blank groupId

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: dion gillard
    Created: Thu, 8 Jul 2004 1:09 AM
       Body:
No.

plugin:repository-deploy:
    [echo] maven.repo.list is not set - using legacy deploy mode
    [echo] DEPRECATED: use of deploy:artifact tag and the legacy deploy method are deprecated
    [echo]
        Copying project.xml to the /www/www.apache.org/dist/java-repository//maven/poms on www.apache.org

    [exec] scp: x/www/www.apache.org/dist/java-repository//maven/poms/maven-nsis-plugin-1.2-SNAPSHOT.pom: Permission denied

Seems the directory isn't group writable:

drwxr-xr-x  2 brett     apcvs    512 Jun 28 05:26 .

And the group is wrong
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-22?page=comments#action_21503

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPLUGIN-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-22
    Summary: plugin:repository-deploy uses blank groupId
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: INCOMPLETE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin
   Versions:
             1.6

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Wed, 7 Jul 2004 9:38 PM
    Updated: Thu, 8 Jul 2004 1:09 AM

Description:
run 'maven plugin:repository-deploy' from any maven-plugins plugin, e.g.nsis


---------------------------------------------------------------------
JIRA INFORMATION:
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: (MPPLUGIN-22) plugin:repository-deploy uses blank groupId

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Thu, 8 Jul 2004 12:10 AM

yep. maven is the group, poms is the type /java-repository/ is the base.

Did it fail?
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPLUGIN-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-22
    Summary: plugin:repository-deploy uses blank groupId
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: INCOMPLETE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin
   Versions:
             1.6

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Wed, 7 Jul 2004 9:38 PM
    Updated: Thu, 8 Jul 2004 12:10 AM

Description:
run 'maven plugin:repository-deploy' from any maven-plugins plugin, e.g.nsis


---------------------------------------------------------------------
JIRA INFORMATION:
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] Commented: (MPPLUGIN-22) plugin:repository-deploy uses blank groupId

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: dion gillard
    Created: Wed, 7 Jul 2004 11:49 PM
       Body:
Will do it again, but at no time should the groupId been blank. id was set before...

Using:

<project>
  <extend>../plugin-parent/project.xml</extend>
  <pomVersion>3</pomVersion>
  <name>Maven NSIS Plug-in</name>
  <artifactId>maven-nsis-plugin</artifactId>
  <currentVersion>1.2-SNAPSHOT</currentVersion>
  <organization/>

produces:

plugin:repository-deploy:
    [echo] maven.repo.list is not set - using legacy deploy mode
    [echo] DEPRECATED: use of deploy:artifact tag and the legacy deploy method are deprecated
    [echo]
        Copying project.xml to the /www/www.apache.org/dist/java-repository//maven/poms on www.apache.org

Maybe I'm mistaking //maven for an empty group???
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-22?page=comments#action_21498

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPLUGIN-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-22
    Summary: plugin:repository-deploy uses blank groupId
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin
   Versions:
             1.6

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Wed, 7 Jul 2004 9:38 PM
    Updated: Wed, 7 Jul 2004 11:49 PM

Description:
run 'maven plugin:repository-deploy' from any maven-plugins plugin, e.g.nsis


---------------------------------------------------------------------
JIRA INFORMATION:
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] Commented: (MPPLUGIN-22) plugin:repository-deploy uses blank groupId

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Brett Porter
    Created: Wed, 7 Jul 2004 11:40 PM
       Body:
are you sure? It should use pom.groupId.

Was it because of your various groupId mishaps with nsis?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-22?page=comments#action_21496

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPLUGIN-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-22
    Summary: plugin:repository-deploy uses blank groupId
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin
   Versions:
             1.6

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Wed, 7 Jul 2004 9:38 PM
    Updated: Wed, 7 Jul 2004 11:40 PM

Description:
run 'maven plugin:repository-deploy' from any maven-plugins plugin, e.g.nsis


---------------------------------------------------------------------
JIRA INFORMATION:
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] Commented: (MPPLUGIN-22) plugin:repository-deploy uses blank groupId

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Brett Porter
    Created: Thu, 8 Jul 2004 7:38 AM
       Body:
fixed.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-22?page=comments#action_21510

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPLUGIN-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-22
    Summary: plugin:repository-deploy uses blank groupId
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: INCOMPLETE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin
   Versions:
             1.6

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Wed, 7 Jul 2004 9:38 PM
    Updated: Thu, 8 Jul 2004 7:38 AM

Description:
run 'maven plugin:repository-deploy' from any maven-plugins plugin, e.g.nsis


---------------------------------------------------------------------
JIRA INFORMATION:
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