You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2014/02/09 23:26:16 UTC

[4/5] git commit: fixed CS issue

fixed CS issue


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

Branch: refs/heads/camel-2.12.x
Commit: 6129e961d2af3d01bb6fb4fbfd1b0973cb68ded2
Parents: 109836f
Author: cmueller <cm...@apache.org>
Authored: Sun Feb 9 23:24:18 2014 +0100
Committer: cmueller <cm...@apache.org>
Committed: Sun Feb 9 23:26:03 2014 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/maven/RunMojo.java             | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6129e961/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RunMojo.java
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RunMojo.java b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RunMojo.java
index 032459d..2e405cc 100644
--- a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RunMojo.java
+++ b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RunMojo.java
@@ -65,6 +65,8 @@ import org.codehaus.mojo.exec.Property;
  */
 public class RunMojo extends AbstractExecMojo {
 
+    protected String extendedPluginDependencyArtifactId;
+
     // this code is based on a copy-and-paste of maven-exec-plugin
     //
     // If we could avoid the mega-cut-n-paste it would really really help!
@@ -369,7 +371,6 @@ public class RunMojo extends AbstractExecMojo {
     private Properties originalSystemProperties;
 
     private String extraPluginDependencyArtifactId;
-    protected String extendedPluginDependencyArtifactId;
 
     /**
      * Execute goal.