This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch rel/0.95.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/rel/0.95.0 by this push:
new 54c51ea54f chore: remove duplicated plugin
54c51ea54f is described below
commit 54c51ea54fac1cc25316970cdbe4c5d58a41e8ee
Author: bossenti <[email protected]>
AuthorDate: Sun Jun 2 17:23:50 2024 +0200
chore: remove duplicated plugin
---
streampipes-extensions/pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/streampipes-extensions/pom.xml b/streampipes-extensions/pom.xml
index 0d3417f92b..cefe52f7cc 100644
--- a/streampipes-extensions/pom.xml
+++ b/streampipes-extensions/pom.xml
@@ -78,19 +78,6 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>3.3.0</version>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>