You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sebb <se...@gmail.com> on 2010/03/28 18:44:11 UTC

Is it possible to invoke a plugin twice in the same run with different settings?

I'd like to be able to create tar archives with unix EOL and zip
archives with dos EOL.

Experimentation shows that it's possible to use variables for the
archive-type and the line-ending in the descriptor files.

So one can create the different archives by running Maven twice with
different variable settings.

However, I'd like this be done automatically as part of the normal
Maven processing.

Is this possible?

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