Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.2-maven2
-
Fix Version/s: 0.3-maven2
-
Component/s: Maven2
-
Labels:None
-
Environment:Windows XP, Cygwin, Java 1.4.2, Maven 2.0.4
-
Complexity:Intermediate
-
Tested on JDKs:1.4.2
-
Number of attachments :
Description
Adding a directory to an jetty5x embedded container's classpath doesn't work. I have attempted to to use the following method to add a directory and it doesn't work:
<container> <dependencies> <dependency> <location>${basedir}/target/${artifactId}-${version}-dist/conf</location> </dependency> </dependencies> </container>
Extra classpaths can only be added for installed containers and not for embedded ones.
Issue Links
- relates to
-
CARGO-396
Allow setting system properties on Embedded containers
-
Update isssue as we know that it's not implemented by design. Also it's a new feature and not a bug