[ http://jira.magnolia.info/browse/MAGNOLIA-988?page=all ]
Philipp Bracher resolved MAGNOLIA-988.
--------------------------------------
Resolution: Fixed
Assignee: Philipp Bracher (was: Boris Kraft)
Should work now
> Error in maven pom.xml
> ----------------------
>
> Key: MAGNOLIA-988
> URL: http://jira.magnolia.info/browse/MAGNOLIA-988
> Project: magnolia
> Issue Type: Bug
> Components: deployment
> Affects Versions: 3.0 RC3
> Reporter: Ralf Hirning
> Assigned To: Philipp Bracher
> Priority: Blocker
> Fix For: 3.0 RC3
>
>
> 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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------