You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2006/03/31 01:24:54 UTC

Re: svn commit: r387118 - /maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/AbstractWarMojo.java

Deng, was this intentional? It no longer does the modification check
John added in MWAR-26.

epunzalan@apache.org wrote:
> Author: epunzalan
> Date: Sun Mar 19 18:41:00 2006
> New Revision: 387118
> 
> URL: http://svn.apache.org/viewcvs?rev=387118&view=rev
> Log:
> PR: MWAR-20
> Submitted by: Maria Odea Ching

[...]

> -                FileUtils.copyFileIfModified( new File( webXml ), new File( webinfDir, "/web.xml" ) );
> +                FileUtils.copyFile( webXml, new File( webinfDir, "/web.xml" ) );

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r387118 - /maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/AbstractWarMojo.java

Posted by Brett Porter <br...@apache.org>.
Never mind, seems have since been fixed.

Brett Porter wrote:
> Deng, was this intentional? It no longer does the modification check
> John added in MWAR-26.
> 
> epunzalan@apache.org wrote:
>> Author: epunzalan
>> Date: Sun Mar 19 18:41:00 2006
>> New Revision: 387118
>>
>> URL: http://svn.apache.org/viewcvs?rev=387118&view=rev
>> Log:
>> PR: MWAR-20
>> Submitted by: Maria Odea Ching
> 
> [...]
> 
>> -                FileUtils.copyFileIfModified( new File( webXml ), new File( webinfDir, "/web.xml" ) );
>> +                FileUtils.copyFile( webXml, new File( webinfDir, "/web.xml" ) );
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org