File tree Expand file tree Collapse file tree 5 files changed +0
-38
lines changed Expand file tree Collapse file tree 5 files changed +0
-38
lines changed Original file line number Diff line number Diff line change 15241524 <groupId >org.apache.maven.plugins</groupId >
15251525 <artifactId >maven-enforcer-plugin</artifactId >
15261526 </plugin >
1527- <plugin >
1528- <groupId >org.codehaus.mojo</groupId >
1529- <artifactId >build-helper-maven-plugin</artifactId >
1530- <executions >
1531- <execution >
1532- <id >add-scala-sources</id >
1533- <phase >generate-sources</phase >
1534- <goals >
1535- <goal >add-source</goal >
1536- </goals >
1537- <configuration >
1538- <sources >
1539- <source >src/main/scala</source >
1540- </sources >
1541- </configuration >
1542- </execution >
1543- <execution >
1544- <id >add-scala-test-sources</id >
1545- <phase >generate-test-sources</phase >
1546- <goals >
1547- <goal >add-test-source</goal >
1548- </goals >
1549- <configuration >
1550- <sources >
1551- <source >src/test/scala</source >
1552- </sources >
1553- </configuration >
1554- </execution >
1555- </executions >
1556- </plugin >
15571527 <plugin >
15581528 <groupId >net.alchim31.maven</groupId >
15591529 <artifactId >scala-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 133133 </goals >
134134 <configuration >
135135 <sources >
136- <source >src/main/scala</source >
137136 <source >${extra.source.dir} </source >
138137 </sources >
139138 </configuration >
146145 </goals >
147146 <configuration >
148147 <sources >
149- <source >src/test/scala</source >
150148 <source >${extra.testsource.dir} </source >
151149 </sources >
152150 </configuration >
Original file line number Diff line number Diff line change 123123 </goals >
124124 <configuration >
125125 <sources >
126- <source >src/test/scala</source >
127126 <source >src/test/gen-java</source >
128127 </sources >
129128 </configuration >
Original file line number Diff line number Diff line change 133133 </goals >
134134 <configuration >
135135 <sources >
136- <source >src/test/scala</source >
137136 <source >compatibility/src/test/scala</source >
138137 </sources >
139138 </configuration >
Original file line number Diff line number Diff line change 7676 <groupId >org.apache.maven.plugins</groupId >
7777 <artifactId >maven-source-plugin</artifactId >
7878 </plugin >
79- <plugin >
80- <groupId >org.codehaus.mojo</groupId >
81- <artifactId >build-helper-maven-plugin</artifactId >
82- </plugin >
8379 </plugins >
8480 </build >
8581</project >
You can’t perform that action at this time.
0 commit comments