equo-ide
equo-ide copied to clipboard
Equo IDE
Scenario: `useMavenCentral(false)` is set in P2Model Expected outcomes: * When running `equoList --installed`, features and plugins should not resolve to either `maven central` or `maven central?` * `p2deps` should not...
I can repro this in [Spotless](https://github.com/diffplug/spotless) with `./gradlew equoIde`. ``` * What went wrong: Configuration cache problems found in this build. 1 problem was found storing the configuration cache. -...
To get around issues with proxies, credentials etc, I download some p2 repos and install locally. old p2AsMaven supported file urls for repos. this new p2deps does not :-( ```...
Does this plugin support authentication with the remote it is trying to acquire dependencies from?
This issue relates (in term of context) with https://github.com/diffplug/spotless/issues/1687 Through Spotless, I end needing to run concurrent P2 invocations in the same environment. It fails with: ``` Caused by: com.diffplug.spotless.ThrowingEx$WrappedAsRuntimeException:...
It happens when debugging a Junit test with the Maven plugin. This is the error in the console: Error opening zip file or JAR manifest missing : /Users/user/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/lib/javaagent-shaded.jar Error occurred...
Something like: **gradleBuildship().autoImport("../project1", "../project2", ".");**
It would be handy if you could contribute to any Eclipse project by doing `mvn equo-ide:launch` and get an IDE setup for that project. It would also be handy if...
The p2deps plugin is quite simple, ~50 lines. - #53 Would be very nice to make it available to Maven users as well.
We're getting the following errors on startup with the m2e plugin. If you do `--useAtomos=true` then they all go away (but you get other harder-to-fix errors). Even with these errors,...