File tree 2 files changed +22
-29
lines changed
2 files changed +22
-29
lines changed Original file line number Diff line number Diff line change 6
6
<fileSets >
7
7
<fileSet >
8
8
<directory >${project.basedir}</directory >
9
- <outputDirectory >/</outputDirectory >
10
9
<includes >
11
10
<include >**/*.g4</include >
12
11
</includes >
Original file line number Diff line number Diff line change 251
251
<!-- testing repository -->
252
252
<!-- <module>grammar-test</module> -->
253
253
</modules >
254
+ <build >
255
+ <plugins >
256
+ <plugin >
257
+ <artifactId >maven-assembly-plugin</artifactId >
258
+ <version >3.1.0</version >
259
+ <configuration >
260
+ <descriptors >
261
+ <descriptor >assembly.xml</descriptor >
262
+ </descriptors >
263
+ </configuration >
264
+ <executions >
265
+ <execution >
266
+ <id >make-assembly</id >
267
+ <phase >package</phase >
268
+ <goals >
269
+ <goal >single</goal >
270
+ </goals >
271
+ </execution >
272
+ </executions >
273
+ </plugin >
274
+ </plugins >
275
+ </build >
254
276
</profile >
255
277
<profile >
256
278
<id >deploy</id >
313
335
</plugins >
314
336
</build >
315
337
</profile >
316
- <profile >
317
- <id >resource-jar</id >
318
- <activation >
319
- <activeByDefault >false</activeByDefault >
320
- </activation >
321
- <build >
322
- <plugins >
323
- <plugin >
324
- <artifactId >maven-assembly-plugin</artifactId >
325
- <version >3.1.0</version >
326
- <configuration >
327
- <descriptors >
328
- <descriptor >assembly.xml</descriptor >
329
- </descriptors >
330
- </configuration >
331
- <executions >
332
- <execution >
333
- <id >make-assembly</id >
334
- <phase >package</phase >
335
- <goals >
336
- <goal >single</goal >
337
- </goals >
338
- </execution >
339
- </executions >
340
- </plugin >
341
- </plugins >
342
- </build >
343
- </profile >
344
338
<profile >
345
339
<id >test</id >
346
340
<activation >
You can’t perform that action at this time.
0 commit comments