Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-988

Error in maven pom.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.0 RC3
    • 3.0 RC3
    • build
    • None

      Wenn trying to build Magnolia from trunk an error message occur:

      [INFO] One or more required plugin parameters are invalid/missing for 'setproperty:set-property'

      [0] inside the definition for plugin: 'maven-setproperty-plugin'specify the following:

      <configuration>
      ...
      <name>VALUE</name>
      </configuration>

      OR

      on the command line, specify: '-DpropertyName=VALUE'

      To fix please add the <name> to pom

      Index: C:/workspace/magnolia/pom.xml
      ===================================================================
      — C:/workspace/magnolia/pom.xml (revision 5629)
      +++ C:/workspace/magnolia/pom.xml (working copy)
      @@ -112,6 +112,7 @@
      <goal>set-property</goal>
      </goals>
      <configuration>
      + <name>magnolia.properties</name>
      <properties>
      <property implementation="info.magnolia.maven.setproperty.CurrentDateValueProvider">
      <name>magnolia.currentDate</name>

        Acceptance criteria

              pbaerfuss Philipp Bärfuss
              ralf Ralf Hirning
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: