at which point do you need it in the boot classpath? For your unit
tests, or a plugin?

Cheers,
Brett

2008/8/12 Alex <[EMAIL PROTECTED]>:
> Hi,
>
> Is there a way to specify a bootclasspath as a dependency?
> I've been looking for it for a while but I haven't found a solution yet.
> What I'd like to have would be something as follows:
>
> pom.xml ->
> <bootDependency>
>  <groupId>javax.xml.bind</groupId>
>  <artifactId>jaxb-api</artifactId>
>  <version>2.1</version>
> </bootDependency>
>
> Meanwhile I've set MANVEN_OPTS, but it would be very nice to use only POM
> files.
>
>  export
> MAVEN_OPTS=-Xbootclasspath/p:$HOME/.m2/repository/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar
>
> Thanks in advance
>
> Alex
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to