using maven variable instead of fixed string

This commit is contained in:
Luca Frosini 2024-05-22 11:19:10 +02:00
parent b165c78047
commit 2758c95c4f
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
name: helloworld
group: org.gcube.service
version: 1.0.0
description: HelloWorld Service
name: ${project.artifactId}
group: ${project.groupId}
version: ${project.version}
description: ${project.description}
excludes:
- path: /excluded
- path: /guest