We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4c555 commit 7b938e4Copy full SHA for 7b938e4
opengrok-web/pom.xml
@@ -39,7 +39,6 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
39
40
<properties>
41
<tomcat.server.id>OpenGrok</tomcat.server.id>
42
- <tomcat.servlet.context.path>/source</tomcat.servlet.context.path>
43
<tomcat.url>http://localhost:8080/manager/text</tomcat.url>
44
</properties>
45
@@ -262,7 +261,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
262
261
<version>2.21.0</version>
263
<configuration>
264
<baseSourceDir>${project.basedir}/src/main/webapp</baseSourceDir>
265
- <baseTargetDir>${project.build.directory}/source</baseTargetDir>
+ <baseTargetDir>${project.build.directory}/${project.build.finalName}</baseTargetDir>
266
</configuration>
267
<executions>
268
<execution>
0 commit comments