Commit 90962bc3 authored by Guus der Kinderen's avatar Guus der Kinderen

OF-546: Registration plugin admin console pages Maven build fix.

parent 4740668d
......@@ -9,6 +9,7 @@
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>registration</artifactId>
<name>Registration Plugin</name>
<version>1.7.1</version>
<build>
<sourceDirectory>src/java</sourceDirectory>
......@@ -16,6 +17,11 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<!-- Compiles the Openfire Admin Console JSP pages. -->
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
......@@ -27,4 +33,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
</web-app>
\ No newline at end of file
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