problems loading maven project with build-helper plugin
Hi
I'm using the build-helper (http://mojo.codehaus.org/build-helper-maven-plugin/) and I'm having problems adding a source directory.
This is the configuration I use:
org.codehaus.mojo
build-helper-maven-plugin
1.1
add-sources
generate-sources
add-source
I've tried running idea:idea plugin instead of loading the project from inside maven. it then generates the paths without a problems but whenever I load the iml file into IDEA, it strips the javadoc/sources from the file so I have no documentation.
Since manually removing this directory from the exluded directories every time I refresh the project is not really a solution :) does anybody has any workaround that could work?
Thanx
--
Haim
请先登录再写评论。
OK, After a few idea:clean, idea:idea and re-importing the project, it does accept sources and javadocs. This means that I have an acceptable solution.
Any idea about the build-helper though?
Thanx
--
Haim