Make set of deployed checksums configurable
-------------------------------------------

                 Key: MARTIFACT-13
                 URL: http://jira.codehaus.org/browse/MARTIFACT-13
             Project: Maven Artifact
          Issue Type: New Feature
    Affects Versions: 3.0-alpha-1
            Reporter: Benjamin Bentmann


Nothing new, just an official ticket for
{code:java}
// TODO: configure these on the repository
for ( int i = 0; i < CHECKSUM_IDS.length; i++ )
{
    checksums.put( CHECKSUM_IDS[i], addChecksumObserver( wagon, 
CHECKSUM_ALGORITHMS[i] ) );
}
{code}
from the 
{{[DefaultWagonManager|http://svn.apache.org/viewvc/maven/artifact/trunk/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java?revision=647022&view=markup]}}.
 Since maven-artifact:3.0 is a major release, it might be a good time to add 
the required methods into the API.

Number one use case is to entirely disable checksum files, e.g. to upload EARs 
directly into an app server's deployment directory via scp.

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

        

Reply via email to