7.0.4 doesn't take into account build-helper-maven-plugin settings Follow
For several important reasons we need more than one source root per Maven project. To accomplish that we use the build-helper-mave-plugin (see exerpt from our global parent-pom below). In 7.0.3 this setting was taken into account upon synchonization and the additional source path was set in the corresponding module. This is extremly important for us. Did I miss a setting in 7.0.4 (Build 7938) to make IDEA honour the build-helper settings?
org.codehaus.mojo
build-helper-maven-plugin
add-source
generate-sources
add-source
]]>$/src/main/db</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
Edited by: Jürg Spiess on Aug 12, 2008 10:21 AM
Please sign in to leave a comment.
Everyone interested please follow http://intellij.net/forums/thread.jspa?threadID=276806&tstart=0.