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 2022/03/11 13:47:22 UTC

[incubator-streampipes] branch dev updated: [hotfix] Remove archetype from main pom file

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 b214ab6  [hotfix] Remove archetype from main pom file
b214ab6 is described below

commit b214ab63fd02b9f5c083d5c77748bf330c9b81c3
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Mar 11 14:46:07 2022 +0100

    [hotfix] Remove archetype from main pom file
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d8e1bc..34ba8cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -912,8 +912,6 @@ IoT data streams.
 		</dependencyManagement>
 
 		<modules>
-			<module>archetypes/streampipes-archetype-pe-sources</module>
-			<module>archetypes/streampipes-archetype-pe-sinks-jvm</module>
 			<module>archetypes/streampipes-archetype-extensions-jvm</module>
 			<module>archetypes/streampipes-archetype-pe-sinks-flink</module>
 			<module>archetypes/streampipes-archetype-pe-processors-flink</module>