File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
39
39
40
40
<properties >
41
41
<tomcat .server.id>OpenGrok</tomcat .server.id>
42
- <tomcat .servlet.context.path>/source</tomcat .servlet.context.path>
43
42
<tomcat .url>http://localhost:8080/manager/text</tomcat .url>
44
43
</properties >
45
44
@@ -262,7 +261,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
262
261
<version >2.21.0</version >
263
262
<configuration >
264
263
<baseSourceDir >${project.basedir} /src/main/webapp</baseSourceDir >
265
- <baseTargetDir >${project.build.directory} /source </baseTargetDir >
264
+ <baseTargetDir >${project.build.directory} /${project.build.finalName} </baseTargetDir >
266
265
</configuration >
267
266
<executions >
268
267
<execution >
You can’t perform that action at this time.
0 commit comments