Skip to content

Commit dae6ff1

Browse files
committed
Updates pom for maven release
1 parent c5885d2 commit dae6ff1

File tree

1 file changed

+42
-41
lines changed

1 file changed

+42
-41
lines changed

pom.xml

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@
66
<packaging>jar</packaging>
77
<name>scormcloud-api-v2-client</name>
88
<version>1.0.0-beta</version>
9-
9+
<description>Swagger Generated Java Client for SCORM Cloud API v2</description>
10+
<url>https://rusticisoftware.com/products/scorm-cloud/api/</url>
11+
<licenses>
12+
<license>
13+
<name>Apache License, Version 2.0</name>
14+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
15+
<distribution>repo</distribution>
16+
<comments>A business-friendly OSS license</comments>
17+
</license>
18+
</licenses>
1019
<developers>
11-
<developer>
12-
<name>Rustici Software</name>
13-
<email>systems@rusticisoftware.com</email>
14-
<organization>Rustici Software</organization>
15-
<organizationUrl>https://rusticisoftware.com</organizationUrl>
16-
</developer>
20+
<developer>
21+
<name>Rustici Software</name>
22+
<email>systems@rusticisoftware.com</email>
23+
<organization>Rustici Software</organization>
24+
<organizationUrl>https://rusticisoftware.com</organizationUrl>
25+
</developer>
1726
</developers>
1827

1928
<scm>
@@ -151,6 +160,21 @@
151160
</execution>
152161
</executions>
153162
</plugin>
163+
164+
<plugin>
165+
<groupId>org.apache.maven.plugins</groupId>
166+
<artifactId>maven-gpg-plugin</artifactId>
167+
<version>1.5</version>
168+
<executions>
169+
<execution>
170+
<id>sign-artifacts</id>
171+
<phase>verify</phase>
172+
<goals>
173+
<goal>sign</goal>
174+
</goals>
175+
</execution>
176+
</executions>
177+
</plugin>
154178
<plugin>
155179
<groupId>org.apache.maven.plugins</groupId>
156180
<artifactId>maven-source-plugin</artifactId>
@@ -164,43 +188,20 @@
164188
</execution>
165189
</executions>
166190
</plugin>
191+
<plugin>
192+
<groupId>org.sonatype.plugins</groupId>
193+
<artifactId>nexus-staging-maven-plugin</artifactId>
194+
<version>1.6.7</version>
195+
<extensions>true</extensions>
196+
<configuration>
197+
<serverId>ossrh</serverId>
198+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
199+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
200+
</configuration>
201+
</plugin>
167202
</plugins>
168203
</build>
169204

170-
<profiles>
171-
<profile>
172-
<id>sign-artifacts</id>
173-
<build>
174-
<plugins>
175-
<plugin>
176-
<groupId>org.apache.maven.plugins</groupId>
177-
<artifactId>maven-gpg-plugin</artifactId>
178-
<version>1.5</version>
179-
<executions>
180-
<execution>
181-
<id>sign-artifacts</id>
182-
<phase>verify</phase>
183-
<goals>
184-
<goal>sign</goal>
185-
</goals>
186-
</execution>
187-
</executions>
188-
</plugin>
189-
<plugin>
190-
<groupId>org.sonatype.plugins</groupId>
191-
<artifactId>nexus-staging-maven-plugin</artifactId>
192-
<version>1.6.7</version>
193-
<extensions>true</extensions>
194-
<configuration>
195-
<serverId>ossrh</serverId>
196-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
197-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
198-
</configuration>
199-
</plugin>
200-
</plugins>
201-
</build>
202-
</profile>
203-
</profiles>
204205

205206
<dependencies>
206207
<dependency>

0 commit comments

Comments
 (0)