using maven variable instead of fixed string
This commit is contained in:
parent
b165c78047
commit
2758c95c4f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue