Jasig / jspc-maven-plugin

UNMAINTAINED Maven plugin that compiles JSPs
http://unmaintained.tech/
Apache License 2.0
24 stars 38 forks source link

Add possibility to write web.xml for non-war projects #8

Open edalquist opened 11 years ago

edalquist commented 11 years ago

See https://jira.codehaus.org/browse/MJSPC-50

GregDThomas commented 9 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
ChristianMurphy commented 7 years ago

@edalquist @GregDThomas would either of you be willing to open a PR to resolve this?

ChristianMurphy commented 7 years ago

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: