Skip to content

Commit

Permalink
fixing maven build, adding reference to jetty-rc-repacked-5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Aug 25, 2014
1 parent 6db8076 commit e0eb6c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions maven/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
<artifactId>jetty-repacked</artifactId>
<version>7.6.1</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>jetty-rc-repacked</artifactId>
<version>5</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion third_party/java/jetty/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
When modifying the jetty-repacked-5 jar, here's how to upload it to maven central:

mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -DpomFile=jetty-repacked-5.pom -Dfile=jetty-repacked-5.jar -Dfile=jetty-repacked-5-sources.jar
mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -DpomFile=jetty-repacked-5.pom -Dfile=jetty-repacked-5.jar -Dfiles=jetty-repacked-5-sources.jar,jetty-repacked-5-sources.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar

0 comments on commit e0eb6c9

Please sign in to comment.