Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Maven build #11

Merged
merged 2 commits into from
Feb 10, 2019
Merged

Fixes Maven build #11

merged 2 commits into from
Feb 10, 2019

Conversation

guusdk
Copy link
Member

@guusdk guusdk commented Feb 10, 2019

This fixes #10

This commit adds the repositories from which the dependencies that are required to build
this project are obtained from.

Without this, the build will only succeed if these dependencies are already available on the
build system (or are injected through other means, such as a settings.xml file).
The build process for Openfire plugins injects generated servlets into a web.xml

This sadly fails, when the sources do not contain a web.xml file. Therefor, and
(otherwise empty) web.xml file is to be added to the source code.

This fixes igniterealtime#10
@wrooot wrooot merged commit de899a5 into igniterealtime:master Feb 10, 2019
This was referenced Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Maven build
2 participants