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 name: ${project.artifactId}
group: org.gcube.service group: ${project.groupId}
version: 1.0.0 version: ${project.version}
description: HelloWorld Service description: ${project.description}
excludes: excludes:
- path: /excluded - path: /excluded
- path: /guest - path: /guest