File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 114
114
<build >
115
115
<pluginManagement >
116
116
<plugins >
117
- <plugin >
118
- <groupId >org.apache.maven.plugins</groupId >
119
- <artifactId >maven-deploy-plugin</artifactId >
120
- <version >3.0.0-M1</version >
121
- <configuration >
122
- <skip >true</skip >
123
- </configuration >
124
- </plugin >
125
117
<plugin >
126
118
<groupId >org.codehaus.mojo</groupId >
127
119
<artifactId >versions-maven-plugin</artifactId >
142
134
<groupId >org.sonatype.plugins</groupId >
143
135
<artifactId >nexus-staging-maven-plugin</artifactId >
144
136
<version >1.6.8</version >
145
- <executions >
146
- <execution >
147
- <id >default-deploy</id >
148
- <phase >deploy</phase >
149
- <goals >
150
- <goal >deploy</goal >
151
- </goals >
152
- </execution >
153
- </executions >
154
137
<extensions >true</extensions >
155
138
<configuration >
156
139
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments