|
@@ -429,24 +429,6 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>build-helper-maven-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>add-avro-test-source</id>
|
|
|
- <phase>generate-sources</phase>
|
|
|
- <goals>
|
|
|
- <goal>add-test-source</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <sources>
|
|
|
- <source>${project.build.directory}/generated-test-sources/java</source>
|
|
|
- </sources>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|