You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2012/05/05 12:56:43 UTC

svn commit: r1334394 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/maven-cayenne-plugin/src/main/resources/ framework/maven-cayenne-plugin/src/main/resources/META-INF/ framework/maven-cayenne-plugin/src/main/resources/META-INF/m2e/

Author: aadamchik
Date: Sat May  5 10:56:42 2012
New Revision: 1334394

URL: http://svn.apache.org/viewvc?rev=1334394&view=rev
Log:
CAY-1705 Cayenne plugin compatibility with M2E

patch by Andrei Veprev

Added:
    cayenne/main/trunk/framework/maven-cayenne-plugin/src/main/resources/
    cayenne/main/trunk/framework/maven-cayenne-plugin/src/main/resources/META-INF/
    cayenne/main/trunk/framework/maven-cayenne-plugin/src/main/resources/META-INF/m2e/
    cayenne/main/trunk/framework/maven-cayenne-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt

Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt?rev=1334394&r1=1334393&r2=1334394&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt Sat May  5 10:56:42 2012
@@ -56,6 +56,7 @@ CAY-1688 [PATCH] rename DataDomain.getNo
 CAY-1693 Initial support for bitwise operators in Expression and SelectQuery - MySQL
 CAY-1698 ObjectIdRelationship support for AuditableChild
 CAY-1700 Split long DISJOINT_BY_ID prefetch query on several smaller queries
+CAY-1705 Cayenne plugin compatibility with M2E
 
 Bug Fixes Since 3.1M3:
 

Added: cayenne/main/trunk/framework/maven-cayenne-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/maven-cayenne-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml?rev=1334394&view=auto
==============================================================================
--- cayenne/main/trunk/framework/maven-cayenne-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml (added)
+++ cayenne/main/trunk/framework/maven-cayenne-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml Sat May  5 10:56:42 2012
@@ -0,0 +1,17 @@
+<lifecycleMappingMetadata>
+    <pluginExecutions>
+        <pluginExecution>
+            <pluginExecutionFilter>
+                <goals>
+                    <goal>cgen</goal>
+                </goals>
+            </pluginExecutionFilter>
+            <action>
+                <execute>
+                    <runOnIncremental>true</runOnIncremental>
+                    <runOnConfiguration>true</runOnConfiguration>
+                </execute>
+            </action>
+        </pluginExecution>
+    </pluginExecutions>
+</lifecycleMappingMetadata>
\ No newline at end of file