Repository: incubator-taverna-commandline Updated Branches: refs/heads/master 83841c40c -> cb85c5d25
No need for m2e lifecycle-mapping anymore (as taverna-maven-plugin now sets these) .. also don't override assembly plugin version Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/cb85c5d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/cb85c5d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/cb85c5d2 Branch: refs/heads/master Commit: cb85c5d25356002ec0c9af00d2b6a005d689f808 Parents: 83841c4 Author: Stian Soiland-Reyes <[email protected]> Authored: Tue Nov 3 14:39:14 2015 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Tue Nov 3 14:39:14 2015 +0100 ---------------------------------------------------------------------- taverna-commandline-product/pom.xml | 33 -------------------------------- 1 file changed, 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/cb85c5d2/taverna-commandline-product/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml index d47c15d..59ad0ba 100644 --- a/taverna-commandline-product/pom.xml +++ b/taverna-commandline-product/pom.xml @@ -45,7 +45,6 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4</version> <executions> <execution> <phase>package</phase> @@ -110,38 +109,6 @@ </configuration> </plugin> </plugins> - <pluginManagement> - <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings - only. It has no influence on the Maven build itself. --> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.apache.taverna.osgi</groupId> - <artifactId>taverna-maven-plugin</artifactId> - <versionRange>[0.3.1-SNAPSHOT,)</versionRange> - <goals> - <goal>profile-generate</goal> - </goals> - </pluginExecutionFilter> - <action> - <execute> - <runOnIncremental>false</runOnIncremental> - </execute> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> <dependencies>
