Usage of dependency-reduced-pom.xml from maven-shade-plugin in a multi-module/reactor project

2019-03-15 Thread Kyle Marek
I am having a dependency conflict issue in a project I am working on. Specifically, a dependency of a dependency of a dependency depends on Jersey 1.9 for internal client purposes, while I am using Jersey 2.28 in implementing a REST interface for the high level functionality of the project. Since

[ANN] Apache Maven Resolver Version 1.3.3 Released

2019-03-15 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.3.3. https://maven.apache.org/resolver/ Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution. Maven Artifact Resolver deals with the specification

GSON with Maven in NetBeans

2019-03-15 Thread Александр Тарасов
My question. I loaded The gson library only as a folder, not a jar file. However, NetBeans requires that you install this library as files  * gson-2.8.0.jar(classpath) * gson-2.8.0-sources.jar * gson-2.8.0-javadoc.jar. How can I use Maven to convert folders to files? -- Александр Тарасов