File tree Expand file tree Collapse file tree 6 files changed +84
-0
lines changed Expand file tree Collapse file tree 6 files changed +84
-0
lines changed Original file line number Diff line number Diff line change 88
88
89
89
<build >
90
90
<plugins >
91
+ <plugin >
92
+ <groupId >org.apache.maven.plugins</groupId >
93
+ <artifactId >maven-deploy-plugin</artifactId >
94
+ <configuration >
95
+ <skip >true</skip >
96
+ </configuration >
97
+ </plugin >
98
+ <plugin >
99
+ <groupId >org.apache.maven.plugins</groupId >
100
+ <artifactId >maven-install-plugin</artifactId >
101
+ <configuration >
102
+ <skip >true</skip >
103
+ </configuration >
104
+ </plugin >
91
105
<!-- Use the shade plugin to create a big JAR with all the dependencies -->
92
106
<plugin >
93
107
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 203
203
<outputDirectory >target/scala-${scala.binary.version} /classes</outputDirectory >
204
204
<testOutputDirectory >target/scala-${scala.binary.version} /test-classes</testOutputDirectory >
205
205
<plugins >
206
+ <plugin >
207
+ <groupId >org.apache.maven.plugins</groupId >
208
+ <artifactId >maven-deploy-plugin</artifactId >
209
+ <configuration >
210
+ <skip >true</skip >
211
+ </configuration >
212
+ </plugin >
213
+ <plugin >
214
+ <groupId >org.apache.maven.plugins</groupId >
215
+ <artifactId >maven-install-plugin</artifactId >
216
+ <configuration >
217
+ <skip >true</skip >
218
+ </configuration >
219
+ </plugin >
206
220
<plugin >
207
221
<groupId >org.apache.maven.plugins</groupId >
208
222
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 74
74
</profiles >
75
75
<build >
76
76
<plugins >
77
+ <plugin >
78
+ <groupId >org.apache.maven.plugins</groupId >
79
+ <artifactId >maven-deploy-plugin</artifactId >
80
+ <configuration >
81
+ <skip >true</skip >
82
+ </configuration >
83
+ </plugin >
84
+ <plugin >
85
+ <groupId >org.apache.maven.plugins</groupId >
86
+ <artifactId >maven-install-plugin</artifactId >
87
+ <configuration >
88
+ <skip >true</skip >
89
+ </configuration >
90
+ </plugin >
77
91
<plugin >
78
92
<groupId >org.apache.maven.plugins</groupId >
79
93
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 99
99
<outputDirectory >target/scala-${scala.binary.version} /classes</outputDirectory >
100
100
<testOutputDirectory >target/scala-${scala.binary.version} /test-classes</testOutputDirectory >
101
101
<plugins >
102
+ <plugin >
103
+ <groupId >org.apache.maven.plugins</groupId >
104
+ <artifactId >maven-deploy-plugin</artifactId >
105
+ <configuration >
106
+ <skip >true</skip >
107
+ </configuration >
108
+ </plugin >
109
+ <plugin >
110
+ <groupId >org.apache.maven.plugins</groupId >
111
+ <artifactId >maven-install-plugin</artifactId >
112
+ <configuration >
113
+ <skip >true</skip >
114
+ </configuration >
115
+ </plugin >
102
116
<plugin >
103
117
<groupId >org.scalatest</groupId >
104
118
<artifactId >scalatest-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 63
63
<outputDirectory >target/scala-${scala.binary.version} /classes</outputDirectory >
64
64
<testOutputDirectory >target/scala-${scala.binary.version} /test-classes</testOutputDirectory >
65
65
<plugins >
66
+ <plugin >
67
+ <groupId >org.apache.maven.plugins</groupId >
68
+ <artifactId >maven-deploy-plugin</artifactId >
69
+ <configuration >
70
+ <skip >true</skip >
71
+ </configuration >
72
+ </plugin >
73
+ <plugin >
74
+ <groupId >org.apache.maven.plugins</groupId >
75
+ <artifactId >maven-install-plugin</artifactId >
76
+ <configuration >
77
+ <skip >true</skip >
78
+ </configuration >
79
+ </plugin >
66
80
<plugin >
67
81
<groupId >org.apache.maven.plugins</groupId >
68
82
<artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 88
88
89
89
<build >
90
90
<plugins >
91
+ <plugin >
92
+ <groupId >org.apache.maven.plugins</groupId >
93
+ <artifactId >maven-deploy-plugin</artifactId >
94
+ <configuration >
95
+ <skip >true</skip >
96
+ </configuration >
97
+ </plugin >
98
+ <plugin >
99
+ <groupId >org.apache.maven.plugins</groupId >
100
+ <artifactId >maven-install-plugin</artifactId >
101
+ <configuration >
102
+ <skip >true</skip >
103
+ </configuration >
104
+ </plugin >
91
105
<plugin >
92
106
<groupId >org.codehaus.mojo</groupId >
93
107
<artifactId >build-helper-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments