I have multi module project and in the root module the tycho-maven-plugin was specified - nothig happens during import/reimport... =( Please note that except defined p2 layout I also have packaging "eclipse-plugin" for all of my modules, use Maven3 and locally installed 3.1.1 maven
Depends on your needs, but in general yes.
.target files are specific to Eclipse, so no.
our company's project was based on eclipse,but i want to change my tool to idea.
how could i make idea to support .target files?
I suppose your project uses Maven / Tycho to develop an RCP-based application, right?
Have you already tried to open the project in IDEA? Could you please tell exactly what doesn't work for you and which support isneeded?
I use tycho/maven at work and nothing work =(
All modules loaded but dependecies are not detecting at all... =(
Please make sure you have Maven 3 support enabled.
You may also need to add tycho-maven-plugin to the project (see IDEA-94047).
Thanks I will check this...
I have multi module project and in the root module the tycho-maven-plugin was specified - nothig happens during import/reimport... =(
Please note that except defined p2 layout I also have packaging "eclipse-plugin" for all of my modules, use Maven3 and locally installed 3.1.1 maven
Demo project of tycho also didn't importing - http://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/snapshot/org.eclipse.tycho-demo-master.tar.gz...
It's seems we have regression in the 13 version according to 12 =( Since as I understood such behavior works fine in the 12.
OK, thank you.
Please watch IDEA-110354 for progress.