Skip to content

Commit aa8d512

Browse files
committed
Temporarily disable maven versions plugin since it breaks GHA.
1 parent 2649b49 commit aa8d512

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,21 @@
526526
<skip>${skipDockerBuild}</skip>
527527
</configuration>
528528
</plugin>
529+
<!-- TODO: Remove me once we deprecate GHA -->
530+
<plugin>
531+
<groupId>org.codehaus.mojo</groupId>
532+
<artifactId>versions-maven-plugin</artifactId>
533+
<version>${maven.versions.plugin.version}</version>
534+
<executions>
535+
<execution>
536+
<id>default-display-dependency-updates</id>
537+
<goals>
538+
<goal>display-dependency-updates</goal>
539+
</goals>
540+
<phase>ignored</phase>
541+
</execution>
542+
</executions>
543+
</plugin>
529544
</plugins>
530545
</build>
531546

0 commit comments

Comments
 (0)