[ 
https://jira.codehaus.org/browse/MNG-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Benedict updated MNG-4373:
-------------------------------

    Fix Version/s:     (was: Issues to be reviewed for 3.x)

> Make set of deployed checksums configurable
> -------------------------------------------
>
>                 Key: MNG-4373
>                 URL: https://jira.codehaus.org/browse/MNG-4373
>             Project: Maven
>          Issue Type: New Feature
>            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 was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to