Skip to content

Commit 85aaaff

Browse files
authored
FMWK-724 Exclude example modules from deployment (#281)
1 parent e25caa7 commit 85aaaff

File tree

1 file changed

+6
-8
lines changed
  • spring-boot-starter-example-aerospike

1 file changed

+6
-8
lines changed

spring-boot-starter-example-aerospike/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<module>starter-example-data-reactive</module>
2222
</modules>
2323

24-
<properties>
25-
<maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
26-
</properties>
27-
2824
<dependencies>
2925
<dependency>
3026
<groupId>org.springframework.boot</groupId>
@@ -60,11 +56,13 @@
6056
<build>
6157
<plugins>
6258
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
64-
<artifactId>maven-deploy-plugin</artifactId>
65-
<version>${maven-deploy-plugin.version}</version>
59+
<groupId>org.sonatype.central</groupId>
60+
<artifactId>central-publishing-maven-plugin</artifactId>
61+
<version>${central.publishing.maven.plugin}</version>
6662
<configuration>
67-
<skip>true</skip>
63+
<excludeArtifacts>
64+
spring-boot-starter-example-aerospike,starter-example-client,starter-example-client-reactive,starter-example-data,starter-example-data-reactive
65+
</excludeArtifacts>
6866
</configuration>
6967
</plugin>
7068
</plugins>

0 commit comments

Comments
 (0)