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/06/19 23:25:16 UTC

[jira] Created: (MPPLUGIN-14) repository-deploy tag doesn't create md5s

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-14
    Summary: repository-deploy tag doesn't create md5s
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Jun 2004 5:24 PM
    Updated: Sat, 19 Jun 2004 5:24 PM

Description:
No .md5 file is created when using the plugin:repossitory-deploy goal.


---------------------------------------------------------------------
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-14) repository-deploy tag doesn't create md5s

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

     Author: Brett Porter
    Created: Sun, 27 Jun 2004 3:45 AM
       Body:
if you use plugin plugin from CVS, it now uses "artifact" to deploy, which is the stuff Michal wrote which later became wagon. It was what is used to deploy wars and ears. It writes POMs and MD5s to the repository.

It now has two modes - legacy (deploy plugin functionality, external SSH implementation), and normal (java ssh library, ftp, etc).

If you have the properties defined for artifact, it'll automatically use that. So you get MD5 for free.

The legacy one deploys poms, but not md5s. Should be easy to add the command if you wish to do so... since we don't really use it on the other end, I didn't worry. md5sum is much less likely to be present in some environments (eg Solaris)
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-14?page=comments#action_21073

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-14
    Summary: repository-deploy tag doesn't create md5s
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Jun 2004 5:24 PM
    Updated: Sun, 27 Jun 2004 3:45 AM

Description:
No .md5 file is created when using the plugin:repossitory-deploy goal.


---------------------------------------------------------------------
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-14) repository-deploy tag doesn't create md5s

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

     Author: dion gillard
    Created: Sat, 26 Jun 2004 8:34 AM
       Body:
What does this: 
" if using the artifact deployment method, it does. Not retrofitting to legacy method."

mean?

All I did was run the goal, and it didn't produce the md5???
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-14?page=comments#action_21058

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-14
    Summary: repository-deploy tag doesn't create md5s
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Jun 2004 5:24 PM
    Updated: Sat, 26 Jun 2004 8:34 AM

Description:
No .md5 file is created when using the plugin:repossitory-deploy goal.


---------------------------------------------------------------------
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-14) repository-deploy tag doesn't create md5s

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

     Author: Brett Porter
    Created: Sun, 27 Jun 2004 7:32 PM
       Body:
excellent point :)

I'm doing some releases tonight, so I'll keep this in mind. I also want to check that distributionSite and distributionAddress from the POM still get honoured...
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-14?page=comments#action_21089

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-14
    Summary: repository-deploy tag doesn't create md5s
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Jun 2004 5:24 PM
    Updated: Sun, 27 Jun 2004 7:32 PM

Description:
No .md5 file is created when using the plugin:repossitory-deploy goal.


---------------------------------------------------------------------
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-14) repository-deploy tag doesn't create md5s

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

     Author: Brett Porter
    Created: Sun, 27 Jun 2004 7:11 PM
       Body:
artifact is used by default if the properties are defined for it (ie if you've previously been deploying wars or ears, etc).

legacy is used if you force it or you don't define maven.repo.list, but its use is deprecated.

I'll be writing this up soon.


---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-14?page=comments#action_21087

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-14
    Summary: repository-deploy tag doesn't create md5s
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Jun 2004 5:24 PM
    Updated: Sun, 27 Jun 2004 7:11 PM

Description:
No .md5 file is created when using the plugin:repossitory-deploy goal.


---------------------------------------------------------------------
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-14) repository-deploy tag doesn't create md5s

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

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 25 Jun 2004 11:55 AM

if using the artifact deployment method, it does.
Not retrofitting to legacy method.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPLUGIN-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-14
    Summary: repository-deploy tag doesn't create md5s
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Jun 2004 5:24 PM
    Updated: Fri, 25 Jun 2004 11:55 AM

Description:
No .md5 file is created when using the plugin:repossitory-deploy goal.


---------------------------------------------------------------------
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-14) repository-deploy tag doesn't create md5s

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

     Author: dion gillard
    Created: Sun, 27 Jun 2004 4:47 AM
       Body:
Which of the modes is in use by default?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-14?page=comments#action_21074

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-14
    Summary: repository-deploy tag doesn't create md5s
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Jun 2004 5:24 PM
    Updated: Sun, 27 Jun 2004 4:47 AM

Description:
No .md5 file is created when using the plugin:repossitory-deploy goal.


---------------------------------------------------------------------
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-14) repository-deploy tag doesn't create md5s

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

     Author: dion gillard
    Created: Sun, 27 Jun 2004 7:28 PM
       Body:
I suppose my point is that *we* need to define the relevant properties for the maven-plugins project.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPPLUGIN-14?page=comments#action_21088

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPLUGIN-14
    Summary: repository-deploy tag doesn't create md5s
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-plugin-plugin

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Jun 2004 5:24 PM
    Updated: Sun, 27 Jun 2004 7:28 PM

Description:
No .md5 file is created when using the plugin:repossitory-deploy goal.


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