Ok, perhaps I was not able to describe properly my issue, I try with other
words:

How could I do to achieve this:

My web app project has obviously the ...src\main\webapp\WEB-INF folder with
inside some xml file, for example web.xml, repository.xml and others...

I would like to manage some profiles different from the default, for example
a dev profile, a release profile and a test profile.
Each one of those profiles has its repository.xml file, and I would like
that when I run mvn package -P "one of those profiles" the correct
repository.xml file went to final packaged war.

I tried configuring war plugin in the way described in my previous post, but
it seems not working...I imagine my problem is quite common for all
develoepers...

Thanks again and best regards
Raffaele
-- 
View this message in context: 
http://www.nabble.com/WAR-plugin-misunderstanding-tp20268175p20298645.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to