Skip to content

Commit

Permalink
Fixed missing Quality Profile and POM problem
Browse files Browse the repository at this point in the history
  • Loading branch information
miklein committed Nov 27, 2014
1 parent fdf68a9 commit 385dede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.2</version>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.sonar</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/org/sonar/plugins/scala/ScalaPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public List getExtensions() {

Scala.class,
ScalaColorizerFormat.class,
ScalaDefaultProfile.class,
BaseMetricsSensor.class,
SurefireSensor.class,
CoberturaSensor.class
Expand Down

0 comments on commit 385dede

Please sign in to comment.