-
### Description
The maven folder needs to be better ordered and structured.
The idea behind the restructure is to organize the modules that work together under the same parents.
If you take a…
-
`pom.xml` with the non-existent `abc/def` dependency:
```xml
4.0.0
foo
bar
jar
1.0.0
foo
abc
def
1.2.3
```
Command:
> CDXGEN_DEBUG_MODE=debug PREFER…
-
It's kind of weird. The setup actually does what we want.. We want to replace an old managed dependency from parent-X.1 with a new managed dependency from parent-X.2. However, the behavior seems we…
-
While trying to use jwt-jwks-kt I realized that, unlike the ecdsa artifact, it is not published.
Has it only been forgotten, or is there a reason it is not included?
While I can work with a local…
-
While working on a code example for the HS-SR04 sensor, I noticed that the repository currently lacks a basic CI setup (even just for compile checks) and an embedded Maven wrapper to ensure consistent…
-
- Update Maven version used by Maven Wrapper to `4.0.0-beta3` .
- It is hard to imagine that more than 1000 lines of XML are needed to resolve the dependency conflict of HiveServer2 JDBC Driver. Mave…
-
How should we deal with the scenario where a maven module produces several types of output, for example both a 'regular' jar (with regular dependencies) and a 'fat' jar (with some of the dependencies …
-
### Describe the bug
On a project I work on regularly, I've been noticing that metals seems to intermittently crash.
In the metals log file I see:
```
SEVERE: A severe compiler error occurred, f…
-
The following example uses a Mixin to add an ArgGroup which contains two boolean flags.
```java
import picocli.CommandLine;
import picocli.CommandLine.ArgGroup;
import picocli.CommandLine.Comman…
-
[TIBCO_BWCE_MavenArchetype_Approach - Copy.docx](https://github.com/TIBCOSoftware/bw6-plugin-maven/files/3286069/TIBCO_BWCE_MavenArchetype_Approach.-.Copy.docx)
Maven Plugin version: 2.2.0
Maven…