Skip to content

Commit e572d4f

Browse files
committed
skip deployment of blackbox and example modules, published as version 1.5.9
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 4adae8b commit e572d4f

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

logback-classic-blackbox/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,6 @@
130130
</executions>
131131
</plugin>
132132

133-
<plugin>
134-
<groupId>org.apache.maven.plugins</groupId>
135-
<artifactId>maven-deploy-plugin</artifactId>
136-
<configuration>
137-
<skip>true</skip>
138-
</configuration>
139-
</plugin>
140-
141133
</plugins>
142134
</build>
143135
</project>

logback-core-blackbox/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@
7070
</executions>
7171
</plugin>
7272

73-
<plugin>
74-
<groupId>org.apache.maven.plugins</groupId>
75-
<artifactId>maven-deploy-plugin</artifactId>
76-
<configuration>
77-
<skip>true</skip>
78-
</configuration>
79-
</plugin>
80-
8173
</plugins>
8274
</build>
8375
</project>

logback-examples/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,6 @@
8080
</execution>
8181
</executions>
8282
</plugin>
83-
84-
<plugin>
85-
<groupId>org.apache.maven.plugins</groupId>
86-
<artifactId>maven-deploy-plugin</artifactId>
87-
<configuration>
88-
<skip>true</skip>
89-
</configuration>
90-
</plugin>
9183

9284
</plugins>
9385
</build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@
356356
<artifactId>maven-bundle-plugin</artifactId>
357357
<version>${maven-bundle-plugin.version}</version>
358358
</plugin>
359-
360359
</plugins>
361360

362361
</pluginManagement>
@@ -444,10 +443,11 @@
444443
<plugin>
445444
<groupId>org.sonatype.central</groupId>
446445
<artifactId>central-publishing-maven-plugin</artifactId>
447-
<version>${central-publishing-maven-plugin.version}</version>
446+
<version>${central-publishing-maven-plugin.version}</version>
448447
<extensions>true</extensions>
449448
<configuration>
450449
<publishingServerId>central</publishingServerId>
450+
<excludeArtifacts>logback-core-blackbox,logback-classic-blackbox,logback-examples</excludeArtifacts>
451451
</configuration>
452452
</plugin>
453453

0 commit comments

Comments
 (0)