|
123 | 123 | <qdox.javaparser.stack>500</qdox.javaparser.stack> |
124 | 124 | <maven.compiler.source>8</maven.compiler.source> |
125 | 125 | <maven.compiler.target>8</maven.compiler.target> |
| 126 | + <version.njord>0.8.4</version.njord> |
126 | 127 | </properties> |
127 | 128 |
|
128 | 129 | <distributionManagement> |
129 | 130 | <snapshotRepository> |
130 | | - <id>central</id> |
131 | | - <url>https://central.sonatype.com/api/v1/publisher</url> |
| 131 | + <id>sonatype-central-portal</id> |
| 132 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
132 | 133 | </snapshotRepository> |
133 | 134 | <repository> |
134 | | - <id>central</id> |
135 | | - <url>https://central.sonatype.com/api/v1/publisher</url> |
| 135 | + <id>sonatype-central-portal</id> |
| 136 | + <url>https://repo.maven.apache.org/maven2</url> |
136 | 137 | </repository> |
137 | 138 | </distributionManagement> |
138 | 139 |
|
139 | 140 | <build> |
| 141 | + <extensions> |
| 142 | + <extension> |
| 143 | + <groupId>eu.maveniverse.maven.njord</groupId> |
| 144 | + <artifactId>extension3</artifactId> |
| 145 | + <version>${version.njord}</version> |
| 146 | + </extension> |
| 147 | + </extensions> |
140 | 148 | <pluginManagement> |
141 | 149 | <plugins> |
| 150 | + <plugin> |
| 151 | + <groupId>eu.maveniverse.maven.plugins</groupId> |
| 152 | + <artifactId>njord</artifactId> |
| 153 | + <version>${version.njord}</version> |
| 154 | + </plugin> |
142 | 155 | <plugin> |
143 | 156 | <groupId>org.apache.maven.plugins</groupId> |
144 | 157 | <artifactId>maven-clean-plugin</artifactId> |
|
432 | 445 | </execution> |
433 | 446 | </executions --> |
434 | 447 | </plugin> |
435 | | - <plugin> |
436 | | - <groupId>org.sonatype.central</groupId> |
437 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
438 | | - <version>0.8.0</version> |
439 | | - <extensions>true</extensions> |
440 | | - <configuration> |
441 | | - <publishingServerId>central</publishingServerId> |
442 | | - <autoPublish>true</autoPublish> |
443 | | - </configuration> |
444 | | - </plugin> |
445 | 448 | <plugin> |
446 | 449 | <groupId>org.apache.maven.plugins</groupId> |
447 | 450 | <artifactId>maven-source-plugin</artifactId> |
|
0 commit comments