File tree Expand file tree Collapse file tree 2 files changed +2
-46
lines changed
Expand file tree Collapse file tree 2 files changed +2
-46
lines changed Original file line number Diff line number Diff line change 3838 </dependencies >
3939 </profile >
4040 </profiles >
41- <build >
42- <plugins >
43- <plugin >
44- <groupId >org.codehaus.mojo</groupId >
45- <artifactId >build-helper-maven-plugin</artifactId >
46- <version >3.2.0</version >
47- <executions >
48- <execution >
49- <id >add-source</id >
50- <phase >generate-sources</phase >
51- <goals >
52- <goal >add-source</goal >
53- </goals >
54- <configuration >
55- <sources >
56- <source >../Utils/CommandLineUtils</source >
57- </sources >
58- </configuration >
59- </execution >
60- </executions >
61- </plugin >
62- </plugins >
63- </build >
41+
6442</project >
Original file line number Diff line number Diff line change 3838 </dependencies >
3939 </profile >
4040 </profiles >
41- <build >
42- <plugins >
43- <plugin >
44- <groupId >org.codehaus.mojo</groupId >
45- <artifactId >build-helper-maven-plugin</artifactId >
46- <version >3.2.0</version >
47- <executions >
48- <execution >
49- <id >add-source</id >
50- <phase >generate-sources</phase >
51- <goals >
52- <goal >add-source</goal >
53- </goals >
54- <configuration >
55- <sources >
56- <source >../Utils/CommandLineUtils</source >
57- </sources >
58- </configuration >
59- </execution >
60- </executions >
61- </plugin >
62- </plugins >
63- </build >
41+
6442</project >
You can’t perform that action at this time.
0 commit comments