Fix SonarQube scan
zdm/event-bus/pipeline/head This commit looks good Details

pull/34/head
Kai S. K. Engelbart 2022-01-09 11:49:10 +01:00
parent a8810c497f
commit c5607d12ae
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
3 changed files with 7 additions and 10 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
}
steps {
withSonarQubeEnv('KSKE SonarQube') {
sh "$SONAR_MAVEN_GOAL"
sh 'mvn sonar:sonar'
}
}
}

View File

@ -16,17 +16,17 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="home/kske/git/event-bus/event-bus-ap">
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@ -24,9 +24,6 @@
<build>
<!-- Disable test folder -->
<testSourceDirectory />
<plugins>
<!-- Prevent annotation processing error during compilation -->