Skip to content

Commit

Permalink
Remove unused tomcat.servlet.context.path pom variable
Browse files Browse the repository at this point in the history
fixes #3635
  • Loading branch information
ahornace authored and Vladimir Kotal committed Jul 20, 2021
1 parent 0e4c555 commit 7b938e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opengrok-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.

<properties>
<tomcat.server.id>OpenGrok</tomcat.server.id>
<tomcat.servlet.context.path>/source</tomcat.servlet.context.path>
<tomcat.url>http://localhost:8080/manager/text</tomcat.url>
</properties>

Expand Down Expand Up @@ -262,7 +261,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
<version>2.21.0</version>
<configuration>
<baseSourceDir>${project.basedir}/src/main/webapp</baseSourceDir>
<baseTargetDir>${project.build.directory}/source</baseTargetDir>
<baseTargetDir>${project.build.directory}/${project.build.finalName}</baseTargetDir>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 7b938e4

Please sign in to comment.