Skip to content

Commit fc501a5

Browse files
committed
Skip revapi for now.
1 parent a6fb26e commit fc501a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,13 @@
260260
</execution>
261261
</executions>
262262
</plugin>
263+
<plugin>
264+
<groupId>org.revapi</groupId>
265+
<artifactId>revapi-maven-plugin</artifactId>
266+
<configuration>
267+
<skip>true</skip>
268+
</configuration>
269+
</plugin>
263270
</plugins>
264271
</build>
265272

0 commit comments

Comments
 (0)