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-auth-oauth-client.git
The following commit(s) were added to refs/heads/master by this push:
new 802e11b SLING-12592 - Do not install/deploy feature models used for
testing (#16)
802e11b is described below
commit 802e11b84796b59e6359c901dbdd1d5cb4ad87de
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri May 23 17:56:48 2025 +0200
SLING-12592 - Do not install/deploy feature models used for testing (#16)
Use the latest versions of the feature model tooling and no longer attach
the 'app' feature
aggregate used for testing.
---
pom.xml | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2109f73..9f7d160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>slingfeature-maven-plugin</artifactId>
- <version>1.8.2</version>
+ <version>1.9.2</version>
<extensions>true</extensions>
<configuration>
<skipAddFeatureDependencies>true</skipAddFeatureDependencies>
@@ -93,6 +93,7 @@
<aggregate>
<classifier>app</classifier>
<filesInclude>main.json</filesInclude>
+ <attach>false</attach>
<includeArtifact>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.starter</artifactId>
@@ -204,19 +205,13 @@
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>feature-launcher-maven-plugin</artifactId>
- <version>0.1.6</version>
+ <version>0.1.8</version>
<configuration>
<launches>
<launch>
<id>sling-starter-oak-tar</id>
<skip>${skipITs}</skip>
- <feature>
- <groupId>${project.groupId}</groupId>
- <artifactId>${project.artifactId}</artifactId>
- <version>${project.version}</version>
- <classifier>app</classifier>
- <type>slingosgifeature</type>
- </feature>
+
<featureFile>${project.slingfeature.outputDirectory}/feature-app.json</featureFile>
<repositoryUrls>
<repositoryUrl>file://${project.build.directory}/artifacts</repositoryUrl>
</repositoryUrls>