<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JavaRanch: Latest posts for the topic "How to copy file.jks KEEPING ORIGINAL FILE DATE in maven"]]></title>
		<link>http://www.coderanch.com/forums/t/67/Ant-Maven-Other-Build-Tools/copy-file-jks-KEEPING-ORIGINAL</link>
		<description><![CDATA[Latest messages posted in the topic "How to copy file.jks KEEPING ORIGINAL FILE DATE in maven"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to copy file.jks KEEPING ORIGINAL FILE DATE in maven</title>
				<description><![CDATA[Hello,<br /> <br /> I'm trying to copy with maven a file (*.jks) so that file keeps the original file date , but no success till now, the copied file get the current date not the original one.<br /> <br /> Have someone faced something like this? Any advises?<br /> <br /> Thanks for your kind Help <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> I'm using something like next:<br /> <br /> <pre>               .
               .
               .
	&lt;build&gt;
	   &lt;finalName&gt;myApp&lt;/finalName&gt;
		&lt;filters&gt;&lt;filter&gt;src/main/filters/filter-${env}.properties&lt;/filter&gt;&lt;/filters&gt;
		&lt;resources&gt;
            &lt;resource&gt;
            	&lt;directory&gt;src/main/resources&lt;/directory&gt;
            	&lt;filtering&gt;true&lt;/filtering&gt;
		        &lt;excludes&gt;
		          &lt;exclude&gt;**/*.jks&lt;/exclude&gt;
		        &lt;/excludes&gt;        
            &lt;/resource&gt;
            &lt;resource&gt;
            	&lt;directory&gt;src/main/resources&lt;/directory&gt;
            	&lt;filtering&gt;false&lt;/filtering&gt;
		        &lt;includes&gt;
		          &lt;include&gt;**/*.jks&lt;/include&gt;
		        &lt;/includes&gt;        
            &lt;/resource&gt;
               .
               .
               .
</pre>]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/448716/1997042</guid>
				<link>http://www.coderanch.com/forums/posts/preList/448716/1997042</link>
				<pubDate><![CDATA[Mon, Jun 8 2009 08:55:52 MDT]]></pubDate>
				<author><![CDATA[Real de Catorce]]></author>
			</item>
			<item>
				<title>How to copy file.jks KEEPING ORIGINAL FILE DATE in maven</title>
				<description><![CDATA[Hi Real and welcome to Javaranch!<br /> <br /> I'm afraid I don't know of a way to do this, have you tried the Maven mailing list?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/448716/1997584</guid>
				<link>http://www.coderanch.com/forums/posts/preList/448716/1997584</link>
				<pubDate><![CDATA[Tue, Jun 9 2009 03:11:23 MDT]]></pubDate>
				<author><![CDATA[Martijn Verburg]]></author>
			</item>
	</channel>
</rss>
