Commit c9551631 authored by Guus der Kinderen's avatar Guus der Kinderen

Inline the jetty version property that's used for JSP compilation.

parent 8ad75a67
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Versions --> <!-- Versions -->
<openfire.version>4.2.0-SNAPSHOT</openfire.version> <openfire.version>4.2.0-SNAPSHOT</openfire.version>
<jetty.version>9.2.14.v20151106</jetty.version>
</properties> </properties>
<build> <build>
...@@ -116,7 +115,7 @@ ...@@ -116,7 +115,7 @@
<plugin> <plugin>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId> <artifactId>jetty-jspc-maven-plugin</artifactId>
<version>${jetty.version}</version> <version>9.2.14.v20151106</version>
<configuration> <configuration>
<webAppSourceDirectory>${project.build.sourceDirectory}/../web</webAppSourceDirectory> <webAppSourceDirectory>${project.build.sourceDirectory}/../web</webAppSourceDirectory>
<webXml>${project.build.sourceDirectory}/../web/WEB-INF/web.xml</webXml> <webXml>${project.build.sourceDirectory}/../web/WEB-INF/web.xml</webXml>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment