Skip to content

Commit 7b938e4

Browse files
ahornaceVladimir Kotal
authored and
Vladimir Kotal
committed
Remove unused tomcat.servlet.context.path pom variable
fixes #3635
1 parent 0e4c555 commit 7b938e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opengrok-web/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
3939

4040
<properties>
4141
<tomcat.server.id>OpenGrok</tomcat.server.id>
42-
<tomcat.servlet.context.path>/source</tomcat.servlet.context.path>
4342
<tomcat.url>http://localhost:8080/manager/text</tomcat.url>
4443
</properties>
4544

@@ -262,7 +261,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
262261
<version>2.21.0</version>
263262
<configuration>
264263
<baseSourceDir>${project.basedir}/src/main/webapp</baseSourceDir>
265-
<baseTargetDir>${project.build.directory}/source</baseTargetDir>
264+
<baseTargetDir>${project.build.directory}/${project.build.finalName}</baseTargetDir>
266265
</configuration>
267266
<executions>
268267
<execution>

0 commit comments

Comments
 (0)