File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,11 +147,6 @@ limitations under the License.
147147
148148 <build >
149149 <plugins >
150- <!-- Make a jar and put the sources in the jar -->
151- <plugin >
152- <groupId >org.apache.maven.plugins</groupId >
153- <artifactId >maven-source-plugin</artifactId >
154- </plugin >
155150 <plugin >
156151 <!-- Make it so assembly:single does nothing in here-->
157152 <artifactId >maven-assembly-plugin</artifactId >
Original file line number Diff line number Diff line change 239239 <skipAssembly >true</skipAssembly >
240240 </configuration >
241241 </plugin >
242- <!-- Make a jar and put the sources in the jar -->
243- <plugin >
244- <groupId >org.apache.maven.plugins</groupId >
245- <artifactId >maven-source-plugin</artifactId >
246- <executions >
247- <execution >
248- <goals >
249- <goal >jar</goal >
250- <goal >test-jar</goal >
251- </goals >
252- <phase >package</phase >
253- </execution >
254- </executions >
255- </plugin >
256242 <!-- Testing plugins -->
257243 <plugin >
258244 <artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 5151 </dependencies >
5252 <build >
5353 <plugins >
54- <!-- Make a jar and put the sources in the jar -->
55- <plugin >
56- <groupId >org.apache.maven.plugins</groupId >
57- <artifactId >maven-source-plugin</artifactId >
58- </plugin >
5954 <plugin >
6055 <!-- Make it so assembly:single does nothing in here-->
6156 <artifactId >maven-assembly-plugin</artifactId >
Original file line number Diff line number Diff line change 189189 <skipAssembly >true</skipAssembly >
190190 </configuration >
191191 </plugin >
192- <!-- Make a jar and put the sources in the jar -->
193- <plugin >
194- <groupId >org.apache.maven.plugins</groupId >
195- <artifactId >maven-source-plugin</artifactId >
196- </plugin >
197192 <plugin >
198193 <groupId >org.xolstice.maven.plugins</groupId >
199194 <artifactId >protobuf-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments