We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1bee6 commit 436a6ceCopy full SHA for 436a6ce
pom.xml
@@ -308,6 +308,25 @@
308
<artifactId>dependency-check-maven</artifactId>
309
<version>${dependency-check-maven.version}</version>
310
</plugin>
311
+ <plugin>
312
+ <groupId>org.codehaus.mojo</groupId>
313
+ <artifactId>build-helper-maven-plugin</artifactId>
314
+ <version>3.5.0</version>
315
+ <executions>
316
+ <execution>
317
+ <id>add-source</id>
318
+ <phase>generate-sources</phase>
319
+ <goals>
320
+ <goal>add-source</goal>
321
+ </goals>
322
+ <configuration>
323
+ <sources>
324
+ <source>src/examples/java</source>
325
+ </sources>
326
+ </configuration>
327
+ </execution>
328
+ </executions>
329
+ </plugin>
330
</plugins>
331
</build>
332
<reporting>
0 commit comments