File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 107107 </configuration >
108108 </plugin >
109109
110+ <plugin >
111+ <groupId >org.apache.maven.plugins</groupId >
112+ <artifactId >maven-deploy-plugin</artifactId >
113+ <version >2.8.2</version >
114+ <configuration >
115+ <skip >true</skip >
116+ </configuration >
117+ </plugin >
118+
110119 <plugin >
111120 <groupId >com.vaadin</groupId >
112121 <artifactId >vaadin-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 124124 </configuration >
125125 </plugin >
126126
127+ <plugin >
128+ <groupId >org.apache.maven.plugins</groupId >
129+ <artifactId >maven-deploy-plugin</artifactId >
130+ <version >2.8.2</version >
131+ </plugin >
132+
127133 <plugin >
128134 <groupId >org.apache.maven.plugins</groupId >
129135 <artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 3737 <artifactId >maven-release-plugin</artifactId >
3838 <version >2.5.3</version >
3939 </plugin >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-deploy-plugin</artifactId >
43+ <version >2.8.2</version >
44+ <configuration >
45+ <skip >true</skip >
46+ </configuration >
47+ </plugin >
4048 <plugin >
4149 <groupId >org.codehaus.mojo</groupId >
4250 <artifactId >versions-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments