You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2018/10/24 13:24:28 UTC

[GitHub] simonetripodi commented on a change in pull request #14: Issue/sling 8038

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:
users@infra.apache.org


With regards,
Apache Git Services