Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit 60cb1dd

Browse files
committed
Adjust release plugin config
1 parent 473fd31 commit 60cb1dd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,12 @@
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-release-plugin</artifactId>
210-
<version>2.5.1</version>
210+
<version>2.5.2</version>
211211
<configuration>
212212
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
213+
<mavenExecutorId>forked-path</mavenExecutorId>
214+
<tagNameFormat>@{project.version}</tagNameFormat>
215+
<preparationGoals>clean test</preparationGoals>
213216
</configuration>
214217
</plugin>
215218
<plugin>
@@ -277,6 +280,13 @@
277280
</execution>
278281
</executions>
279282
</plugin>
283+
<plugin>
284+
<groupId>org.apache.maven.plugins</groupId>
285+
<artifactId>maven-release-plugin</artifactId>
286+
<configuration>
287+
<goals>deploy</goals>
288+
</configuration>
289+
</plugin>
280290
</plugins>
281291
</build>
282292
</profile>

0 commit comments

Comments
 (0)