I'm working on a project where they want to have some jsp fragments excluded because it causes a jsp compilation errors. I'm not sure what to do as I don't want to dig into the code and change things because I don't know what parts of the application will be affected.
Maybe I need to find an alternative to the jspc-maven-plugin ? -----Original Message----- From: Wayne Fay [mailto:[email protected]] Sent: Wednesday, May 26, 2010 8:57 AM To: Maven Users List Subject: Re: jspc-maven-plugin excludes? > Is it possible to use exclusions in this plugin or any suggestions on > how to achieve this? I'm trying to exclude some jsp from being compiled. Why do you want to exclude some jsp(s) from being compiled? What constraints do you have eg could you rename them or move them to a different directory, or not? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
