Skip to content

Commit 1f2bb26

Browse files
committed
fix: profile activation
1 parent 4b2011e commit 1f2bb26

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,9 @@
527527
</build>
528528
</profile>
529529
<profile>
530-
<id>integration-test</id>
530+
<id>testJakarta</id>
531531
<activation>
532-
<property>
533-
<name>testJakarta</name>
534-
</property>
532+
<activeByDefault>false</activeByDefault>
535533
</activation>
536534
<modules>
537535
<module>jakarta-test</module>

0 commit comments

Comments
 (0)