Re: Maven goal for dependencies

2020-11-11 Thread Karl Heinz Marbaise
On 11.11.20 10:16, Milan Tomic wrote: Hello I have a Maven Java project which produces a JAR (packaging = JAR). I am using external SonarQube scanner to scan my source code (SonarQube is not configured inside pom.xml). I am first building my project using "mvn clean package", then I execute

Re: Maven goal for dependencies

2020-11-11 Thread Oliver B. Fischer
mvn dependency:copy-dependencies might be your friend... https://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html Am 11.11.20 um 10:16 schrieb Milan Tomic: Hello I have a Maven Java project which produces a JAR (packaging = JAR). I am using external SonarQube

Maven goal for dependencies

2020-11-11 Thread Milan Tomic
Hello I have a Maven Java project which produces a JAR (packaging = JAR). I am using external SonarQube scanner to scan my source code (SonarQube is not configured inside pom.xml). I am first building my project using "mvn clean package", then I execute SonarQube Scanner on it. The issue is