Skip to content

Commit

Permalink
SLING-11395 - Create a profile that allows running the Sling Starter …
Browse files Browse the repository at this point in the history
…ITs with the current SNAPSHOT being built

Enable feature analysis
  • Loading branch information
rombert committed Jun 29, 2022
1 parent 44e8d47 commit 334dcf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sling-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@
<goals>
<goal>attach-features</goal>
<goal>aggregate-features</goal>
<goal>analyse-features</goal>
</goals>
<configuration>
<aggregates>
Expand All @@ -982,6 +983,11 @@
</artifactsOverrides>
</aggregate>
</aggregates>
<scans>
<scan>
<includeClassifier>testing_oak_tar</includeClassifier>
</scan>
</scans>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 334dcf7

Please sign in to comment.