On 7/19/06, Patrick Lightbody <[EMAIL PROTECTED]> wrote:
Yup, the xwork profile is very nice for when generating the IDEA projects.
Agreed, but ../xwork is not where my xwork lives. :)
Any objection to making this configurable as a property?
If you and Jason can add this to settings.xml:
<profiles>
<profile>
<id>xwork</id>
<properties>
<struts2.xwork.location>../xwork</struts2.xwork.location>
</properties>
</profile>
...
Then we can change the struts2-parent pom to:
<profile>
<id>xwork</id>
<modules>
<module>${struts2.xwork.location}</module>
</modules>
</profile>
and it should work for everyone.
Thanks,
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]