You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/11/24 08:45:28 UTC

[incubator-streampipes] branch dev updated: Remove spring boot plugin from connect master container

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3bedfc1  Remove spring boot plugin from connect master container
3bedfc1 is described below

commit 3bedfc15ece9b4e156ab85c377981b3d3adecff4
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Tue Nov 24 09:44:55 2020 +0100

    Remove spring boot plugin from connect master container
---
 streampipes-connect-container-master/pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/streampipes-connect-container-master/pom.xml b/streampipes-connect-container-master/pom.xml
index b34f33d..e44ed7e 100644
--- a/streampipes-connect-container-master/pom.xml
+++ b/streampipes-connect-container-master/pom.xml
@@ -75,31 +75,6 @@
     </dependencies>
 
     <build>
-        <plugins>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>repackage</goal>
-                        </goals>
-                        <configuration>
-                            <mainClass>org.apache.streampipes.connect.container.master.init.AdapterMasterContainer
-                            </mainClass>
-                        </configuration>
-                    </execution>
-                </executions>
-                <configuration>
-                    <environmentVariables>
-                        <SP_BACKEND_HOST>localhost</SP_BACKEND_HOST>
-                        <SP_KAFKA_HOST>localhost</SP_KAFKA_HOST>
-                        <SP_CONNECT_CONTAINER_HOST>localhost</SP_CONNECT_CONTAINER_HOST>
-                        <SP_COUCHDB_HOST>localhost</SP_COUCHDB_HOST>
-                    </environmentVariables>
-                </configuration>
-            </plugin>
-        </plugins>
         <finalName>streampipes-connect-container-master</finalName>
     </build>
 </project>
\ No newline at end of file