Uploaded image for project: 'Maven Release Plugin'
  1. Maven Release Plugin
  2. MRELEASE-891

arguments parameter and split line

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.5, 2.5.1
    • None
    • prepare
    • None

    Description

      When use configuration for release plugin in pom file and split line in arguments parameter - release:prepare fails with error:

      [INFO] [ERROR] No goals have been specified for this build. ...
      

      To reproduce put in pom:

                      <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>
      

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            sjaranowski Slawomir Jaranowski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: