Skip to content

Commit ab7986c

Browse files
author
Jane Young
committed
Add maven-release-plugin so it contains configuration for release.arguments.
svn path=/trunk/; revision=1389
1 parent b532cb6 commit ab7986c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

api/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,15 @@
210210
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
211211
</configuration>
212212
</plugin>
213+
<plugin>
214+
<groupId>org.apache.maven.plugins</groupId>
215+
<artifactId>maven-release-plugin</artifactId>
216+
<configuration>
217+
<mavenExecutorId>forked-path</mavenExecutorId>
218+
<useReleaseProfile>false</useReleaseProfile>
219+
<arguments>${release.arguments}</arguments>
220+
</configuration>
221+
</plugin>
213222
</plugins>
214223
<resources>
215224
<resource>

0 commit comments

Comments
 (0)