build-helper-maven-plugin
Posted tonggc1668
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了build-helper-maven-plugin相关的知识,希望对你有一定的参考价值。
<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-helper-maven-plugin的主要内容,如果未能解决你的问题,请参考以下文章
build-helper-maven-plugin 简单讲解
build-helper-maven-plugin 简单讲解
build-helper-maven-plugin 简单讲解
build-helper-maven-plugin 简单讲解