Skip to content

Commit 961a99e

Browse files
committed
Merge branch 'MTOMCAT-302' into tc8.x
fixed #21 git-svn-id: https://svn.apache.org/repos/asf/tomcat/maven-plugin/branches/tc8.x@1730787 13f79535-47bb-0310-9956-ffa450edef68
1 parent ab57ded commit 961a99e

File tree

1 file changed

+1
-1
lines changed
  • tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run

1 file changed

+1
-1
lines changed

tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/RunMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ public Set<String> listWebAppPaths( String path )
627627

628628
for ( String file : files )
629629
{
630-
paths.add( file );
630+
paths.add( path + file );
631631
}
632632

633633
return paths;

0 commit comments

Comments
 (0)