Hello,
I have to replace one argument in a file which is in the src/main/webapp/WEB-INF directory . Just for information, the argument is the version of the current maven project.
ex. :
from
<core:init debug="true" jndi-pattern="@@applicationname@@/#{ejbName}/local" />
to
<core:init debug="true" jndi-pattern="myapp-1.0-SNAPSHOT/#{ejbName}/local" />

Ideally, I would like to plug my mojo plugin in the 'prepare-package' phase. But I have to wait until the 2.1 release :-D

Do you have any idea to solve this problem ?

Thanks in advance.
Regards,
Alexandre







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

Reply via email to