Skip to content

Commit

Permalink
skip deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jan 10, 2024
1 parent 44d3029 commit 6f53be4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.openepcis</groupId>
<artifactId>openepcis-epc-digitallink-translator</artifactId>
<version>${project.version}</version>
<version>${project.parent.version}</version>
</dependency>

<!-- Mutiny dependency for Reactive Streams -->
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,17 @@
</build>
</profile>
</profiles>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit 6f53be4

Please sign in to comment.