Repository: camel
Updated Branches:
  refs/heads/master c1f6b6f75 -> e714a759a


CAMEL-7446: Fix m2e lifecycle configuration problem

Fix m2e lifecycle configuration problems caused by missing lifecycle
mapping details in maven-scalate-plugin_2.11.

Signed-off-by: Gregor Zurowski <gre...@zurowski.org>


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e714a759
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e714a759
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e714a759

Branch: refs/heads/master
Commit: e714a759a0bfd88b3ae7f3453ffda819a15ef13c
Parents: c1f6b6f
Author: Gregor Zurowski <gre...@zurowski.org>
Authored: Mon May 19 20:16:34 2014 -0400
Committer: Gregor Zurowski <gre...@zurowski.org>
Committed: Mon May 19 20:21:08 2014 -0400

----------------------------------------------------------------------
 components/camel-web/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e714a759/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 0ac0b3b..5520824 100644
--- a/components/camel-web/pom.xml
+++ b/components/camel-web/pom.xml
@@ -538,8 +538,8 @@
                                 </pluginExecution>
                                 <pluginExecution>
                                     <pluginExecutionFilter>
-                                        
<groupId>org.fusesource.scalate</groupId>
-                                        
<artifactId>maven-scalate-plugin_2.10</artifactId>
+                                        <groupId>org.scalatra.scalate</groupId>
+                                        
<artifactId>maven-scalate-plugin_2.11</artifactId>
                                         
<versionRange>${scalate-version}</versionRange>
                                         <goals>
                                             <goal>precompile</goal>

Reply via email to