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 8888
8989 <build >
9090 <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 >
91105 <!-- Use the shade plugin to create a big JAR with all the dependencies -->
92106 <plugin >
93107 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 203203 <outputDirectory >target/scala-${scala.binary.version} /classes</outputDirectory >
204204 <testOutputDirectory >target/scala-${scala.binary.version} /test-classes</testOutputDirectory >
205205 <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 >
206220 <plugin >
207221 <groupId >org.apache.maven.plugins</groupId >
208222 <artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 7474 </profiles >
7575 <build >
7676 <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 >
7791 <plugin >
7892 <groupId >org.apache.maven.plugins</groupId >
7993 <artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 9999 <outputDirectory >target/scala-${scala.binary.version} /classes</outputDirectory >
100100 <testOutputDirectory >target/scala-${scala.binary.version} /test-classes</testOutputDirectory >
101101 <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 >
102116 <plugin >
103117 <groupId >org.scalatest</groupId >
104118 <artifactId >scalatest-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 6363 <outputDirectory >target/scala-${scala.binary.version} /classes</outputDirectory >
6464 <testOutputDirectory >target/scala-${scala.binary.version} /test-classes</testOutputDirectory >
6565 <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 >
6680 <plugin >
6781 <groupId >org.apache.maven.plugins</groupId >
6882 <artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 8888
8989 <build >
9090 <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 >
91105 <plugin >
92106 <groupId >org.codehaus.mojo</groupId >
93107 <artifactId >build-helper-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments