Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by WendySmoak: http://wiki.apache.org/struts/StrutsMaven2Plan New page: A page to collect notes on a possible conversion to Maven 2. === Project Structure === Reconcile Maven's suggested directory structure with the current one, decide what to change and what to configure. || Maven || Struts || Notes || || src/main/java || src/java || || || src/main/resources || src/java, conf, src/conf || || || src/test/java || src/test || || || src/test/resources || src/test, src/conf || || || src/site/xdoc || xdocs || || * Configuration will be easier if all of the non-Java resources are in one place. That can either be in the same directory structure as the source code, or in a separate one. If in a separate directory, the structure should mirror the desired structure within the build artifact, so that the resources can be copied all at once. * Any sub-project that builds more than one artifact (such as a jar and an example webapp) may need to be split into multiple modules === Other Issues === * There is currently no M2 equivalent of 'maven multiproject:site' (The module sites get built, but not assembled.) * Integration testing? Cactus isn't seeing much activity, is there a Maven 2 plugin yet? === Timeline === * TBD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]