Slawomir Jaranowski created MRELEASE-891:
--------------------------------------------
Summary: arguments parameter and split line
Key: MRELEASE-891
URL: https://jira.codehaus.org/browse/MRELEASE-891
Project: Maven Release Plugin
Issue Type: Bug
Components: prepare
Affects Versions: 2.5.1, 2.5
Reporter: Slawomir Jaranowski
When use configuration for release plugin in pom file and split line in
{{arguments}} parameter - {{release:prepare}} fails with error:
{code}
[INFO] [ERROR] No goals have been specified for this build. ...
{code}
To reproduce put in pom:
{code}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<arguments>-Dval1=xxx
-Dval2=yyy
</arguments>
</configuration>
</plugin>
{code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)