Cannot change jboss-web.xml
---------------------------
Key: CACTUS-192
URL: http://issues.apache.org/jira/browse/CACTUS-192
Project: Cactus
Type: Improvement
Components: Maven Integration
Versions: 1.7
Reporter: Felipe Leme
Assigned to: Felipe Leme
Fix For: 1.8
I faced a situation where I need to set a resource-ref on jboss.xml, but the
maven plugin does not provide an elegant way to do it (I had to add a postGoal
to cactus:cactifywar) as it always use a jboss-web.xml on the plugin-resources:
<ant:webinf dir="${plugin.resources}/jboss3x">
<ant:include name="jboss-web.xml" if="cactus.home.jboss3x"/>
</ant:webinf>
A temporary solution would be to add a new property:
on plugin.properties:
cactus.jboss3x.jboss_web_xml=${plugin.resources}/jboss3x
on plugin.jelly:
<ant:webinf dir="${cactus.jboss3x.jboss_web_xml}">
<ant:include name="jboss-web.xml" if="cactus.home.jboss3x"/>
</ant:webinf>
A more elegant solution would handle it to Cargo or the Ant task.
Vincent, any thoughts?
-- felipe
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]