File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 4646 <scope >test</scope >
4747 </dependency >
4848 </dependencies >
49+
50+ <build >
51+ <plugins >
52+ <plugin >
53+ <groupId >org.apache.maven.plugins</groupId >
54+ <artifactId >maven-deploy-plugin</artifactId >
55+ <configuration >
56+ <skip >true</skip >
57+ </configuration >
58+ </plugin >
59+ </plugins >
60+ </build >
4961</project >
Original file line number Diff line number Diff line change 4040 </dependencyManagement >
4141
4242 <build >
43+ <pluginManagement >
44+ <plugins >
45+ <plugin >
46+ <groupId >org.apache.maven.plugins</groupId >
47+ <artifactId >maven-deploy-plugin</artifactId >
48+ <version >3.1.3</version >
49+ </plugin >
50+ </plugins >
51+ </pluginManagement >
4352 <plugins >
4453 <plugin >
4554 <groupId >com.coveo</groupId >
5766 </dependency >
5867 </dependencies >
5968 </plugin >
69+ <plugin >
70+ <groupId >org.apache.maven.plugins</groupId >
71+ <artifactId >maven-deploy-plugin</artifactId >
72+ <configuration >
73+ <skip >true</skip >
74+ </configuration >
75+ </plugin >
6076 </plugins >
6177 </build >
6278
You can’t perform that action at this time.
0 commit comments