Skip to content

Commit

Permalink
Revert temporary "fix(release): adjustments for Maven release"
Browse files Browse the repository at this point in the history
This reverts commit 81714df.
  • Loading branch information
Leonhardt Wille committed Jul 1, 2020
1 parent aff8c30 commit 2c84281
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<!-- disable javadoc linter for JDK8 to not fail on incomplete javadoc -->
<additionalparam>-Xdoclint:none</additionalparam>
<plugin.version.gpg>1.6</plugin.version.gpg>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -151,28 +150,6 @@
<build>
<defaultGoal>clean install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
<gpgArguments>
<arg>--batch</arg>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
Expand Down

0 comments on commit 2c84281

Please sign in to comment.