Andreas Sewe
Andreas Sewe
**Is your feature request related to a problem? Please describe.** ATM, the [`runPluginVerifier` task](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#tasks-runpluginverifier) only performs verification against the "base IDE", but not against [`intellij.plugins`](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-plugins) defined as dependencies. You can...
There exist annotation processors which are not declared in `META-INF/services/javax.annotation.processing.Processor`. These processors need to be explicitly selected using the `maven-compiler-plugin`’s [`` configuration element](https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#annotationProcessors) (the equivalent of `javac`’s `-processor `). AFAICT,...
Hi, I have the following use case: I’m using `gitbook-cli` to generate documentation as part of an automated build. For every build, my CI server does a fresh checkout of...
When installing the “Maven Development Tools 0.3.0.201506181201” using the m2e connector discovery mechanism, Eclipse’s “Review Licenses” dialog shown during installations gives a license name “license” with a license text of...
The following self-contained `pom.xml` is completely broken by `tidy:pom` (version 1.0.0): 4.0.0 org.example example 1.0.0-SNAPSHOT org.apache.maven.indexer indexer-core 5.1.1 org.apache.maven.plugins maven-shade-plugin 3.1.0 package shade org.apache.lucene org.apache.maven.indexer.lucene The resulting POM consists of...
Eclipse Tycho (a Maven plugin used to build OSGi bundles with Maven) has a `.mvn/extensions.xml` build extension that allows [POM-less builds](https://wiki.eclipse.org/Tycho/Release_Notes/0.24#POM-less_Tycho_builds) for projects with a certain `` to not have...
The FAQ state the [following](https://www.mojohaus.org/xml-maven-plugin/faq.html#ClassLoader_Resources): >The plugin attempts to resolve resources through the class loader automatically. Alternatively, you can enforce using the class loader, if you specify your resource with...
At the moment, defining an `` of the `validate` or `transform` goals in a **parent POM**, meant to be reused across various child projects, is really cumbersome since is requires...
When checking (X)HTML documents for correct indentation, I run into some strange false-positives. The following minimal (X)HTML document is the result of some systematic exploration on my part. It should...
The `manifest` goal of the latest released version (4.1) fails with an IAE when I have a `compile`-scoped dependency on ````xml org.junit.jupiter junit-jupiter-api 5.2.0 ```` (Why `compile` rather than `test`-scoped?...