From 97fe7a074098158f427fa7702d1c5efe07dcfa3b Mon Sep 17 00:00:00 2001 From: Markus Paulsen Date: Tue, 29 Oct 2024 17:34:23 +0100 Subject: [PATCH] Fixed de.tum.cit.ase.ares.api.security.ConfigurationException --- pom.xml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 826bb53b..97f05189 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,12 @@ 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 + + ${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 + @@ -206,7 +210,8 @@ install-file - ${basedir}${file.separator}pom.xml + ${basedir}${file.separator}pom.xml + ${project.groupId} ${project.artifactId} ${project.version} @@ -220,7 +225,8 @@ install-file - ${project.build.directory}${file.separator}${project.build.finalName}-javadoc.jar + ${project.build.directory}${file.separator}${project.build.finalName}-javadoc.jar + ${project.groupId} ${project.artifactId} ${project.version} @@ -235,7 +241,8 @@ install-file - ${project.build.directory}${file.separator}${project.build.finalName}-sources.jar + ${project.build.directory}${file.separator}${project.build.finalName}-sources.jar + ${project.groupId} ${project.artifactId} ${project.version} @@ -365,12 +372,14 @@ - ${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/ @@ -421,7 +430,8 @@ 4.17.0 - ${basedir}${file.separator}.settings${file.separator}eclipse-formatter-rules.xml + ${basedir}${file.separator}.settings${file.separator}eclipse-formatter-rules.xml +