Repository: camel Updated Branches: refs/heads/camel-2.13.x 40764d1b4 -> d2db3f760
Try to fix the release with Git commit change issue Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d2db3f76 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d2db3f76 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d2db3f76 Branch: refs/heads/camel-2.13.x Commit: d2db3f760349c02918c6506a90e2d519fc1a465d Parents: 40764d1 Author: Willem Jiang <[email protected]> Authored: Tue Jul 1 10:51:17 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Tue Jul 1 10:52:52 2014 +0800 ---------------------------------------------------------------------- pom.xml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d2db3f76/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6a4e95..4daabf3 100755 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ <downloadJavadocs>false</downloadJavadocs> </configuration> </plugin> - + <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> @@ -177,7 +177,7 @@ <exclude>**/test/data*/**/*</exclude> <exclude>.gitignore</exclude> <exclude>.git/**/*</exclude> - <!-- tooling/camel-manual/src/styles/print.css use a different + <!-- tooling/camel-manual/src/styles/print.css use a different license --> <exclude>**/src/styles/print.css</exclude> <!-- cxf does not handle comments here --> @@ -197,12 +197,19 @@ </excludes> </configuration> </plugin> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <!-- see http://jira.codehaus.org/browse/MRELEASE-812 --> - <version>2.4.1</version> + <version>2.4.2</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-gitexe</artifactId> + <version>1.9</version> + </dependency> + </dependencies> <configuration> <localCheckout>true</localCheckout> <pushChanges>true</pushChanges> @@ -232,7 +239,7 @@ </profile> <profile> <id>setup.eclipse</id> - <!-- set up the eclipse workspace and generate the .classpath and .project + <!-- set up the eclipse workspace and generate the .classpath and .project files for modules --> <properties> <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir> @@ -356,9 +363,9 @@ </plugins> </build> </profile> - + <profile> - <!-- When not on the Mac, we need to add tools.jar to the antrun plugin + <!-- When not on the Mac, we need to add tools.jar to the antrun plugin for schemagen to work --> <id>not-mac</id> <activation> @@ -446,7 +453,7 @@ </plugins> </build> </profile> - + <profile> <id>deploy</id> <build> @@ -507,7 +514,7 @@ </property> </activation> <build> - <plugins> + <plugins> <!-- We want to deploy the artifact to a staging location for perusal --> <plugin> <inherited>true</inherited>
