码迷,mamicode.com
首页 > 其他好文 > 详细

build-helper-maven-plugin

时间:2018-04-26 16:56:51      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:org   cut   span   3.0.0   tor   mave   generated   gen   director   

 <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

标签:org   cut   span   3.0.0   tor   mave   generated   gen   director   

原文地址:https://www.cnblogs.com/tonggc1668/p/8952856.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!