|
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>scormcloud-api-v2-client</name> |
8 | 8 | <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> |
10 | 19 | <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> |
17 | 26 | </developers> |
18 | 27 |
|
19 | 28 | <scm> |
|
151 | 160 | </execution> |
152 | 161 | </executions> |
153 | 162 | </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> |
154 | 178 | <plugin> |
155 | 179 | <groupId>org.apache.maven.plugins</groupId> |
156 | 180 | <artifactId>maven-source-plugin</artifactId> |
|
164 | 188 | </execution> |
165 | 189 | </executions> |
166 | 190 | </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> |
167 | 202 | </plugins> |
168 | 203 | </build> |
169 | 204 |
|
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> |
204 | 205 |
|
205 | 206 | <dependencies> |
206 | 207 | <dependency> |
|
0 commit comments