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 2022/03/14 10:05:57 UTC

[GitHub] [sling-org-apache-sling-starter] rombert commented on a change in pull request #63: SLING-11158 use feature launcher assembly to launch the starter

rombert commented on a change in pull request #63:
URL: https://github.com/apache/sling-org-apache-sling-starter/pull/63#discussion_r825776776



##########
File path: pom.xml
##########
@@ -156,14 +156,11 @@
                     <execution>
                         <id>prepare-feature-launcher</id>
                         <goals>
-                            <goal>get</goal>
-                            <goal>copy</goal>
+                            <goal>unpack</goal>
                         </goals>
                         <phase>package</phase>
                         <configuration>
-                            <!-- 1.1.28 and newer versions don't work out-of-the-box due to SLING-10956 -->
-                            <artifact>org.apache.sling:org.apache.sling.feature.launcher:1.1.26</artifact>
-                            <stripVersion>true</stripVersion>
+                            <artifact>org.apache.sling:org.apache.sling.feature.launcher:1.2.0:tar.gz</artifact>

Review comment:
       Why did you remove the `stripVersion` config? With it configured we don't have to update the documentation every time we update the feature launcher version.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org