Skip to content

Commit

Permalink
Replace ${artifactId} by ${project.artifactId}
Browse files Browse the repository at this point in the history
${artifactId} is deprecated.
  • Loading branch information
cescoffier committed Jun 4, 2015
1 parent b4a9329 commit 7407942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven-simplest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</transformers>
<artifactSet>
</artifactSet>
<outputFile>${project.build.directory}/${artifactId}-${project.version}-fat.jar</outputFile>
<outputFile>${project.build.directory}/${project.artifactId}-${project.version}-fat.jar</outputFile>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion maven-verticle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</transformers>
<artifactSet>
</artifactSet>
<outputFile>${project.build.directory}/${artifactId}-${project.version}-fat.jar</outputFile>
<outputFile>${project.build.directory}/${project.artifactId}-${project.version}-fat.jar</outputFile>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7407942

Please sign in to comment.