Author: tfischer
Date: Sun Jan 14 03:37:31 2007
New Revision: 496065
URL: http://svn.apache.org/viewvc?view=rev&rev=496065
Log:
Fixed the lifecycle integration and the dependency resolution in the Maven 2
plugin.
Modified:
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/OMMojo.java
db/torque/site/trunk/xdocs/changes.xml
Modified:
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/OMMojo.java
URL:
http://svn.apache.org/viewvc/db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/OMMojo.java?view=diff&rev=496065&r1=496064&r2=496065
==============================================================================
---
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/OMMojo.java
(original)
+++
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/OMMojo.java
Sun Jan 14 03:37:31 2007
@@ -32,8 +32,7 @@
* @author <a href="[EMAIL PROTECTED]">Thomas Fischer</a>
*
* @goal om
- * @execute phase="generate-sources"
- * @requiresDependencyResolution compile
+ * @phase generate-sources
*/
public class OMMojo
extends DataModelTaskMojo
Modified: db/torque/site/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?view=diff&rev=496065&r1=496064&r2=496065
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Sun Jan 14 03:37:31 2007
@@ -32,6 +32,10 @@
<body>
<release version="3.3" date="in SVN">
+ <action type="fix" dev="tfischer" due-to="Jeffrey D. Brekke">
+ Fixed the lifecycle integration and dependency resolution of the om goal
+ in the maven 2 plugin.
+ </action>
<action type="fix" dev="tv" issue="TORQUE-68">
Allow repeated lookups to the Torque Avalon Component. The component now
registers the existing MapBuilders with the new instance so that they are
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]