Author: dkulp
Date: Wed Nov 28 20:35:00 2012
New Revision: 1414902
URL: http://svn.apache.org/viewvc?rev=1414902&view=rev
Log:
Merged revisions 1414790 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1414790 | dkulp | 2012-11-28 11:26:42 -0500 (Wed, 28 Nov 2012) | 2 lines
Add very basic lifecycle stuff to corba plugin
........
Added:
cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/
cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/
cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/
cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
Added:
cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml?rev=1414902&view=auto
==============================================================================
---
cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
(added)
+++
cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
Wed Nov 28 20:35:00 2012
@@ -0,0 +1,31 @@
+<lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <goals>
+ <goal>wsdl2idl</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute>
+ <runOnIncremental>true</runOnIncremental>
+ <runOnConfiguration>true</runOnConfiguration>
+ </execute>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <goals>
+ <goal>idl2wsdl</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute>
+ <runOnIncremental>true</runOnIncremental>
+ <runOnConfiguration>true</runOnConfiguration>
+ </execute>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+</lifecycleMappingMetadata>
+