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

"Marcus Heese (JIRA)" <[email protected]> Wed, 11 Jul 2012 06:54:21 -0500 (CDT)
Newsgroups gmane.comp.java.jetty.general
Message-ID <2110423842.24323.1342007661424.JavaMail.j2ee-jira@codehaus01.managed.contegix.com>
Marcus Heese
commented on JETTY-1493

Maven Dependency Behaviour Orbit Package Type

For anyone else who is looking for a workaround with sbt 0.11.3. Further information can be found here: https://github.com/harrah/xsbt/issues/499

classpathTypes ~= (_ + "orbit")

libraryDependencies ++= Seq(

"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "container" artifacts (Artifact("javax.servlet", "jar", "jar")

)

)

libraryDependencies ++= Seq(

"org.eclipse.jetty" % "jetty-webapp" % "8.1.4.v20120524" % "container" artifacts (Artifact("jetty-webapp", "jar", "jar"))

)

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