diff --git a/pom.xml b/pom.xml index 9872924d..e59b1ceb 100644 --- a/pom.xml +++ b/pom.xml @@ -189,7 +189,7 @@ install-file - ${project.build.directory}/${project.build.finalName}.jar + ${project.build.directory}${file.separator}${project.build.finalName}.jar ${project.groupId} ${project.artifactId} ${project.version} @@ -203,7 +203,7 @@ install-file - ${basedir}/pom.xml + ${basedir}${file.separator}pom.xml ${project.groupId} ${project.artifactId} ${project.version} @@ -217,7 +217,7 @@ install-file - ${project.build.directory}/${project.build.finalName}-javadoc.jar + ${project.build.directory}${file.separator}${project.build.finalName}-javadoc.jar ${project.groupId} ${project.artifactId} ${project.version} @@ -232,7 +232,7 @@ install-file - ${project.build.directory}/${project.build.finalName}-sources.jar + ${project.build.directory}${file.separator}${project.build.finalName}-sources.jar ${project.groupId} ${project.artifactId} ${project.version} @@ -362,28 +362,28 @@ - ${project.build.outputDirectory}/ch/qos/logback/ - ${project.build.outputDirectory}/com/intellij/ - ${project.build.outputDirectory}/com/sun/ + ${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}/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}/com/github/javaparser/ + ${project.build.outputDirectory}${file.separator}de${file.separator}tum${file.separator}cit${file.separator}ase${file.separator}ares${file.separator}api${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}/org/gradle/ - ${project.build.outputDirectory}/worker/org/gradle/ + + ${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} @@ -415,11 +415,11 @@ - ${basedir}/.settings/eclipse-rules.importorder + ${basedir}${file.separator}.settings${file.separator}eclipse-rules.importorder 4.17.0 - ${basedir}/.settings/eclipse-formatter-rules.xml + ${basedir}${file.separator}.settings${file.separator}eclipse-formatter-rules.xml @@ -620,7 +620,7 @@ internal - file://${project.build.directory}/mvn-repo + file://${project.build.directory}${file.separator}mvn-repo @@ -636,7 +636,7 @@ 1 -javaagent:${project.build.directory}${file.separator}${project.artifactId}-${project.version}-agent.jar - -Xbootclasspath/a:${user.home}/.m2/repository/org/aspectj/aspectjrt/${aspectj.version}/aspectjrt-${aspectj.version}.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