Skip to content

Commit

Permalink
feat: Skip deployment of core services fat jars (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jun 26, 2024
1 parent 023b909 commit 75421e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions streampipes-service-core-minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@

<artifactId>streampipes-service-core-minimal</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.streampipes</groupId>
Expand Down
1 change: 1 addition & 0 deletions streampipes-service-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
<configuration>
<mainClass>org.apache.streampipes.service.core.StreamPipesCoreApplication
</mainClass>
<attach>false</attach>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 75421e3

Please sign in to comment.