Skip to content

Commit

Permalink
Updated lifecycle so gpg:sign works in mvn source 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Oct 20, 2023
1 parent 8557242 commit 216ead5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<url>https://github.com/jhy/jsoup</url>
<connection>scm:git:https://github.com/jhy/jsoup.git</connection>
<!-- <developerConnection>scm:git:git@github.com:jhy/jsoup.git</developerConnection> -->
<tag>jsoup-1.16.1</tag>
<tag>jsoup-1.16.2</tag>
</scm>
<organization>
<name>Jonathan Hedley</name>
Expand Down Expand Up @@ -94,13 +94,12 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<doclint>none</doclint>
<source>8</source>
<doclint>none</doclint>
<source>8</source>
</configuration>
<executions>
<execution>
<id>attach-javadoc</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
Expand All @@ -119,9 +118,8 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down Expand Up @@ -292,7 +290,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down

0 comments on commit 216ead5

Please sign in to comment.