Skip to content

Commit

Permalink
Update build to skip the deployment of spring-batch-docs jar
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Sep 22, 2023
1 parent c7ac3ef commit 4f6f31d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spring-batch-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
<appendAssemblyId>true</appendAssemblyId>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 4f6f31d

Please sign in to comment.