We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maven-example
1 parent b77bd6e commit ed6345eCopy full SHA for ed6345e
1 file changed
maven-example/pom.xml
@@ -13,6 +13,11 @@
13
<name>openapi-diff-maven-example</name>
14
<description>Example usage of maven plugin for openapi-diff</description>
15
16
+ <properties>
17
+ <maven.install.skip>true</maven.install.skip>
18
+ <maven.deploy.skip>true</maven.deploy.skip>
19
+ </properties>
20
+
21
<build>
22
<plugins>
23
<plugin>
@@ -35,4 +40,4 @@
35
40
</plugins>
36
41
</build>
37
42
38
-</project>
43
+</project>
0 commit comments