Am 22.10.2012 02:31, schrieb Mark Greene: > Hi, > > I was looking to hack on a couple ideas I had for this project but am > running in to trouble when importing the project in to eclipse. There seems > to be some trouble with one of the required plugins. Whenever I do the > import, I just get a vague error from Eclipse stating: > > An internal error occurred during: "Importing Maven projects". > java.lang.IllegalArgumentException > > > Seems like m2eclipse isn't happy, is there a specific procedure for how > your import the projects? I've imported every project under the root source > directory from github. >
Hi Mark, I also have problems with the m2e integration in Eclipse. The main problem is a non optimal configured felix-bundle plugin for the OSGi configurations but one or two other ones I didn't had a look at yet. For the bundle plugin the quickfix is to remove the executions section from maven-bundle-plugin in the parent pom.xml. I'll take a look at the problems over the day and try to fix all problems. As long as there are still problems I can recommend to use IntelliJ. Cheers Chris
