-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1232 from Vlatombe/new-modules
- Loading branch information
Showing
16 changed files
with
350 additions
and
0 deletions.
There are no files selected for viewing
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
|
||
<parent> | ||
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId> | ||
<artifactId>aws-java-sdk-parent</artifactId> | ||
<version>${revision}-${changelist}</version> | ||
</parent> | ||
<artifactId>aws-java-sdk-api-gateway</artifactId> | ||
<packaging>hpi</packaging> | ||
|
||
<name>Amazon Web Services SDK :: Api Gateway</name> | ||
<url>https://github.com/jenkinsci/aws-java-sdk-plugin</url> | ||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>aws-java-sdk-minimal</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-api-gateway</artifactId> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-core</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>jmespath-java</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
</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,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
API Gateway module for the <a href="https://aws.amazon.com/sdk-for-java/">AWS SDK for Java</a>. | ||
</div> |
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
|
||
<parent> | ||
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId> | ||
<artifactId>aws-java-sdk-parent</artifactId> | ||
<version>${revision}-${changelist}</version> | ||
</parent> | ||
<artifactId>aws-java-sdk-autoscaling</artifactId> | ||
<packaging>hpi</packaging> | ||
|
||
<name>Amazon Web Services SDK :: Autoscaling</name> | ||
<url>https://github.com/jenkinsci/aws-java-sdk-plugin</url> | ||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>aws-java-sdk-minimal</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-autoscaling</artifactId> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-core</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>jmespath-java</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
</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,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
Autoscaling module for the <a href="https://aws.amazon.com/sdk-for-java/">AWS SDK for Java</a>. | ||
</div> |
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
|
||
<parent> | ||
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId> | ||
<artifactId>aws-java-sdk-parent</artifactId> | ||
<version>${revision}-${changelist}</version> | ||
</parent> | ||
<artifactId>aws-java-sdk-cloudfront</artifactId> | ||
<packaging>hpi</packaging> | ||
|
||
<name>Amazon Web Services SDK :: CloudFront</name> | ||
<url>https://github.com/jenkinsci/aws-java-sdk-plugin</url> | ||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>aws-java-sdk-minimal</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-cloudfront</artifactId> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-core</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>jmespath-java</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
</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,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
CloudFront module for the <a href="https://aws.amazon.com/sdk-for-java/">AWS SDK for Java</a>. | ||
</div> |
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
|
||
<parent> | ||
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId> | ||
<artifactId>aws-java-sdk-parent</artifactId> | ||
<version>${revision}-${changelist}</version> | ||
</parent> | ||
<artifactId>aws-java-sdk-codedeploy</artifactId> | ||
<packaging>hpi</packaging> | ||
|
||
<name>Amazon Web Services SDK :: CodeDeploy</name> | ||
<url>https://github.com/jenkinsci/aws-java-sdk-plugin</url> | ||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>aws-java-sdk-minimal</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-codedeploy</artifactId> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-core</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>jmespath-java</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
</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,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
CodeDeploy module for the <a href="https://aws.amazon.com/sdk-for-java/">AWS SDK for Java</a>. | ||
</div> |
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
|
||
<parent> | ||
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId> | ||
<artifactId>aws-java-sdk-parent</artifactId> | ||
<version>${revision}-${changelist}</version> | ||
</parent> | ||
<artifactId>aws-java-sdk-elasticloadbalancingv2</artifactId> | ||
<packaging>hpi</packaging> | ||
|
||
<name>Amazon Web Services SDK :: Elastic Load Balancing V2</name> | ||
<url>https://github.com/jenkinsci/aws-java-sdk-plugin</url> | ||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>aws-java-sdk-minimal</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-elasticloadbalancingv2</artifactId> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-core</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>jmespath-java</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
</project> |
4 changes: 4 additions & 0 deletions
4
aws-java-sdk-elasticloadbalancingv2/src/main/resources/index.jelly
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,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
Elastic Load Balancing V2 module for the <a href="https://aws.amazon.com/sdk-for-java/">AWS SDK for Java</a>. | ||
</div> |
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
|
||
<parent> | ||
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId> | ||
<artifactId>aws-java-sdk-parent</artifactId> | ||
<version>${revision}-${changelist}</version> | ||
</parent> | ||
<artifactId>aws-java-sdk-lambda</artifactId> | ||
<packaging>hpi</packaging> | ||
|
||
<name>Amazon Web Services SDK :: Lambda</name> | ||
<url>https://github.com/jenkinsci/aws-java-sdk-plugin</url> | ||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>aws-java-sdk-minimal</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-lambda</artifactId> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-core</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>jmespath-java</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
</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,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
Lambda module for the <a href="https://aws.amazon.com/sdk-for-java/">AWS SDK for Java</a>. | ||
</div> |
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
|
||
<parent> | ||
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId> | ||
<artifactId>aws-java-sdk-parent</artifactId> | ||
<version>${revision}-${changelist}</version> | ||
</parent> | ||
<artifactId>aws-java-sdk-organizations</artifactId> | ||
<packaging>hpi</packaging> | ||
|
||
<name>Amazon Web Services SDK :: Organizations</name> | ||
<url>https://github.com/jenkinsci/aws-java-sdk-plugin</url> | ||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>aws-java-sdk-minimal</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-organizations</artifactId> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-core</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>jmespath-java</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
</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,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
Organizations module for the <a href="https://aws.amazon.com/sdk-for-java/">AWS SDK for Java</a>. | ||
</div> |
Oops, something went wrong.