Repository: flex-flexunit Updated Branches: refs/heads/develop 0ed716874 -> 5f1b257e6
Added an option to select a pgp key for signing. Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/b15e96fe Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/b15e96fe Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/b15e96fe Branch: refs/heads/develop Commit: b15e96fede0718f59313a086781eaddfa92647ed Parents: 1cf55d5 Author: Christofer Dutz <[email protected]> Authored: Sat Mar 28 18:11:46 2015 +0100 Committer: Christofer Dutz <[email protected]> Committed: Sat Mar 28 18:11:46 2015 +0100 ---------------------------------------------------------------------- utils.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/b15e96fe/utils.xml ---------------------------------------------------------------------- diff --git a/utils.xml b/utils.xml index cafbe05..c8bbd69 100644 --- a/utils.xml +++ b/utils.xml @@ -30,6 +30,7 @@ <property name="maven-staging-repository-url" value="https://repository.apache.org/service/local/staging/deploy/maven2" /> <property name="maven-pgp-passphrase" value=""/> + <property name="maven-pgp-keyname" value=""/> <macrodef name="apache-deploy"> <attribute name="binaryFile"/> @@ -71,6 +72,7 @@ <artifact:arg value="-DpomFile=@{todir}/pom.xml"/> <artifact:arg value="-Dfile=@{todir}/@{artifact}-@{version}.@{type}"/> <artifact:arg value="-Dgpg.passphrase=${maven-pgp-passphrase}"/> + <artifact:arg value="-Dgpg.keyname=${maven-pgp-keyname}"/> <artifact:arg value="-Pgpg"/> </artifact:mvn> @@ -86,6 +88,7 @@ <artifact:arg value="-Dfile=@{todir}/@{artifact}-@{version}-sources.@{type}"/> <artifact:arg value="-Dclassifier=sources"/> <artifact:arg value="-Dgpg.passphrase=${maven-pgp-passphrase}"/> + <artifact:arg value="-Dgpg.keyname=${maven-pgp-keyname}"/> <artifact:arg value="-Pgpg"/> </artifact:mvn> @@ -98,6 +101,7 @@ <artifact:arg value="-Dfile=@{todir}/@{artifact}-@{version}-javadoc.@{type}"/> <artifact:arg value="-Dclassifier=javadoc"/> <artifact:arg value="-Dgpg.passphrase=${maven-pgp-passphrase}"/> + <artifact:arg value="-Dgpg.keyname=${maven-pgp-keyname}"/> <artifact:arg value="-Pgpg"/> </artifact:mvn> </then>
