Skip to content

Commit

Permalink
feat: polarion2404 profile as default using .mvn/maven.config
Browse files Browse the repository at this point in the history
Refs: #207
  • Loading branch information
grigoriev committed Oct 28, 2024
1 parent e6c72d8 commit ae0afcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-P polarion2404
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,6 @@
<!-- deprecated profile: polarion2310 -->
<profile>
<id>polarion2310</id>
<activation>
<property>
<name>polarion2310active</name>
<value>true</value>
</property>
</activation>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand All @@ -213,9 +207,7 @@
<profile>
<id>polarion2404</id>
<activation>
<property>
<name>!polarion2410active</name>
</property>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand All @@ -234,11 +226,6 @@

<profile>
<id>polarion2410</id>
<activation>
<property>
<name>polarion2410active</name>
</property>
</activation>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down

0 comments on commit ae0afcd

Please sign in to comment.