This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit 28e52153f38cc60d0cf8e9cf4376a582436dd57e
Author: Andreas Schaefer <schaefa@iMac.local>
AuthorDate: Thu Jun 4 09:28:51 2020 -0700

    Added the Generated Features folder to make the build work in one pass
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 894022d..f2e1cb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <features>target/fm</features>
+                    <generatedFeatures>${basedir}/target/fm</generatedFeatures>
                 </configuration>
                 <executions>
                     <execution>

Reply via email to