|
9 | 9 | <maven.compiler.target>21</maven.compiler.target> |
10 | 10 | <maven.compiler.release>21</maven.compiler.release> |
11 | 11 | <encoding>UTF-8</encoding> |
| 12 | + <njord.version>0.8.5</njord.version> |
12 | 13 | </properties> |
13 | 14 | <licenses> |
14 | 15 | <license> |
|
19 | 20 | </license> |
20 | 21 | </licenses> |
21 | 22 | <scm> |
22 | | - <connection>scm:git:git@github.com:fast-pack/JavaFastPFOR.git</connection> |
23 | | - <url>scm:git:git@github.com:fast-pack/JavaFastPFOR.git</url> |
24 | | - <developerConnection>scm:git:git@github.com:fast-pack/JavaFastPFOR.git</developerConnection> |
| 23 | + <connection>scm:git:https://github.com/fast-pack/JavaFastPFOR.git</connection> |
| 24 | + <url>scm:git:https://github.com/fast-pack/JavaFastPFOR.git</url> |
| 25 | + <developerConnection>scm:git:https://github.com/fast-pack/JavaFastPFOR.git</developerConnection> |
25 | 26 | <tag>HEAD</tag> |
26 | 27 | </scm> |
| 28 | + |
| 29 | + <distributionManagement> |
| 30 | + <snapshotRepository> |
| 31 | + <id>sonatype-central-portal</id> |
| 32 | + <name>Sonatype Central Portal</name> |
| 33 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 34 | + </snapshotRepository> |
| 35 | + <repository> |
| 36 | + <id>sonatype-central-portal</id> |
| 37 | + <name>Sonatype Central Portal</name> |
| 38 | + <url>https://repo.maven.apache.org/maven2/</url> |
| 39 | + </repository> |
| 40 | + </distributionManagement> |
| 41 | + |
27 | 42 | <developers> |
28 | 43 | <developer> |
29 | 44 | <id>lemire</id> |
|
60 | 75 | <url>https://github.com/fast-pack/JavaFastPFOR/issues</url> |
61 | 76 | </issueManagement> |
62 | 77 | <build> |
| 78 | + <extensions> |
| 79 | + <extension> |
| 80 | + <groupId>eu.maveniverse.maven.njord</groupId> |
| 81 | + <artifactId>extension3</artifactId> |
| 82 | + <version>${njord.version}</version> |
| 83 | + </extension> |
| 84 | + </extensions> |
63 | 85 | <plugins> |
64 | 86 | <plugin> |
65 | 87 | <groupId>org.apache.maven.plugins</groupId> |
|
174 | 196 | <autoVersionSubmodules>true</autoVersionSubmodules> |
175 | 197 | </configuration> |
176 | 198 | </plugin> |
| 199 | + <plugin> |
| 200 | + <groupId>org.apache.maven.plugins</groupId> |
| 201 | + <artifactId>maven-gpg-plugin</artifactId> |
| 202 | + <version>3.2.8</version> |
| 203 | + <executions> |
| 204 | + <execution> |
| 205 | + <id>sign-artifacts</id> |
| 206 | + <phase>verify</phase> |
| 207 | + <goals> |
| 208 | + <goal>sign</goal> |
| 209 | + </goals> |
| 210 | + </execution> |
| 211 | + </executions> |
| 212 | + </plugin> |
177 | 213 | </plugins> |
178 | 214 |
|
179 | 215 | <pluginManagement> |
180 | 216 | <plugins> |
| 217 | + <plugin> |
| 218 | + <groupId>eu.maveniverse.maven.plugins</groupId> |
| 219 | + <artifactId>njord</artifactId> |
| 220 | + <version>${njord.version}</version> |
| 221 | + </plugin> |
181 | 222 | <plugin> |
182 | 223 | <artifactId>maven-clean-plugin</artifactId> |
183 | 224 | <version>2.5</version> |
|
0 commit comments