Open edalquist opened 11 years ago
[Details copied from codehaus as it's closing down]
This issue is somewhat related to MJSPC-7. In our project we need to generate web.xml file for jar project (yes, jar packaging). Currently (2.0-alpha-3) it is not supported because of this (and similar) code:
if (isWar && includeInProject) { writeWebXml() ... }
So from my perspective there should be an option to override packaging type check, at least very simple, like this:
boolean isWar = overrideWarCheck || "war" == project.packaging
@edalquist @GregDThomas would either of you be willing to open a PR to resolve this?
Hey there! :wave:
Thanks for opening an issue with jspc-maven-plugin. :+1: :bowing_man: At the moment, the jspc maven plugin does not have an active maintainer to process your request. :no_entry: While the Jasig jspc maven plugin is without an active maintainer, we recommend the Apache Sling jspc maven plugin and the Jetty jspc maven plugin as alternatives that are actively maintained. :white_check_mark: If you are interested in becoming a project maintainer, there is a uPortal-dev list post where you can register your interest. :email:
Thanks again for contributing to the jspc-maven-plugin! :sparkles:
See https://jira.codehaus.org/browse/MJSPC-50