This repository was archived by the owner on Oct 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 424424 </plugin >
425425 </plugins >
426426 </build >
427- </profile >
427+ </profile >
428+ <profile >
429+ <!-- Profile to configure deployment to Terracotta Nexus using pro features -->
430+ <id >deploy-terracotta</id >
431+ <build >
432+ <pluginManagement >
433+ <plugins >
434+ <plugin >
435+ <groupId >org.sonatype.plugins</groupId >
436+ <artifactId >nexus-staging-maven-plugin</artifactId >
437+ <version >1.6.1</version >
438+ <extensions >true</extensions >
439+ <configuration >
440+ <!-- The Base URL of Nexus instance where we want to stage -->
441+ <nexusUrl >http://nexus.terracotta.eur.ad.sag</nexusUrl >
442+ <!-- The server "id" element from settings to use authentication from -->
443+ <serverId >terracotta-nexus-staging</serverId >
444+ <skipNexusStagingDeployMojo >${skipDeploy} </skipNexusStagingDeployMojo >
445+ </configuration >
446+ </plugin >
447+ </plugins >
448+ </pluginManagement >
449+ <plugins >
450+ <plugin >
451+ <groupId >org.sonatype.plugins</groupId >
452+ <artifactId >nexus-staging-maven-plugin</artifactId >
453+ </plugin >
454+ </plugins >
455+ </build >
456+ </profile >
428457 </profiles >
429458
430459 <repositories >
You can’t perform that action at this time.
0 commit comments