Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit d23edf1

Browse files
Jacomet LouisJacomet Louis
authored andcommitted
TABINF-3883 merge rev 9025 from branches/ehcache-2.8.x
svn path=/trunk/ehcache/; revision=9044
1 parent 3f67242 commit d23edf1

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

pom.xml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,36 @@
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>

0 commit comments

Comments
 (0)