Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] How to use Orbit releases with maven-based non-Eclipse-plugin-projects


Oliver,

we have the orbit jars we consume in maven central:

   http://central.maven.org/maven2/org/eclipse/jetty/orbit/

During a normal compile of the project, I do not believe that we always use the orbit version and may actually compile against a normal maven version.   However, when we assemble the jetty-distribution, it is the orbit jars that we use to populate the project lib.

cheers



Back to the top