Allows to disable default deploy by manipulating the phase (#229)

This commit is contained in:
Marcin Grzejszczak
2022-05-26 16:12:51 +02:00
committed by GitHub
parent 82a1cf794b
commit 7e9df7fd7c
2 changed files with 10 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
<maven-dependency-plugin-for-docs-classes.phase>none</maven-dependency-plugin-for-docs-classes.phase>
<docs.resources.dir>${project.basedir}/src/main/</docs.resources.dir>
<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
<!-- Don't upload docs jar to central / repo.spring.io -->
<maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
<!-- We don't want to reference plugin classpath of ourselves -->
<readme.class.path>maven.compile.classpath</readme.class.path>
</properties>