|
183 | 183 | <plugin> |
184 | 184 | <groupId>org.sonatype.central</groupId> |
185 | 185 | <artifactId>central-publishing-maven-plugin</artifactId> |
186 | | - <version>0.9.0</version> |
187 | | - <extensions>true</extensions> |
188 | 186 | <configuration> |
189 | | - <publishingServerId>central</publishingServerId> |
190 | | - <!-- Automatic publication after validation --> |
191 | | - <autoPublish>true</autoPublish> |
192 | | - <!-- Wait until the publication is effective --> |
193 | | - <waitUntil>published</waitUntil> |
194 | | - <!-- Readable name to identify the deployment --> |
195 | | - <deploymentName>${project.artifactId}-${project.version}</deploymentName> |
| 187 | + <excludeArtifacts> |
| 188 | + <excludeArtifact>com.github.javaparser:javaparser-core-testing</excludeArtifact> |
| 189 | + <excludeArtifact>com.github.javaparser:javaparser-core-testing-bdd</excludeArtifact> |
| 190 | + <excludeArtifact>com.github.javaparser:javaparser-symbol-solver-testing</excludeArtifact> |
| 191 | + <excludeArtifact>com.github.javaparser:javaparser-core-metamodel-generator</excludeArtifact> |
| 192 | + </excludeArtifacts> |
196 | 193 | </configuration> |
197 | | - </plugin> |
| 194 | + </plugin> |
198 | 195 | </plugins> |
199 | 196 | <pluginManagement> |
200 | 197 | <plugins> |
|
271 | 268 | <plugin> |
272 | 269 | <groupId>org.sonatype.central</groupId> |
273 | 270 | <artifactId>central-publishing-maven-plugin</artifactId> |
| 271 | + <version>0.9.0</version> |
| 272 | + <extensions>true</extensions> |
274 | 273 | <configuration> |
275 | | - <excludeArtifacts> |
276 | | - <excludeArtifact>com.github.javaparser:javaparser-core-testing</excludeArtifact> |
277 | | - <excludeArtifact>com.github.javaparser:javaparser-core-testing-bdd</excludeArtifact> |
278 | | - <excludeArtifact>com.github.javaparser:javaparser-symbol-solver-testing</excludeArtifact> |
279 | | - <excludeArtifact>com.github.javaparser:javaparser-core-metamodel-generator</excludeArtifact> |
280 | | - </excludeArtifacts> |
| 274 | + <publishingServerId>central</publishingServerId> |
| 275 | + <!-- Automatic publication after validation --> |
| 276 | + <autoPublish>true</autoPublish> |
| 277 | + <!-- Wait until the publication is effective --> |
| 278 | + <waitUntil>published</waitUntil> |
| 279 | + <!-- Readable name to identify the deployment --> |
| 280 | + <deploymentName>${project.artifactId}-${project.version}</deploymentName> |
281 | 281 | </configuration> |
282 | 282 | </plugin> |
283 | 283 | <plugin> |
|
0 commit comments