From 25c82f92f7574b5513ea54f246111e6d8b0c28e4 Mon Sep 17 00:00:00 2001 From: Markus Paulsen Date: Tue, 29 Oct 2024 17:29:56 +0100 Subject: [PATCH] Try to indentify de.tum.cit.ase.ares.api.security.ConfigurationException --- pom.xml | 54 ++++++++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index e59b1ceb..826bb53b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,9 @@ 23E62BB282A473EE4DDA2F8763EFD39363D21A8D 1.9.22 + + ${project.build.directory}${file.separator}${project.artifactId}-${project.version}-agent.jar + ${user.home}${file.separator}.m2${file.separator}repository${file.separator}org${file.separator}aspectj${file.separator}aspectjrt${file.separator}${aspectj.version}${file.separator}aspectjrt-${aspectj.version}.jar @@ -362,28 +365,27 @@ - ${project.build.outputDirectory}${file.separator}ch${file.separator}qos${file.separator}logback${file.separator} - ${project.build.outputDirectory}${file.separator}com${file.separator}intellij${file.separator} - ${project.build.outputDirectory}${file.separator}com${file.separator}sun${file.separator} - - ${project.build.outputDirectory}${file.separator}java${file.separator} - ${project.build.outputDirectory}${file.separator}javax${file.separator} - ${project.build.outputDirectory}${file.separator}jdk${file.separator} - ${project.build.outputDirectory}${file.separator}net${file.separator}jqwik${file.separator} - ${project.build.outputDirectory}${file.separator}org${file.separator}apache${file.separator} - ${project.build.outputDirectory}${file.separator}org${file.separator}assertj${file.separator} - ${project.build.outputDirectory}${file.separator}org${file.separator}eclipse${file.separator} - ${project.build.outputDirectory}${file.separator}org${file.separator}jacoco${file.separator} - ${project.build.outputDirectory}${file.separator}org${file.separator}json${file.separator} - ${project.build.outputDirectory}${file.separator}org${file.separator}junit${file.separator} - ${project.build.outputDirectory}${file.separator}org${file.separator}opentest4j${file.separator} - ${project.build.outputDirectory}${file.separator}sun${file.separator} - ${project.build.outputDirectory}${file.separator}com${file.separator}github${file.separator}javaparser${file.separator} - - - ${project.build.outputDirectory}${file.separator}org${file.separator}gradle${file.separator} - ${project.build.outputDirectory}${file.separator}worker${file.separator}org${file.separator}gradle${file.separator} + ${project.build.outputDirectory}/abc/def/ + ${project.build.outputDirectory}/ch/qos/logback/ + ${project.build.outputDirectory}/com/github/javaparser/ + ${project.build.outputDirectory}/com/intellij/ + ${project.build.outputDirectory}/com/sun/ + ${project.build.outputDirectory}/de/tum/cit/ase/ares/api/ + ${project.build.outputDirectory}/de/tum/in/test/api/ + ${project.build.outputDirectory}/java/ + ${project.build.outputDirectory}/javax/ + ${project.build.outputDirectory}/jdk/ + ${project.build.outputDirectory}/net/jqwik/ + ${project.build.outputDirectory}/org/apache/ + ${project.build.outputDirectory}/org/assertj/ + ${project.build.outputDirectory}/org/eclipse/ + ${project.build.outputDirectory}/org/jacoco/ + ${project.build.outputDirectory}/org/json/ + ${project.build.outputDirectory}/org/junit/ + ${project.build.outputDirectory}/org/opentest4j/ + ${project.build.outputDirectory}/sun/ + ${project.build.outputDirectory}/org/gradle/ + ${project.build.outputDirectory}/worker/org/gradle/ @@ -460,9 +462,7 @@ 3.5.1 1 - -javaagent:${project.build.directory}${file.separator}${project.artifactId}-${project.version}-agent.jar - -Xbootclasspath/a:${user.home}${file.separator}.m2${file.separator}repository${file.separator}org${file.separator}aspectj${file.separator}aspectjrt${file.separator}${aspectj.version}${file.separator}aspectjrt-${aspectj.version}.jar - + -javaagent:${instrumentation-path} -Xbootclasspath/a:${aspectj-path} @@ -635,9 +635,7 @@ 3.3.0 1 - -javaagent:${project.build.directory}${file.separator}${project.artifactId}-${project.version}-agent.jar - -Xbootclasspath/a:${user.home}${file.separator}.m2${file.separator}repository${file.separator}org${file.separator}aspectj${file.separator}aspectjrt${file.separator}${aspectj.version}${file.separator}aspectjrt-${aspectj.version}.jar - + -javaagent:${instrumentation-path} -Xbootclasspath/a:${aspectj-path}