|
52 | 52 |
|
53 | 53 | <!-- Maven plugins -->
|
54 | 54 | <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
|
55 |
| - <maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version> |
56 | 55 | <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
|
57 | 56 | <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
|
58 | 57 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
|
59 | 58 | <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
|
60 | 59 | <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
|
61 |
| - <nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version> |
62 | 60 | <moditect-maven-plugin.version>1.2.2.Final</moditect-maven-plugin.version>
|
63 | 61 |
|
64 | 62 | <!-- Dependencies -->
|
|
78 | 76 | <moditect.module.name>de.sonallux.spotify</moditect.module.name>
|
79 | 77 | </properties>
|
80 | 78 |
|
81 |
| - <distributionManagement> |
82 |
| - <snapshotRepository> |
83 |
| - <id>ossrh</id> |
84 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
85 |
| - </snapshotRepository> |
86 |
| - <repository> |
87 |
| - <id>ossrh</id> |
88 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
89 |
| - </repository> |
90 |
| - </distributionManagement> |
91 |
| - |
92 | 79 | <dependencyManagement>
|
93 | 80 | <dependencies>
|
94 | 81 | <dependency>
|
|
183 | 170 | </build>
|
184 | 171 |
|
185 | 172 | <profiles>
|
186 |
| - <profile> |
187 |
| - <id>deploy</id> |
188 |
| - <build> |
189 |
| - <plugins> |
190 |
| - <plugin> |
191 |
| - <groupId>org.sonatype.plugins</groupId> |
192 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
193 |
| - <version>${nexus-staging-maven-plugin.version}</version> |
194 |
| - <extensions>true</extensions> |
195 |
| - <configuration> |
196 |
| - <serverId>ossrh</serverId> |
197 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
198 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
199 |
| - </configuration> |
200 |
| - </plugin> |
201 |
| - <plugin> |
202 |
| - <groupId>org.apache.maven.plugins</groupId> |
203 |
| - <artifactId>maven-gpg-plugin</artifactId> |
204 |
| - <version>${maven-gpg-plugin.version}</version> |
205 |
| - <executions> |
206 |
| - <execution> |
207 |
| - <id>sign-artifacts</id> |
208 |
| - <phase>verify</phase> |
209 |
| - <goals> |
210 |
| - <goal>sign</goal> |
211 |
| - </goals> |
212 |
| - </execution> |
213 |
| - </executions> |
214 |
| - </plugin> |
215 |
| - </plugins> |
216 |
| - </build> |
217 |
| - </profile> |
218 | 173 | <profile>
|
219 | 174 | <id>cli</id>
|
220 | 175 | </profile>
|
|
0 commit comments