Skip to content

Commit

Permalink
use property-based profile activation
Browse files Browse the repository at this point in the history
the <activeByDefault> activation gets disabled as soon as any other profile is selected. Therefore, use the previous property-based activation as we only need the profile encapsulation to disable it during releases.
  • Loading branch information
mtf90 committed Oct 28, 2023
1 parent a376811 commit 010b352
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,10 @@ limitations under the License.
<id>examples</id>
<!-- define in a module so that we can disable the profile during a release -->
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>learnlib.release</name>
<value>!true</value>
</property>
</activation>
<modules>
<module>examples</module>
Expand Down

0 comments on commit 010b352

Please sign in to comment.