File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,28 @@ limitations under the License.
7575
7676 <build >
7777 <plugins >
78+ <plugin >
79+ <groupId >org.apache.maven.plugins</groupId >
80+ <artifactId >maven-deploy-plugin</artifactId >
81+ <configuration >
82+ <skip >true</skip >
83+ </configuration >
84+ </plugin >
85+ <plugin >
86+ <groupId >org.sonatype.plugins</groupId >
87+ <artifactId >nexus-staging-maven-plugin</artifactId >
88+ <configuration >
89+ <skipStaging >true</skipStaging >
90+ </configuration >
91+ </plugin >
92+ <plugin >
93+ <groupId >org.apache.maven.plugins</groupId >
94+ <artifactId >maven-gpg-plugin</artifactId >
95+ <configuration >
96+ <skip >true</skip >
97+ </configuration >
98+ </plugin >
99+
78100 <plugin >
79101 <groupId >org.apache.maven.plugins</groupId >
80102 <artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -42,4 +42,29 @@ limitations under the License.
4242 <module >load-config</module >
4343 <module >load-config-spring</module >
4444 </modules >
45+
46+ <build >
47+ <plugins >
48+ <plugin >
49+ <groupId >org.apache.maven.plugins</groupId >
50+ <artifactId >maven-deploy-plugin</artifactId >
51+ <configuration >
52+ <skip >true</skip >
53+ </configuration >
54+ </plugin >
55+ <plugin >
56+ <groupId >org.sonatype.plugins</groupId >
57+ <artifactId >nexus-staging-maven-plugin</artifactId >
58+ <configuration >
59+ <skipStaging >true</skipStaging >
60+ </configuration >
61+ </plugin >
62+ <plugin >
63+ <groupId >org.apache.maven.plugins</groupId >
64+ <artifactId >maven-gpg-plugin</artifactId >
65+ <configuration >
66+ <skip >true</skip >
67+ </configuration >
68+ </plugin >
69+ </build >
4570</project >
You can’t perform that action at this time.
0 commit comments