File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,5 @@ deploy:
3333 name : $project_version
3434
3535after_deploy :
36- mvn --settings .settings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=true -B -U
36+ - mvn --settings .settings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=false -B -V
37+ - echo "POPA"
Original file line number Diff line number Diff line change @@ -291,6 +291,14 @@ limitations under the License.
291291 </executions >
292292 </plugin >
293293
294+ <plugin >
295+ <groupId >org.apache.maven.plugins</groupId >
296+ <artifactId >maven-deploy-plugin</artifactId >
297+ <version >2.8.2</version >
298+ <configuration >
299+ <skip >true</skip >
300+ </configuration >
301+ </plugin >
294302 <plugin >
295303 <groupId >org.sonatype.plugins</groupId >
296304 <artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments