A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/DocRaptor/docraptor-java/commit/1aef52086895f6b738cdf3b40712760fc9bf4f90 below:

maven-gpg-plugin · DocRaptor/docraptor-java@1aef520 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+16

-25

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+16

-25

lines changed Original file line number Diff line number Diff line change

@@ -117,6 +117,7 @@ If you haven't released before, please see the [release setup guide](RELEASE_SET

117 117

8. Tag version: `git tag 'vX.Y.Z' && git push --tags`

118 118

9. `eval $(gpg-agent --daemon)`

119 119

10. `gpg --use-agent --armor --detach-sign` and press ^C after authenticating

120 +

- if you run into issues with gpg [this](https://stackoverflow.com/questions/57591432/gpg-signing-failed-inappropriate-ioctl-for-device-on-macos-with-maven) might help

120 121

11. `mvn clean deploy`

121 122

12. Verify package release at [Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.docraptor%22%20AND%20a%3A%22docraptor%22) (takes anywhere from minutes to days)

122 123

13. Use the git tag and make a new release with `target/docraptor-*` attached, https://github.com/DocRaptor/docraptor-java/tags

Original file line number Diff line number Diff line change

@@ -83,10 +83,24 @@

83 83

</execution>

84 84

</executions>

85 85

</plugin>

86 +

<plugin>

87 +

<groupId>org.apache.maven.plugins</groupId>

88 +

<artifactId>maven-gpg-plugin</artifactId>

89 +

<version>1.6</version>

90 +

<executions>

91 +

<execution>

92 +

<id>sign-artifacts</id>

93 +

<phase>verify</phase>

94 +

<goals>

95 +

<goal>sign</goal>

96 +

</goals>

97 +

</execution>

98 +

</executions>

99 +

</plugin>

86 100

<plugin>

87 101

<groupId>org.sonatype.plugins</groupId>

88 102

<artifactId>nexus-staging-maven-plugin</artifactId>

89 -

<version>1.6</version>

103 +

<version>1.6.8</version>

90 104

<extensions>true</extensions>

91 105

<configuration>

92 106

<serverId>ossrh</serverId>

@@ -184,30 +198,6 @@

184 198

</plugins>

185 199

</build>

186 200 187 -

<profiles>

188 -

<profile>

189 -

<id>sign-artifacts</id>

190 -

<build>

191 -

<plugins>

192 -

<plugin>

193 -

<groupId>org.apache.maven.plugins</groupId>

194 -

<artifactId>maven-gpg-plugin</artifactId>

195 -

<version>1.5</version>

196 -

<executions>

197 -

<execution>

198 -

<id>sign-artifacts</id>

199 -

<phase>verify</phase>

200 -

<goals>

201 -

<goal>sign</goal>

202 -

</goals>

203 -

</execution>

204 -

</executions>

205 -

</plugin>

206 -

</plugins>

207 -

</build>

208 -

</profile>

209 -

</profiles>

210 - 211 201

<dependencies>

212 202

<dependency>

213 203

<groupId>io.swagger</groupId>

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4