File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 771
771
<artifactId >maven-release-plugin</artifactId >
772
772
<version >${maven-release-plugin.version} </version >
773
773
</plugin >
774
+ <plugin >
775
+ <groupId >org.apache.maven.plugins</groupId >
776
+ <artifactId >maven-deploy-plugin</artifactId >
777
+ <version >${maven-deploy-plugin.version} </version >
778
+ </plugin >
774
779
<plugin >
775
780
<groupId >org.apache.maven.plugins</groupId >
776
781
<artifactId >maven-site-plugin</artifactId >
1117
1122
<tagNameFormat >v@{project.version}</tagNameFormat >
1118
1123
</configuration >
1119
1124
</plugin >
1125
+ <plugin >
1126
+ <groupId >org.apache.maven.plugins</groupId >
1127
+ <artifactId >maven-deploy-plugin</artifactId >
1128
+ <configuration >
1129
+ <skip >true</skip >
1130
+ </configuration >
1131
+ </plugin >
1120
1132
<plugin >
1121
1133
<groupId >org.apache.maven.plugins</groupId >
1122
1134
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments