[ http://issues.apache.org/jira/browse/GERONIMO-2225?page=comments#action_12423174 ] Anita Kulshreshtha commented on GERONIMO-2225: ----------------------------------------------
Jason, the applications configs (GERONIMO-2206) are probably not working because you did not include the code from m2-plugins.patch dt 10/July/06 attached to Geronimo-2067. It is not enough to just add <geronimoPlugin> to the configuration in pom.xml. The code to handle geronimoPlugin, i.e. to package geronmimo-plugin.xml is in these 4 files: 1. AbstractPackagingMojo.java 2. PackageBuilder.java 3. PlanProcessorMojo.java 4. PackageBuilderShellMojo.java This code also provides a way to handle multiple artifacts generated during packaging of the daytrader configurations. BTW, you can omit the print statements ;-). > The M2 build no longer inserts META-INF/geronimo-plugin.xml into the CARs > ------------------------------------------------------------------------- > > Key: GERONIMO-2225 > URL: http://issues.apache.org/jira/browse/GERONIMO-2225 > Project: Geronimo > Issue Type: Sub-task > Security Level: public(Regular issues) > Components: buildsystem > Affects Versions: 1.2 > Reporter: Jason Dillon > Assigned To: Jason Dillon > Priority: Blocker > Fix For: 1.2 > > > The M2 build no longer inserts META-INF/geronimo-plugin.xml into the CARs > that have src/conf/geronimo-plugin.xml. There was handling for this in the > M1 build (e.g. for the welcome app and other examples). -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira
