is an overview of the issue:
-
Key: MPWAR-17
Summary: war-plugin lacks support of client-side jars
Type: Improvement
Status: Closed
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time
:
-
Key: MPWAR-17
Summary: war-plugin lacks support of client-side jars
Type: Improvement
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-war-plugin
Assignee: Jason van Zyl
Reporter: Ralf
L PROTECTED]'
> Subject: WAR-plugin lacks support of client-side jars
>
> Hi,
>
> if you have client side code, which doesn't belong in the WEB-INF folder
> (like code for
> Java Web Start apps or Applets), it seems that you have to copy these jars
> to
Hi,
if you have client side code, which doesn't belong in the WEB-INF folder
(like code for
Java Web Start apps or Applets), it seems that you have to copy these jars
to
maven.war.src.
In my opinion these jars should be declared in the dependencies section,
with a special
property.
Ralf
---