Skip to content

Commit 65ec671

Browse files
author
Vladimir Kotal
committed
actually use the tomcat properties
1 parent aef397c commit 65ec671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opengrok-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
171171
<artifactId>tomcat7-maven-plugin</artifactId>
172172
<version>2.2</version>
173173
<configuration>
174-
<url>http://localhost:8080/manager/text</url>
175-
<server>OpenGrok</server>
174+
<url>${tomcat.url}</url>
175+
<server>${tomcat.server.id}</server>
176176
<path>/${project.build.finalName}</path>
177177
</configuration>
178178
</plugin>

0 commit comments

Comments
 (0)