We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ec6cb commit 42adabfCopy full SHA for 42adabf
tests/release-test/pom.xml
@@ -58,6 +58,13 @@
58
</includes>
59
</configuration>
60
</plugin>
61
+ <plugin>
62
+ <groupId>org.apache.maven.plugins</groupId>
63
+ <artifactId>maven-deploy-plugin</artifactId>
64
+ <configuration>
65
+ <skip>true</skip>
66
+ </configuration>
67
+ </plugin>
68
</plugins>
69
</build>
70
tests/version-agnostic/pom.xml
@@ -75,6 +75,13 @@
75
<bsdTemplateFile>etc/config/edl-copyright.txt</bsdTemplateFile>
76
77
78
79
80
81
82
83
84
85
86
87
0 commit comments