Skip to content

Commit 4f6f31d

Browse files
committed
Update build to skip the deployment of spring-batch-docs jar
1 parent c7ac3ef commit 4f6f31d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spring-batch-docs/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@
4747
<appendAssemblyId>true</appendAssemblyId>
4848
</configuration>
4949
</plugin>
50+
<plugin>
51+
<groupId>org.apache.maven.plugins</groupId>
52+
<artifactId>maven-deploy-plugin</artifactId>
53+
<version>${maven-deploy-plugin.version}</version>
54+
<configuration>
55+
<skip>true</skip>
56+
</configuration>
57+
</plugin>
5058
</plugins>
5159
</build>
5260

0 commit comments

Comments
 (0)