2010/10/25 Manuel Ramirez Velasco <[email protected]>:
> Excuse me if i don´t explain the problem correctly. The problem isn´t WAS
> or update zips.
>
> The problem is:
>
> In my folder I have a two items:
>
> FOLDER/src/one.java
>                  /src/two.java
>
> I am generating a zip:
>
> FOLDER.zip/WEB-INF/classes/one.class
>                        /WEB-INF/classes/two.class
>
> The second time that I run de maven assembly plugin I have in the folder:
>
> FOLDER/src/three.java
>
> And the assembly plugin is generating:
>
> FOLDER.zip/WEB-INF/classes/one.class
>                        /WEB-INF/classes/two.class
>                        /WEB-INF/classes/three.class
>
> where should generate:
>
> FOLDER.zip/WEB-INF/classes/three.class

I see, then run mvn clean before assemblying.

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to