forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding pom files for jetty 9 repakced jars and the empty-javadoc jar …
…used to upload to maven central
- Loading branch information
Showing
7 changed files
with
456 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
76
third_party/java/jetty/jetty-security-9.2.13.v20150730.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
76
third_party/java/jetty/jetty-servlets-9.2.13.v20150730.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.