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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]