Skip to content

Commit

Permalink
Merge pull request #27 from derek63/fix-config-for-sonar-2
Browse files Browse the repository at this point in the history
Restore name, define explicit Sonar properties
  • Loading branch information
derek63 committed Sep 26, 2017
2 parents 7c46b50 + cef48ac commit ed1413b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<artifactId>esb-common-gateway</artifactId>
<packaging>jar</packaging>
<version>1.1.0-SNAPSHOT</version>
<name>esb-gateways: ${project.groupId}|${project.artifactId}</name>
<description>ESB Resubmit Gateway</description>
<licenses>
<license>
Expand All @@ -18,6 +19,9 @@
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<sonar.projectName>esb-common-gateway</sonar.projectName>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<artifactId>esb-gateways</artifactId>
<packaging>pom</packaging>
<version>1.1.0-SNAPSHOT</version>
<name>esb-gateways: ${project.groupId}|${project.artifactId}</name>
<description>ESB Gateways</description>
<licenses>
<license>
Expand Down Expand Up @@ -45,6 +46,8 @@
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.compiler.debuglevel>lines,vars,source</maven.compiler.debuglevel>
<maven.compiler.verbose>true</maven.compiler.verbose>
<sonar.projectName>esbtools: esb-gateways</sonar.projectName>
<sonar.exclusions>**/*Test.java,**/*Exception.java</sonar.exclusions>
</properties>
<distributionManagement>
<repository>
Expand Down
2 changes: 2 additions & 0 deletions resubmit-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<artifactId>esb-resubmit-gateway</artifactId>
<packaging>war</packaging>
<version>1.1.0-SNAPSHOT</version>
<name>esb-gateways: ${project.groupId}|${project.artifactId}</name>
<description>ESB Resubmit Gateway</description>
<licenses>
<license>
Expand All @@ -26,6 +27,7 @@
<rpm.groupname>jboss</rpm.groupname>
<rpm.war.directory>/var/lib/jbossas/standalone/deployments</rpm.war.directory>
<rpm.jcliff.directory>/etc/redhat/eap6</rpm.jcliff.directory>
<sonar.projectName>esb-resubmit-gateway</sonar.projectName>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions resync-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<artifactId>esb-resync-gateway</artifactId>
<packaging>war</packaging>
<version>1.1.0-SNAPSHOT</version>
<name>esb-gateways: ${project.groupId}|${project.artifactId}</name>
<description>ESB Resync Gateway</description>
<licenses>
<license>
Expand All @@ -26,6 +27,7 @@
<rpm.groupname>jboss</rpm.groupname>
<rpm.war.directory>/var/lib/jbossas/standalone/deployments</rpm.war.directory>
<rpm.jcliff.directory>/etc/redhat/eap6</rpm.jcliff.directory>
<sonar.projectName>esb-resubmit-gateway</sonar.projectName>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit ed1413b

Please sign in to comment.