Use of ${artifactId} is deprecated and should be updated to ${project.artifactId}
This commit is contained in:
parent
a9b7111b39
commit
14487261d0
2
pom.xml
2
pom.xml
@ -58,7 +58,7 @@
|
||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||
<sonar.organization>iluwatar</sonar.organization>
|
||||
<sonar.projectKey>iluwatar_java-design-patterns</sonar.projectKey>
|
||||
<sonar.moduleKey>${artifactId}</sonar.moduleKey>
|
||||
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
|
||||
<sonar.projectName>Java Design Patterns</sonar.projectName>
|
||||
</properties>
|
||||
<modules>
|
||||
|
Loading…
x
Reference in New Issue
Block a user