-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
The vote will end on 1/8/2017
+1 from me.
The batik 1.9 nexus release was built by hand and had a few errors due to some poms having
wrong info.
I have rebuilt batik maven artifacts using:
mvn clean javadoc:jar source:jar repository:bundle-create -B
Followed by signing using:
import os
def addasc(bundle, afile):
os.system('jar xf ' + bundle + ' ' + afile)
if os.path.exists(afile):
os.system('gpg --armor --detach-sign --force-v3-sigs --batch --verbose ' + afile)
os.system('jar uf ' + bundle + ' ' + afile + '.asc')
os.remove(afile)
os.remove(afile + '.asc')
for bundle in os.listdir('.'):
if bundle.endswith('bundle.jar'):
addasc(bundle, 'pom.xml')
addasc(bundle, bundle.replace('-bundle', ''))
addasc(bundle, bundle.replace('-bundle', '-javadoc'))
addasc(bundle, bundle.replace('-bundle', '-sources'))
Can be tested using in a pom:
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-all</artifactId>
<version>1.9.1</version>
</dependency>
And settings.xml:
<settings>
<profiles>
<profile>
<id>myprofile</id>
<repositories>
<repository>
<id>my-repo2</id>
<name>your custom repo</name>
<url>https://repository.apache.org/content/repositories/staging</url>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>myprofile</activeProfile>
</activeProfiles>
</settings>
Thanks
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJZd2BIAAoJEFuT8d98223qFjkQAKPlUFQvZKpcAQx6Bgsmo2dM
cznDGq0vVONaBPxL3duD6hrtNOqOU/WeBnDtJjD+IWiEzy8l2S83iPOShRoRH1B4
pKVs+jMRb0KvoZTvaH4m+HugY8rDnXYqZo0D9Cjwbz9nsVPvZcYaer/V7I9NzCEa
KWeA1zaPDmjYS0YiPVE1ReQDn7qMAP/OXokPRXRm1XW+wuqleijtm1snKzrLP02a
vBs1u5KtuqjtBSS5LZjMK/uG80avmnCfXMYnAr82XWP8KdCaVCeoDuIFbPoMqw5P
OJx76tSef6ZE9x6O5hkj3ws5s8yZ9nIJKo+Ui9F2FderTLF+y2xkibV2FpGaCHXM
aDBJUqwOtq16lXXke02/w6gpBR14sNXH2pOifQD99VVNp8LHku6h00xoI8vcL2Ea
Nmg1cjPbp0L848AufsQKyCqO8BF1QalnXR3sYT8xg/0+zkzXT6P2SKQtUqd+ZNSI
zvVGlqZ/QiKJOUzZ0vKNh5bmvb1a6qIMmvSGo2D0NFVZzag4YZL6Hw6tvJpxMdmz
KkamDpVsV0siNq5VFZ1nIMxpIrZT3X8G4IhbgW7cZ+VTGQNKgWDRysice47wMyFT
3fNWVatsfbN723Sv+AkJ9DLMFvYjd6zEmCYLXhnl4s+N5iiNcVaB12BfbNvFM1bf
QRfEzwul/Zfuto57CNbL
=+IS+
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org
|