[jira] Closed: (MPWAR-17) war-plugin lacks support of client-side jars

2004-04-07 Thread jira
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

[jira] Created: (MPWAR-17) war-plugin lacks support of client-side jars

2004-02-03 Thread jira
: - 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

RE: WAR-plugin lacks support of client-side jars

2004-02-02 Thread Sonnek, Ryan
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

WAR-plugin lacks support of client-side jars

2004-02-02 Thread Stoffels, Ralf (FWI-AW2)
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 ---