Skip to content

Commit 28057ca

Browse files
Release plugin args (#866)
* adding args to release plugin
1 parent 9fd3929 commit 28057ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
<groupId>org.apache.maven.plugins</groupId>
267267
<artifactId>maven-release-plugin</artifactId>
268268
<configuration>
269+
<arguments>-Dunit-test-wlst-dir=${unit-test-wlst-dir}</arguments>
269270
<tagNameFormat>release-@{project.version}</tagNameFormat>
270271
<!-- Tell release:perform to stop before trying to push to a remote repository -->
271272
<goals>install</goals>

0 commit comments

Comments
 (0)