blob: 700f8c565504226f5cd6bb52477af7bca08bb618 [file] [log] [blame]
jetty-repo
----------
Goal: shortest path to publishing the jetty jars in a p2-repository.
No external dependency in the produced repository, no mirroring of any jars unrelated to jetty.
During the build tycho requires that all dependencies be resolved transitively.
We depend on orbit and the platform repositories for this.
Using maven-tycho as it can publish artifacts located in maven repositories into p2-repositories.
Single feature that contains all the jetty jars. That feature is only useful to be able to have tycho publish the jetty-jars.
Changing version
----------------
NEW_VERSION=7.2.0
mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=$NEW_VERSION-SNAPSHOT
Then go edit the root pom.xml and change
<buildnumber>v20101020</buildnumber>
to the actual qualifier.
Also might need to edit a couple of files manually.