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 771771 <artifactId >maven-release-plugin</artifactId >
772772 <version >${maven-release-plugin.version} </version >
773773 </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 >
774779 <plugin >
775780 <groupId >org.apache.maven.plugins</groupId >
776781 <artifactId >maven-site-plugin</artifactId >
11171122 <tagNameFormat >v@{project.version}</tagNameFormat >
11181123 </configuration >
11191124 </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 >
11201132 <plugin >
11211133 <groupId >org.apache.maven.plugins</groupId >
11221134 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments