|
Re: [PATCH] Maven2 Plugin: msg#00090jakarta.turbine.torque.devel
I have cheked your patch against the test project and it works fine. The @execute phase="generate-sources" started a forked lifecycle which is not necessary for the om goal. The @requiresDependencyResolution is also not necessary. In the attached patch it is disabled by changing the annotation to a unknown attribute, however It would be cleaner to remove it completely as in * @goal om - * @execute phase="generate-sources" - * @requiresDependencyResolution compile + * @phase generate-sources */ Please commit your patch, I can also do it if you prefer that. Thomas On Sun, 17 Dec 2006, Jeffrey D. Brekke wrote: below is a small patch to the OM mojo in torque. I haven't committed in a while on the project, and am not *that* familiar with the plugins for maven2, but there seems to be a typo which prevents the om goal to integrate with the maven2 lifecycle. All the other goals seem fine. This does work here when I rebuild the plugin using these settings. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r491225 - /db/torque/test/trunk/test-project/src/schema/bookstore-schema.xml: 00090, tfischer |
|---|---|
| Next by Date: | svn commit: r491227 - in /db/torque/test/trunk/test-project: ./ src/java/org/apache/torque/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/torque/: 00090, tfischer |
| Previous by Thread: | [PATCH] Maven2 Plugini: 00090, Jeffrey D. Brekke |
| Next by Thread: | svn commit: r488187 - /db/torque/test/trunk/test-project/src/java/org/apache/torque/DataTest.java: 00090, tfischer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |