[VIVO-1222] Add revisionInfo to build
This commit is contained in:
parent
4dfffe88a2
commit
4e7802d34c
3 changed files with 44 additions and 0 deletions
|
@ -40,6 +40,12 @@
|
|||
<type>war</type>
|
||||
</overlay>
|
||||
</overlays>
|
||||
<webResources>
|
||||
<resource>
|
||||
<directory>src/main/webResources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</webResources>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
${build.timestamp}
|
||||
VIVO ~ ${project.version} ~ ${buildNumber}
|
Loading…
Add table
Add a link
Reference in a new issue