Skip to content

Commit 120a67e

Browse files
author
Vladimir Kotal
committed
add Tomcat 7 plugin
1 parent 050590f commit 120a67e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

opengrok-web/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
<warSourceDirectory>../web</warSourceDirectory>
3030
</configuration>
3131
</plugin>
32+
<plugin>
33+
<groupId>org.apache.tomcat.maven</groupId>
34+
<artifactId>tomcat7-maven-plugin</artifactId>
35+
<version>2.2</version>
36+
<configuration>
37+
<url>http://localhost:8080/manager/text</url>
38+
<server>OpenGrok</server>
39+
<path>/${project.build.finalName}</path>
40+
</configuration>
41+
</plugin>
3242
</plugins>
3343
</build>
3444

0 commit comments

Comments
 (0)