History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CARGO-243
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Massol
Reporter: Vincent Massol
Votes: 0
Watchers: 0
Operations

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

Add support for passing extra classpath to container

Created: 11/Jan/06 01:35 AM   Updated: 30/Mar/06 04:25 AM
Component/s: Maven2
Affects Version/s: 0.1-maven2
Fix Version/s: 0.2-maven2

Time Tracking:
Not Specified


 Description  « Hide
One solution is to use <dependencies> element:

<container>
<containerId>jetty4xEmbedded</containerId>
<dependencies>
<dependency>
<groupId/>
<artifactId/>
</dependency>
</dependencies>

Dependencies would need to be defined in the normal place in the pom and referenced inside the <container> element.

We could also decide to always include any dependencies defined with scope compile, runtime but I'm not sure this would work in all cases...



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Vincent Massol - 21/Jan/06 11:13 AM
Done and added the possibility to add a directory too using <location>.