http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Built-in_Lifecycle_Bindings

Have a look at the "war" lifecycle, you'll see that there is only one goal
that does the copying from src/main/webapp to target/${finalName} and that
is the war:war goal which does the copy and zip in one step.


On 12 February 2013 08:30, Cagecurrent <p...@cagecurrent.com> wrote:

> Hi,
> I'm trying to figure out how to get my Groovy code to execute after my CSS
> files has been copied from /src to /target, but *before* the content is
> packaged from /target into the WAR file. Any hint on where to add this into
> the pom.xml?!?
>
> Thanks in advance!
> /Per
>
>
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Modifying-a-CSS-file-with-Groovy-in-target-before-packaged-into-WAR-tp5746728.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to