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

Attach features after aggregating so they can be found by the
feature-launcher-maven-plugin
  • Loading branch information
rombert committed Jul 1, 2022
1 parent b193dac commit b094501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sling-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -958,8 +958,8 @@
<id>aggregate-features</id>
<phase>prepare-package</phase>
<goals>
<goal>attach-features</goal>
<goal>aggregate-features</goal>
<goal>attach-features</goal>
<goal>analyse-features</goal>
</goals>
<configuration>
Expand Down Expand Up @@ -1001,7 +1001,7 @@
<launches>
<launch>
<id>sling-starter-oak-tar</id>
<!-- Include the feature previously aggregated built -->
<!-- Include the feature previously aggregated -->
<feature>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
Expand Down

0 comments on commit b094501

Please sign in to comment.