Skip to content

Commit

Permalink
test: rename maven profile
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu authored Aug 27, 2024
1 parent ad6adfd commit c679a68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@

<profiles>
<profile>
<id>no-regression-testing</id>
<id>no-regression-test</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
Expand All @@ -182,8 +182,8 @@
</build>
</profile>
<profile>
<!-- Usage: "mvn clean verify -P regression-testing-rest" -->
<id>regression-testing-rest</id>
<!-- Usage: "mvn clean verify -P regression-test-rest" -->
<id>regression-test-rest</id>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -215,8 +215,8 @@
</build>
</profile>
<profile>
<!-- Usage: "mvn clean verify -P regression-testing-ui" -->
<id>regression-testing-ui</id>
<!-- Usage: "mvn clean verify -P regression-test-ui" -->
<id>regression-test-ui</id>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit c679a68

Please sign in to comment.