Skip to content

Commit

Permalink
Setting sonar.artifact.path to fcrepo-webapp generated war
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Jun 20, 2013
1 parent 2a0bc5f commit 27e992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcrepo-webapp/pom.xml
Expand Up @@ -23,7 +23,7 @@
<jmeter.log.dir>${project.build.directory}${file.separator}jmeter${file.separator}log</jmeter.log.dir>

<!-- sonar -->
<sonar.artifact.path>${project.build.directory}${file.separator}${artifactId}.war</sonar.artifact.path>
<sonar.artifact.path>${project.build.directory}${file.separator}${project.artifactId}-${project.version}.war</sonar.artifact.path>
</properties>

<dependencies>
Expand Down

0 comments on commit 27e992c

Please sign in to comment.