Re: URI is not hierarchical error running tests in Intellij?

2016-12-12 Thread Jesse Glick
On Mon, Dec 12, 2016 at 4:26 AM, Carlos Sanchez wrote: > The TestPluginManager.loadBundledPlugins(TestPluginManager.java:117 is > trying to create a File from url > >

Re: URI is not hierarchical error running tests in Intellij?

2016-12-12 Thread Carlos Sanchez
I'm getting the same error in Eclipse, no snapshots nor dependencies between eclipse projects The TestPluginManager.loadBundledPlugins(TestPluginManager.java:117 is trying to create a File from url

Re: URI is not hierarchical error running tests in Intellij?

2016-10-20 Thread Jesse Glick
On Thu, Oct 20, 2016 at 7:32 AM, Andrew Bayer wrote: > https://gist.github.com/abayer/57d0c42ee97aa9fe96932c960bbe2d16 FTR this is a failure to `mvn -DskipTests install` a snapshot dependency. I will see if the message can be made more self-explanatory. -- You received

URI is not hierarchical error running tests in Intellij?

2016-10-20 Thread Andrew Bayer
I've got a project that's now two plugins as submodules in a Maven project - the plugins inherit from the plugin parent POM, not the aggregator POM. Now Intellij is refusing to run my tests in the second plugin (which depends on the first) with errors like