Skip to content

Commit

Permalink
research
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Aug 8, 2021
1 parent 92894ac commit f851215
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,17 @@
<properties>
<skipIntegrationTests>false</skipIntegrationTests>
</properties>
<build>
<defaultGoal>dependency:purge-local-repository clean install</defaultGoal>
</build>
</profile>

<!-- profile: site -->
<profile>
<id>site</id>
<properties>
<skipIntegrationTests>false</skipIntegrationTests>
</properties>
<build>
<defaultGoal>dependency:purge-local-repository clean install site</defaultGoal>
</build>
Expand Down

0 comments on commit f851215

Please sign in to comment.