add property with which jar Built-By manifest attribute can be customized
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/e2adb127 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/e2adb127 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/e2adb127 Branch: refs/heads/master Commit: e2adb1270a23a8d2a04125549493d8c875ebdd17 Parents: e8b2a83 Author: Matt Benson <[email protected]> Authored: Thu Oct 18 13:51:25 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Thu Oct 18 13:51:25 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/e2adb127/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b889026..96d7aeb 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,7 @@ <site.url>scm:svn:https://svn.apache.org/repos/infra/websites/production/bval/content/mvnsite</site.url> <site.server>bval.site</site.server> <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> + <built.by>${user.name}</built.by> </properties> <inceptionYear>2010</inceptionYear> @@ -427,6 +428,7 @@ <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> <manifestEntries> + <Built-By>${built.by}</Built-By> <Implementation-Build>${buildNumber}</Implementation-Build> <Specification-Title>Bean Validation</Specification-Title> <Specification-Version>2.0</Specification-Version>
