Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1-beta-1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Maven 2.0.10, JDK6, XP SP3
-
Number of attachments :
Description
I ran into some problems with this plugin in use with profiles. I deploy different context.xml files. So I made up some names like:
remote-context.xml and set <containerConfigXML>src/main/conf/remote-context.xml </containerConfigXML> but when I run the package phase the file is copied as is and is not renamed to context.xml. Which of course makes no sense without renaming.
Files should be renamed if necessary.
I can confirm this on:
Besides not working in profiles, it does not work in when put in build > plugins > plugin, too.