enabling SSL

This commit is contained in:
srasmusson
2016-04-29 20:19:26 +02:00
parent a8fba94ada
commit 596112a79a
6 changed files with 109 additions and 1 deletions

13
pom.xml
View File

@@ -92,5 +92,16 @@
<version>1.2</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<configuration>
<path>/${project.name}</path>
<serverXml>src/main/resources/server.xml</serverXml>
</configuration>
</plugin>
</plugins>
</build>
</project>