commit | c32b4aae9433a86172bad02a0b7fd901e90d2dd3 | [log] [tgz] |
---|---|---|
author | Oliver Lietz <olli@apache.org> | Sat Mar 12 19:46:53 2022 +0100 |
committer | Oliver Lietz <olli@apache.org> | Sat Mar 12 19:46:53 2022 +0100 |
tree | f80549c467beb7e3d2faa4b0c3bcd9b627e44a9b | |
parent | f03a3bf1d203609485fdc2f11a40e065a58a836f [diff] |
SLING-11161 Support testing with different JDKs set one execution id to default-test to make it work
diff --git a/pom.xml b/pom.xml index 90b66cd..6850a6e 100644 --- a/pom.xml +++ b/pom.xml
@@ -75,7 +75,7 @@ <version>3.0.0-M5</version> <executions> <execution> - <id>8</id> + <id>default-test</id> <goals> <goal>test</goal> </goals>