标签:build help ati artifact ted avr direct gen mave
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>${project.build.directory}/generated-sources/avro/</source> </sources> </configuration> </execution> </executions> </plugin>
标签:build help ati artifact ted avr direct gen mave
原文地址:https://www.cnblogs.com/tonggc1668/p/9579673.html