[jetty-dev] [jira] (JETTY-1493) Maven Dependency Behaviour Orbit Package Type

"Kristof Jozsa (JIRA)" <[email protected]> Sun, 8 Jul 2012 13:08:21 -0500 (CDT)
Newsgroups gmane.comp.java.jetty.general
Message-ID <2040522204.22865.1341770901203.JavaMail.j2ee-jira@codehaus01.managed.contegix.com>
Kristof Jozsa
commented on JETTY-1493

Maven Dependency Behaviour Orbit Package Type

I'd also like to see a workaround for this - I can not get it work with any of the hints above or elsewhere.

I tried it like this:

ivyXML :=

<dependency org="org.eclipse.jetty.orbit" name="javax.servlet" rev="2.5.0.v201103041518">

<artifact name="javax.servlet" type="orbit" ext="jar"/>

</dependency>

<dependency org="org.eclipse.jetty.orbit" name="javax.transaction" rev="1.1.1.v201105210645" >

<artifact name="javax.transaction" type="orbit" ext="jar"/>

</dependency>

<dependency org="org.eclipse.jetty.orbit" name="javax.mail.glassfish" rev="1.4.1.v201005082020" >

<artifact name="javax.mail.glassfish" type="orbit" ext="jar"/>

</dependency>

<dependency org="org.eclipse.jetty.orbit" name="javax.activation" rev="1.1.0.v201105071233" >

<artifact name="javax.activation" type="orbit" ext="jar"/>

</dependency>

libraryDependencies ++= Seq(

"org.eclipse.jetty" % "jetty-server" % "8.1.4.v20120524" intransitive(),

"org.eclipse.jetty" % "jetty-webapp" % "8.1.4.v20120524" intransitive(),

...

)

as well as using exlude() and many other possible combinations but either it does not find the orbit stuff or the servlet api jars doesn't make to the classpath.

This message is automatically generated by JIRA.

If you think it was sent incorrectly, please contact your JIRA administrators .

For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email