Skip to content

Commit ed6345e

Browse files
committed
Skip deployment of maven-example
1 parent b77bd6e commit ed6345e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

maven-example/pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
<name>openapi-diff-maven-example</name>
1414
<description>Example usage of maven plugin for openapi-diff</description>
1515

16+
<properties>
17+
<maven.install.skip>true</maven.install.skip>
18+
<maven.deploy.skip>true</maven.deploy.skip>
19+
</properties>
20+
1621
<build>
1722
<plugins>
1823
<plugin>
@@ -35,4 +40,4 @@
3540
</plugins>
3641
</build>
3742

38-
</project>
43+
</project>

0 commit comments

Comments
 (0)