You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nicholas Tung <ga...@gmail.com> on 2009/07/23 02:27:33 UTC

quick question: remove .timestamp on "mvn clean"

Hi all,

   Does anyone know how to remove the <build-dir>.timestamp on "mvn clean"?
If I don't, it doesn't rebuild Scala files.

thanks,
Nicholas
https://ntung.com

Re: quick question: remove .timestamp on "mvn clean"

Posted by Nicholas Tung <ga...@gmail.com>.
On Thu, Jul 23, 2009 at 2:43 AM, Martin Höller <ma...@xss.co.at> wrote:

> On Thursday 23 July 2009 Nicholas Tung wrote:
> > Hi all,
> >
> >    Does anyone know how to remove the <build-dir>.timestamp on "mvn
> > clean"? If I don't, it doesn't rebuild Scala files.
>
> Configure the maven-clean-plugin to delete this additional file:
>
> http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html
>
> hth,
> - martin
>

Thanks!

Nicholas
https://ntung.com

Re: quick question: remove .timestamp on "mvn clean"

Posted by Martin Höller <ma...@xss.co.at>.
On Thursday 23 July 2009 Nicholas Tung wrote:
> Hi all,
>
>    Does anyone know how to remove the <build-dir>.timestamp on "mvn
> clean"? If I don't, it doesn't rebuild Scala files.

Configure the maven-clean-plugin to delete this additional file:
http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html

hth,
- martin