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 a082e11a008f64be79ccadf7624e6a9118ee73cf Author: Robert Munteanu <[email protected]> AuthorDate: Fri Nov 12 16:51:27 2021 +0100 SLING-9638 - Update Starter Docker image to be based on the feature model Move docker skip warning to pre-integration-test phase. This way it is not flagged as an error by Eclipse and only printed when the actualy docker functionality would be used. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 90d1df2..88f7dbd 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> - <phase>compile</phase> + <phase>pre-integration-test</phase> <goals> <goal>run</goal> </goals>
