Maia-95.260 Maven support
Missing support for build-helper-maven-plugin, idea doesn't recognize source location. Please help!!!
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>${basedir}/target/hibernate3/generated-sources</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
请先登录再写评论。