Skip to content

Commit

Permalink
Merge pull request #40624 from gsmet/tests-vt-docs
Browse files Browse the repository at this point in the history
Honor -DquicklyDocs in junit5-virtual-threads
  • Loading branch information
gsmet authored May 14, 2024
2 parents e5aec98 + ff3ca76 commit b984086
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion independent-projects/junit5-virtual-threads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,22 @@
<defaultGoal>clean install</defaultGoal>
</build>
</profile>

<profile>
<id>quick-build-docs</id>
<activation>
<property>
<name>quicklyDocs</name>
</property>
</activation>
<properties>
<skipTests>true</skipTests>
<skipITs>true</skipITs>
<enforcer.skip>true</enforcer.skip>
</properties>
<build>
<defaultGoal>clean install</defaultGoal>
</build>
</profile>
<profile>
<!-- separate "quickly" profile for CI to keep local "quickly" demands separated from CI demands -->
<id>quick-build-ci</id>
Expand Down

0 comments on commit b984086

Please sign in to comment.