Skip to content

Commit

Permalink
Re-order POM to match recommended order
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronschmidt committed Oct 3, 2019
1 parent 37ef6e9 commit 44518ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonarqube-scanner-maven/maven-multimodule/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<sonar.coverage.jacoco.xmlReportPaths>${basedir}/../${aggregate.report.dir}</sonar.coverage.jacoco.xmlReportPaths>
</properties>

<name>Tests</name>

<dependencies>
<dependency>
<groupId>org.sonarqube</groupId>
Expand All @@ -28,8 +30,6 @@
</dependency>
</dependencies>

<name>Tests</name>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 44518ae

Please sign in to comment.