We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to build the knowledge.war file for a minor customization, I ran into several problems. The most important ones are that
knowledge.war
mvn clean package
WEB-INF/views/**/*.jsp
bower/**/*
fs-extra
when I try to build in a mvn:3.5-jdk-8-slim Docker container (as per Dockerfile).
mvn:3.5-jdk-8-slim
Dockerfile
I'm working on a PR to fix this.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Trying to build the
knowledge.war
file for a minor customization, I ran into several problems. The most important ones are thatmvn clean package
does not include files that match one ofWEB-INF/views/**/*.jsp
,bower/**/*
fs-extra
has dropped support for Node.js 6when I try to build in a
mvn:3.5-jdk-8-slim
Docker container (as perDockerfile
).I'm working on a PR to fix this.
The text was updated successfully, but these errors were encountered: