Andreas Sewe

Results 23 issues of Andreas Sewe

A valid POM conforming to [version 4.1.0](https://maven.apache.org/ref/4.0.0-beta-3/maven-model/maven.html) of the format and starting with ```xml 4.1.0 ``` gets rewritten to ```xml 4.1.0 ``` Essentially 1. the namespace and schema URLs get...

### What happened? I have a build using `org.jetbrains.intellij.platform` (using the latest version: 2.0.1) with some tests using the `IdeaTestFixtureFactory`. On the command-line using `./gradlew`, these work fine. They fail,...

bug
feedback required

In a project depending on `junit-jupiter-api` from Orbit in its target platform ``` ... ... ``` resolving my test project's `Import-Package: org.junit.jupiter.api;version="[5.12.0,6.0.0)"` using **Tycho 5.0.0** (and **4.0.13**) fails: ``` [ERROR]...