+1

2017-07-27 17:49 GMT+02:00 Matthias Reischenbacher <matthias8...@gmx.at>:
> +1
>
> On 25.07.2017 12:15, Simon Steiner wrote:
>> 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>



-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: general-h...@xmlgraphics.apache.org

Reply via email to