Skip to content

Commit e40a4d3

Browse files
committed
Release process fix
1 parent 26709ea commit e40a4d3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,10 @@
191191
<plugin>
192192
<artifactId>maven-release-plugin</artifactId>
193193
<configuration>
194+
<tagNameFormat>lincheck-@{project.version}</tagNameFormat>
194195
<releaseProfiles>release</releaseProfiles>
196+
<pushChanges>false</pushChanges>
197+
<localCheckout>true</localCheckout>
195198
</configuration>
196199
</plugin>
197200
<plugin>
@@ -263,6 +266,13 @@
263266
</execution>
264267
</executions>
265268
</plugin>
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>
266276
</plugins>
267277
</build>
268278
</profile>

0 commit comments

Comments
 (0)