Hi Adrien
Thanks for your response. More questions below.
Grzegorz
On 2014-02-17 17:48, Adrien Rivard
wrote:
Hi,
I used embedded Maven instance and thought it's "instrumented"
somehow by Eclipse.
How to do it? If I will do it, where will my Maven logs go?
Can you give me any links?
Does this mean that with automatic build turned off (I never use it)
it is not that simple to see this problem?
OK, next question. In my plugin I unzip some dependency content to
disk, and add it's subdirectory as new source root.
When I do it for the first time (unzip to empty folder, no
overwrite) Is is better to call refresh once for the whole
subdirectory
added as source root or for every file?
Here is good example
https://maven-play-plugin.googlecode.com/svn/tags/test-projects-1.0.0-beta7/packagings/default/with-crud-module/play-1.2.x
When importing to Eclipse, you have to set "autodeps" profile.
"play-crud" zip-type dependency content will be unpacked to
"${basedir}/modules/crud-1.2.7"
directory by play:dependencies mojo and
"${basedir}/modules/crud-1.2.7/app" will be added as new source root
by play:initialize mojo.
Should I call "buildContext.refresh(new File(basedir,
"modules/crud-1.2.7/app")) or for every file inside
"modules/crud-1.2.7/app"?
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users
|