DominikSuess commented on a change in pull request #14: Issue/sling 8038
URL:
https://github.com/apache/sling-slingfeature-maven-plugin/pull/14#discussion_r228343381
##########
File path:
src/main/java/org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.java
##########
@@ -47,7 +47,7 @@
/**
* The directory to store the artifacts into.
*/
- @Parameter(defaultValue = "artifacts")
+ @Parameter(defaultValue = "artifacts", property = "repositoryDir")
Review comment:
@simonetripodi this is intentional as I want to be able to fully control
the target directory of the download target when not executing within a maven
project context.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services