[
https://jira.codehaus.org/browse/MRELEASE-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte closed MRELEASE-891.
-----------------------------------
Resolution: Won't Fix
Assignee: Robert Scholte
This is according to the XML specifications. For the same reason we trim these
values, unless you use {{xml:space="preserve"}} (since Maven-3.1.1)
Think of specifying a message, an example where new line do matter. For that
reason closing this as {{Won't fix}}
> 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, 2.5.1
> Reporter: Slawomir Jaranowski
> Assignee: Robert Scholte
>
> 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)