Repository: pdfbox-jbig2 Updated Branches: refs/heads/master 9ebf7b1ca -> 902947806
PDFBOX-3906: removed not needed build option Project: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/commit/90294780 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/tree/90294780 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/diff/90294780 Branch: refs/heads/master Commit: 902947806bd315e16a55134b8ea8bba3bef10d4b Parents: 9ebf7b1 Author: Andreas Lehmkühler <andr...@lehmi.de> Authored: Thu Dec 7 19:55:11 2017 +0100 Committer: Andreas Lehmkühler <andr...@lehmi.de> Committed: Thu Dec 7 19:55:11 2017 +0100 ---------------------------------------------------------------------- pom.xml | 32 -------------------------------- 1 file changed, 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/90294780/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d71a28a..79ab6df 100644 --- a/pom.xml +++ b/pom.xml @@ -350,38 +350,6 @@ </plugins> </build> </profile> - <profile> - <id>release-sign-artifacts</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.1</version> - <configuration> - <homedir>${levigo-jbig2-imageio.gpg.homedir}</homedir> - <keyname>${levigo-jbig2-imageio.gpg.keyname}</keyname> - <passphrase>${levigo-jbig2-imageio.gpg.passphrase}</passphrase> - </configuration> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> </profiles> </project>