Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
nfs4j
Commits
741cd86f
Commit
741cd86f
authored
Feb 22, 2010
by
Tigran Mkrtchyan
☕
Browse files
build: include build timestamp into creted jar files
parent
2af2c69b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
741cd86f
...
...
@@ -69,6 +69,7 @@
<mode>
development
</mode>
<Implementation-Build>
${buildNumber}
</Implementation-Build>
<url>
${pom.url}
</url>
<Build-Time>
${maven.build.timestamp}
</Build-Time>
</manifestEntries>
</archive>
</configuration>
...
...
@@ -92,6 +93,7 @@
<mode>
development
</mode>
<Implementation-Build>
${buildNumber}
</Implementation-Build>
<url>
${pom.url}
</url>
<Build-Time>
${maven.build.timestamp}
</Build-Time>
</manifestEntries>
</archive>
</configuration>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment