Skip to content

Commit

Permalink
chore: remove duplicated plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Jun 2, 2024
1 parent 71ed563 commit 443fb8f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions streampipes-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.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>
Expand Down

0 comments on commit 443fb8f

Please sign in to comment.