Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
90962bc3
Commit
90962bc3
authored
Jul 11, 2017
by
Guus der Kinderen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-546: Registration plugin admin console pages Maven build fix.
parent
4740668d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
pom.xml
src/plugins/registration/pom.xml
+7
-1
web.xml
src/plugins/registration/src/web/WEB-INF/web.xml
+6
-0
No files found.
src/plugins/registration/pom.xml
View file @
90962bc3
...
...
@@ -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>
src/plugins/registration/src/web/WEB-INF/web.xml
0 → 100644
View file @
90962bc3
<?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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment