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>

 

posted @ 2018-04-26 15:43  tonggc1668  阅读(537)  评论(0编辑  收藏  举报