Skip to content

Commit fb3d94e

Browse files
Add explicit ignorePublishedComponents configuration to published modules (#179)
* Initial plan * Add ignorePublishedComponents to published modules Co-authored-by: RomanIakovlev <2363458+RomanIakovlev@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RomanIakovlev <2363458+RomanIakovlev@users.noreply.github.com>
1 parent 258e509 commit fb3d94e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767

6868
<build>
6969
<plugins>
70+
<plugin>
71+
<groupId>org.sonatype.central</groupId>
72+
<artifactId>central-publishing-maven-plugin</artifactId>
73+
<configuration>
74+
<ignorePublishedComponents>true</ignorePublishedComponents>
75+
</configuration>
76+
</plugin>
7077
<plugin>
7178
<groupId>org.apache.maven.plugins</groupId>
7279
<artifactId>maven-jar-plugin</artifactId>

geojson-proto/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
<build>
3333
<plugins>
34+
<plugin>
35+
<groupId>org.sonatype.central</groupId>
36+
<artifactId>central-publishing-maven-plugin</artifactId>
37+
<configuration>
38+
<ignorePublishedComponents>true</ignorePublishedComponents>
39+
</configuration>
40+
</plugin>
3441
<plugin>
3542
<groupId>io.github.ascopes</groupId>
3643
<artifactId>protobuf-maven-plugin</artifactId>

0 commit comments

Comments
 (0)