Fixed the camel-web build error with Windows

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

Branch: refs/remotes/origin/camel-2.13.x
Commit: a7b7206dbc0b12adb55280418b9c2f3d6fa1bf0f
Parents: 5b4abb6
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Thu Sep 25 11:42:47 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Thu Sep 25 11:45:35 2014 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/a7b7206d/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 626bb35..eeb925f 100644
--- a/components/camel-web/pom.xml
+++ b/components/camel-web/pom.xml
@@ -245,9 +245,9 @@
             </plugin>
 
             <!-- mvn tomcat7:run -->
-            <plugin>  
-              <groupId>org.apache.tomcat.maven</groupId>  
-              <artifactId>tomcat7-maven-plugin</artifactId>  
+            <plugin>
+              <groupId>org.apache.tomcat.maven</groupId>
+              <artifactId>tomcat7-maven-plugin</artifactId>
             </plugin>
 
 
@@ -371,7 +371,7 @@
                         </docletArtifact>
                     </docletArtifacts>
                     <additionalparam>-output
-                        ${project.build.outputDirectory}/resourcedoc.xml
+                      
${project.build.outputDirectory}${file.separator}resourcedoc.xml
                     </additionalparam>
                 </configuration>
             </plugin>

Reply via email to