Skip to content

Commit

Permalink
Merge pull request syndesisio#109 from KurtStam/nest
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-bot[bot] committed Nov 7, 2017
2 parents 64b5f25 + b28957a commit c07941a
Show file tree
Hide file tree
Showing 289 changed files with 402 additions and 103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>connectors</artifactId>
<artifactId>aws-connectors</artifactId>
<groupId>io.syndesis</groupId>
<version>0.5-SNAPSHOT</version>
</parent>

<artifactId>aws-s3-copy-object-connector</artifactId>
<name>Syndesis Connectors :: AWS S3 Copy Object Connector</name>
<name>Syndesis AWS Connectors :: AWS S3 Copy Object Connector</name>
<packaging>jar</packaging>
<version>0.5-SNAPSHOT</version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>connectors</artifactId>
<artifactId>aws-connectors</artifactId>
<groupId>io.syndesis</groupId>
<version>0.5-SNAPSHOT</version>
</parent>

<artifactId>aws-s3-get-object-connector</artifactId>
<name>Syndesis Connectors :: AWS S3 Get Object Connector</name>
<name>Syndesis AWS Connectors :: AWS S3 Get Object Connector</name>
<packaging>jar</packaging>
<version>0.5-SNAPSHOT</version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>connectors</artifactId>
<artifactId>aws-connectors</artifactId>
<groupId>io.syndesis</groupId>
<version>0.5-SNAPSHOT</version>
</parent>

<artifactId>aws-s3-polling-bucket-connector</artifactId>
<name>Syndesis Connectors :: AWS S3 Polling Bucket Connector</name>
<name>Syndesis AWS Connectors :: AWS S3 Polling Bucket Connector</name>
<packaging>jar</packaging>
<version>0.5-SNAPSHOT</version>

Expand Down
37 changes: 37 additions & 0 deletions connectors/aws/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2016 Red Hat, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><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/xsd/maven-4.0.0.xsd">

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>aws-connectors</artifactId>
<name>Syndesis AWS Connectors :: Connectors</name>
<packaging>pom</packaging>

<modules>
<module>aws-s3-copy-object-connector</module>
<module>aws-s3-get-object-connector</module>
<module>aws-s3-polling-bucket-connector</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<artifactId>day-trade-connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>day-trade-get-connector</artifactId>
<name>Syndesis Connectors :: Day Trade Get Connector</name>
<name>Syndesis Day Trade Connectors :: Day Trade Get Connector</name>
<description>Day Trade Get Connector</description>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<artifactId>day-trade-connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>day-trade-place-connector</artifactId>
<name>Syndesis Connectors :: Day Trade Place Connector</name>
<name>Syndesis Day Trade Connectors :: Day Trade Place Connector</name>
<description>Day Trade Place Connector</description>
<packaging>jar</packaging>

Expand Down
54 changes: 54 additions & 0 deletions connectors/day-trade/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2016 Red Hat, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><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/xsd/maven-4.0.0.xsd">

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>day-trade-connectors</artifactId>
<name>Syndesis Day Trade Connectors :: Connectors</name>
<packaging>pom</packaging>

<modules>
<module>day-trade-get-connector</module>
<module>day-trade-place-connector</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- Declare camel-salesforce here to remove validation-api from all
connectors -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
<version>${camel.version}</version>
<exclusions>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<artifactId>http-connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>http-get-connector</artifactId>
<name>Syndesis Connectors :: HTTP GET Connector</name>
<name>Syndesis HTTP Connectors :: HTTP GET Connector</name>
<description>HTTP GET Connector</description>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<artifactId>http-connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>http-post-connector</artifactId>
<name>Syndesis Connectors :: HTTP POST Connector</name>
<name>Syndesis HTTP Connectors :: HTTP POST Connector</name>
<description>HTTP POST Connector</description>
<packaging>jar</packaging>

Expand Down
36 changes: 36 additions & 0 deletions connectors/http/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2016 Red Hat, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><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/xsd/maven-4.0.0.xsd">

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>http-connectors</artifactId>
<name>Syndesis HTTP Connectors :: Connectors</name>
<packaging>pom</packaging>

<modules>
<module>http-get-connector</module>
<module>http-post-connector</module>
</modules>

</project>
57 changes: 10 additions & 47 deletions connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
See the License for the specific language governing permissions and
limitations under the License.
--><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/xsd/maven-4.0.0.xsd">
-->
<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/xsd/maven-4.0.0.xsd">

<parent>
<groupId>io.syndesis</groupId>
Expand All @@ -29,52 +30,14 @@
<packaging>pom</packaging>

<modules>
<module>aws-s3-copy-object-connector</module>
<module>aws-s3-get-object-connector</module>
<module>aws-s3-polling-bucket-connector</module>
<module>http-get-connector</module>
<module>http-post-connector</module>
<module>timer-connector</module>
<module>twitter-mention-connector</module>
<module>twitter-search-connector</module>
<module>salesforce-model</module>
<module>salesforce-create-sobject-connector</module>
<module>salesforce-delete-sobject-connector</module>
<module>salesforce-delete-sobject-with-id-connector</module>
<module>salesforce-get-sobject-connector</module>
<module>salesforce-get-sobject-with-id-connector</module>
<module>salesforce-update-sobject-connector</module>
<module>salesforce-upsert-sobject-connector</module>
<module>salesforce-upsert-contact-connector</module>
<module>salesforce-on-create-connector</module>
<module>salesforce-on-update-connector</module>
<module>salesforce-on-delete-connector</module>
<module>sql-common</module>
<module>sql-stored-connector</module>
<module>sql-stored-start-connector</module>
<module>day-trade-get-connector</module>
<module>day-trade-place-connector</module>
<module>trade-insight-buy-connector</module>
<module>trade-insight-sell-connector</module>
<module>trade-insight-top-connector</module>
<module>aws</module>
<module>http</module>
<module>timer</module>
<module>twitter</module>
<module>salesforce</module>
<module>sql</module>
<module>day-trade</module>
<module>trade-insight</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- Declare camel-salesforce here to remove validation-api from all
connectors -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
<version>${camel.version}</version>
<exclusions>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

</project>
64 changes: 64 additions & 0 deletions connectors/salesforce/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2016 Red Hat, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><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/xsd/maven-4.0.0.xsd">

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>salesforce-connectors</artifactId>
<name>Syndesis Salesforce Connectors :: Connectors</name>
<packaging>pom</packaging>

<modules>
<module>salesforce-model</module>
<module>salesforce-create-sobject-connector</module>
<module>salesforce-delete-sobject-connector</module>
<module>salesforce-delete-sobject-with-id-connector</module>
<module>salesforce-get-sobject-connector</module>
<module>salesforce-get-sobject-with-id-connector</module>
<module>salesforce-update-sobject-connector</module>
<module>salesforce-upsert-sobject-connector</module>
<module>salesforce-upsert-contact-connector</module>
<module>salesforce-on-create-connector</module>
<module>salesforce-on-update-connector</module>
<module>salesforce-on-delete-connector</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- Declare camel-salesforce here to remove validation-api from all
connectors -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
<version>${camel.version}</version>
<exclusions>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

<parent>
<groupId>io.syndesis</groupId>
<artifactId>connectors</artifactId>
<artifactId>salesforce-connectors</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>salesforce-create-sobject-connector</artifactId>
<name>Syndesis Connectors :: Salesforce Create SObject Connector</name>
<name>Syndesis Salesforce Connectors :: Salesforce Create SObject Connector</name>
<description>Salesforce Create SObject Connector</description>
<packaging>jar</packaging>

Expand Down
Loading

0 comments on commit c07941a

Please sign in to comment.