Skip to content

Commit

Permalink
Add a condition profile based on a simple expression
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 3, 2024
1 parent ef9aea6 commit 3092419
Show file tree
Hide file tree
Showing 12 changed files with 2,188 additions and 4 deletions.
6 changes: 6 additions & 0 deletions api/maven-api-model/src/main/mdo/maven.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -2802,6 +2802,12 @@
<type>String</type>
<description>Specifies that this profile will be activated based on the project's packaging.</description>
</field>
<field>
<name>condition</name>
<version>4.1.0+</version>
<type>String</type>
<description>The condition which must be satisfied to activate the profile.</description>
</field>
<!--
This could be included once we teach Maven to deal with multiple versions of the model
<field>
Expand Down
Loading

0 comments on commit 3092419

Please sign in to comment.