simonetripodi commented on a change in pull request #14: Issue/sling 8038
URL: 
https://github.com/apache/sling-slingfeature-maven-plugin/pull/14#discussion_r227785818
 
 

 ##########
 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:
   Hi there @DominikSuess, thanks for jumping in to help! :)
   
   the `property` allows you specify the parameter via CLI with 
`-DrepositoryDir=foo-bar`, I'd suggets to restore it!

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

Reply via email to