Skip to content

Commit

Permalink
adding pom files for jetty 9 repakced jars and the empty-javadoc jar …
Browse files Browse the repository at this point in the history
…used to upload to maven central
  • Loading branch information
lukeis committed Oct 1, 2015
1 parent edd0fcd commit 6ffdbc6
Show file tree
Hide file tree
Showing 7 changed files with 456 additions and 0 deletions.
Binary file added third_party/java/jetty/empty-javadoc.jar
Binary file not shown.
76 changes: 76 additions & 0 deletions third_party/java/jetty/jetty-repacked.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="Windows-1252"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>jetty-repacked</artifactId>
<version>9.2.13.v20150730</version>

<name>selenium-jetty-server-repacked</name>
<description>Browser automation framework dependency on jetty</description>
<url>http://selenium.googlecode.com/</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>simon.m.stewart</id>
<name>Simon Stewart</name>
<roles>
<role>Owner</role>
</roles>
</developer>
<developer>
<id>lsemerau</id>
<name>Luke Inman-Semerau</name>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/SeleniumHQ/selenium</connection>
<developerConnection>scm:git:https://github.com/SeleniumHQ/selenium</developerConnection>
<url>https://github.com/SeleniumHQ/selenium</url>
</scm>
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<!-- See http://maven.apache.org/plugins/maven-gpg-plugin/ -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>
76 changes: 76 additions & 0 deletions third_party/java/jetty/jetty-security-9.2.13.v20150730.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="Windows-1252"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>jetty-security-repacked</artifactId>
<version>9.2.13.v20150730</version>

<name>selenium-jetty-security-repacked</name>
<description>Browser automation framework dependency on jetty</description>
<url>http://selenium.googlecode.com/</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>simon.m.stewart</id>
<name>Simon Stewart</name>
<roles>
<role>Owner</role>
</roles>
</developer>
<developer>
<id>lsemerau</id>
<name>Luke Inman-Semerau</name>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/SeleniumHQ/selenium</connection>
<developerConnection>scm:git:https://github.com/SeleniumHQ/selenium</developerConnection>
<url>https://github.com/SeleniumHQ/selenium</url>
</scm>
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<!-- See http://maven.apache.org/plugins/maven-gpg-plugin/ -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>
76 changes: 76 additions & 0 deletions third_party/java/jetty/jetty-server-9.2.13.v20150730.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="Windows-1252"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>jetty-server-repacked</artifactId>
<version>9.2.13.v20150730</version>

<name>selenium-jetty-server-repacked</name>
<description>Browser automation framework dependency on jetty</description>
<url>http://selenium.googlecode.com/</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>simon.m.stewart</id>
<name>Simon Stewart</name>
<roles>
<role>Owner</role>
</roles>
</developer>
<developer>
<id>lsemerau</id>
<name>Luke Inman-Semerau</name>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/SeleniumHQ/selenium</connection>
<developerConnection>scm:git:https://github.com/SeleniumHQ/selenium</developerConnection>
<url>https://github.com/SeleniumHQ/selenium</url>
</scm>
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<!-- See http://maven.apache.org/plugins/maven-gpg-plugin/ -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>
76 changes: 76 additions & 0 deletions third_party/java/jetty/jetty-servlet-9.2.13.v20150730.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="Windows-1252"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>jetty-servlet-repacked</artifactId>
<version>9.2.13.v20150730</version>

<name>selenium-jetty-servlet-repacked</name>
<description>Browser automation framework dependency on jetty</description>
<url>http://selenium.googlecode.com/</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>simon.m.stewart</id>
<name>Simon Stewart</name>
<roles>
<role>Owner</role>
</roles>
</developer>
<developer>
<id>lsemerau</id>
<name>Luke Inman-Semerau</name>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/SeleniumHQ/selenium</connection>
<developerConnection>scm:git:https://github.com/SeleniumHQ/selenium</developerConnection>
<url>https://github.com/SeleniumHQ/selenium</url>
</scm>
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<!-- See http://maven.apache.org/plugins/maven-gpg-plugin/ -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>
76 changes: 76 additions & 0 deletions third_party/java/jetty/jetty-servlets-9.2.13.v20150730.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="Windows-1252"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>jetty-servlets-repacked</artifactId>
<version>9.2.13.v20150730</version>

<name>selenium-jetty-servlets-repacked</name>
<description>Browser automation framework dependency on jetty</description>
<url>http://selenium.googlecode.com/</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>simon.m.stewart</id>
<name>Simon Stewart</name>
<roles>
<role>Owner</role>
</roles>
</developer>
<developer>
<id>lsemerau</id>
<name>Luke Inman-Semerau</name>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/SeleniumHQ/selenium</connection>
<developerConnection>scm:git:https://github.com/SeleniumHQ/selenium</developerConnection>
<url>https://github.com/SeleniumHQ/selenium</url>
</scm>
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<!-- See http://maven.apache.org/plugins/maven-gpg-plugin/ -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>
Loading

0 comments on commit 6ffdbc6

Please sign in to comment.