We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26709ea commit e40a4d3Copy full SHA for e40a4d3
pom.xml
@@ -191,7 +191,10 @@
191
<plugin>
192
<artifactId>maven-release-plugin</artifactId>
193
<configuration>
194
+ <tagNameFormat>lincheck-@{project.version}</tagNameFormat>
195
<releaseProfiles>release</releaseProfiles>
196
+ <pushChanges>false</pushChanges>
197
+ <localCheckout>true</localCheckout>
198
</configuration>
199
</plugin>
200
@@ -263,6 +266,13 @@
263
266
</execution>
264
267
</executions>
265
268
269
+ <plugin>
270
+ <groupId>org.apache.maven.plugins</groupId>
271
+ <artifactId>maven-javadoc-plugin</artifactId>
272
+ <configuration>
273
+ <skip>true</skip>
274
+ </configuration>
275
+ </plugin>
276
</plugins>
277
</build>
278
</profile>
0 commit comments