Issue Details (XML | Word | Printable)

Key: JETTY-1046
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jan Bartel
Reporter: Oleksandr Maksymchuk
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Jetty

maven-jetty-jspc-plugin keepSources takes affect only in packageRoot

Created: 25/Jun/09 05:19 AM   Updated: 30/Aug/09 08:23 PM   Resolved: 30/Aug/09 08:23 PM
Component/s: Maven2
Affects Version/s: 6.1.18
Fix Version/s: 7.0.0.RC5, 6.1.20

Time Tracking:
Not Specified


 Description  « Hide

maven-jetty-jspc-plugin keepSources takes affect only in packageRoot but not in other directories.

e.g if configuration has:
<configuration>
<packageRoot>${pom.groupId}.webapp.jsp</packageRoot>

only *.java under:
\target\classes\${pom.groupId}\webapp\jsp*.java
are deleted but not:
\target\classes\${pom.groupId}\webapp\jsp\otherDirectory*.java

The same if packageRoot is not defined.

It doesn't work for tags either which are even more those are compiled into org\apache\jsp\tag\web directory ignoring packageRoot.



David Yu added a comment - 01/Jul/09 04:37 AM

Fixed for jetty-6.1.19


Oleksandr Maksymchuk added a comment - 13/Jul/09 02:56 PM

Sorry but only first part of this resolved (e.g. packageRoot directory is cleaned up from sources) but tags which are compiled by default into:
org\apache\jsp\tag\web
ignoring packageRoot still have sources.