[
https://issues.apache.org/jira/browse/MINVOKER-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958308#comment-17958308
]
Olivier Lamy commented on MINVOKER-119:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-invoker-plugin#409|https://github.com/apache/maven-invoker-plugin/issues/409].
> Allow access to properties in pre- and postBuild scripts
> --------------------------------------------------------
>
> Key: MINVOKER-119
> URL: https://issues.apache.org/jira/browse/MINVOKER-119
> Project: Maven Invoker Plugin (Moved to GitHub Issues)
> Issue Type: Improvement
> Affects Versions: 1.5
> Reporter: Daniel Strassenburg
> Assignee: Anders Hammar
> Priority: Major
> Fix For: 1.9
>
>
> In my verify.groovy script I'd like to access properties declared in the
> invoker's config:
> {code:xml}
> <configuration>
> <properties>
> <prop1>val1</prop1>
> </properties>
> </configuration>
> {code}
> In my verify.groovy script I'd like to use these properties, too, e.g. by
> using System.getProperty("prop1") but that returns null.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)