Skip to content

Commit

Permalink
skip maven deploy for example modules
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Jan 23, 2025
1 parent a99a069 commit a69b9ec
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions spring-boot-starter-example-aerospike/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit a69b9ec

Please sign in to comment.