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]

Reply via email to