Skip to content

Commit

Permalink
Merge pull request apache#1137 from apache/release-work-around
Browse files Browse the repository at this point in the history
Skipping tests while running release
  • Loading branch information
fpapon authored Oct 28, 2023
2 parents 9674e2f + 093b169 commit f103135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
<!-- This configuration copied from apache:apache:7 parent pom -->
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy site site:stage</goals>
<arguments>-Pdocs,apache-release</arguments>
<arguments>-Pdocs,apache-release -DskipITs -DskipTests</arguments>
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
Expand Down

0 comments on commit f103135

Please sign in to comment.