File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 453
453
<configuration >
454
454
<skip >true</skip >
455
455
</configuration >
456
- </plugin >
457
- <plugin >
458
- <groupId >org.codehaus.mojo</groupId >
459
- <artifactId >exec-maven-plugin</artifactId >
460
- <version >1.2.1</version >
461
- <executions >
462
- <execution >
463
- <phase >compile</phase >
464
- <goals >
465
- <goal >exec</goal >
466
- </goals >
467
- </execution >
468
- </executions >
469
- <configuration >
470
- <executable >git</executable >
471
- <arguments >
472
- <argument >init</argument >
473
- </arguments >
474
- </configuration >
475
- </plugin >
456
+ </plugin >
476
457
</plugins >
477
458
</build >
478
459
</profile >
Original file line number Diff line number Diff line change 28
28
<include >**/.settings/.jsdtscope</include >
29
29
</includes >
30
30
</fileSet >
31
- <!-- this special .git directory is generated in maven build and is REQUIRED for FORGE to apply admin patches -->
32
- <fileSet >
33
- <directory >.</directory >
34
- <outputDirectory >/</outputDirectory >
35
- <useDefaultExcludes >false</useDefaultExcludes >
36
- <includes >
37
- <include >.git/**</include >
38
- </includes >
39
- </fileSet >
40
31
</fileSets >
41
32
</assembly >
You can’t perform that action at this time.
0 commit comments