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