Skip to content

Commit 8dc1053

Browse files
committed
jreleaser config
1 parent 33767dd commit 8dc1053

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

hiero-base/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,16 @@
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
61+
62+
<build>
63+
<plugins>
64+
<plugin>
65+
<groupId>org.jreleaser</groupId>
66+
<artifactId>jreleaser-maven-plugin</artifactId>
67+
<configuration>
68+
<skip>true</skip>
69+
</configuration>
70+
</plugin>
71+
</plugins>
72+
</build>
6173
</project>

hiero-microprofile/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,16 @@
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>
81+
82+
<build>
83+
<plugins>
84+
<plugin>
85+
<groupId>org.jreleaser</groupId>
86+
<artifactId>jreleaser-maven-plugin</artifactId>
87+
<configuration>
88+
<skip>true</skip>
89+
</configuration>
90+
</plugin>
91+
</plugins>
92+
</build>
8193
</project>

hiero-spring/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,16 @@
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>
67+
68+
<build>
69+
<plugins>
70+
<plugin>
71+
<groupId>org.jreleaser</groupId>
72+
<artifactId>jreleaser-maven-plugin</artifactId>
73+
<configuration>
74+
<skip>true</skip>
75+
</configuration>
76+
</plugin>
77+
</plugins>
78+
</build>
6779
</project>

0 commit comments

Comments
 (0)