Repository: incubator-taverna-osgi Updated Branches: refs/heads/master b418db588 -> 34991e44a
Add m2e lifecycle mapping according to http://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/commit/34991e44 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/tree/34991e44 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/diff/34991e44 Branch: refs/heads/master Commit: 34991e44af2667ae24f371f81c1f8ff89c7dbde8 Parents: b418db5 Author: Stian Soiland-Reyes <[email protected]> Authored: Tue Nov 3 14:37:50 2015 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Tue Nov 3 14:38:41 2015 +0100 ---------------------------------------------------------------------- .../META-INF/m2e/lifecycle-mapping-metadata.xml | 48 ++++++++++++++++++++ 1 file changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/34991e44/taverna-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml ---------------------------------------------------------------------- diff --git a/taverna-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/taverna-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml new file mode 100644 index 0000000..3cc5aa4 --- /dev/null +++ b/taverna-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -0,0 +1,48 @@ +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <goals> + <goal>plugin-generate</goal> + <goal>profile-generate</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute> + <runOnIncremental>true</runOnIncremental> + <runOnConfiguration>true</runOnConfiguration> + </execute> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <goals> + <goal>plugin-prepare-bundles</goal> + <goal>plugin-deploy</goal> + <goal>profile-deploy</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore/> + </action> + </pluginExecution> + </pluginExecutions> +</lifecycleMappingMetadata> \ No newline at end of file
