Skip to content

Commit 9e8cd2b

Browse files
committed
Drop JReleaser, too complicated for now
1 parent b7e34ca commit 9e8cd2b

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

java/pom.xml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -183,45 +183,6 @@
183183
</execution>
184184
</executions>
185185
</plugin>
186-
<plugin>
187-
<groupId>org.jreleaser</groupId>
188-
<artifactId>jreleaser-maven-plugin</artifactId>
189-
<version>1.21.0</version>
190-
<inherited>false</inherited>
191-
<configuration>
192-
<gitRootSearch>true</gitRootSearch>
193-
<jreleaser>
194-
<project>
195-
<java>
196-
<mainClass>${app.main.class}</mainClass>
197-
</java>
198-
</project>
199-
200-
<release>
201-
<github>
202-
<enabled>false</enabled>
203-
</github>
204-
</release>
205-
206-
<distributions>
207-
<app>
208-
<artifacts>
209-
<artifact>
210-
<path>
211-
${app.distribution.directory}/${project.artifactId}-${project.version}.zip
212-
</path>
213-
</artifact>
214-
<artifact>
215-
<path>
216-
${app.distribution.directory}/${project.artifactId}-${project.version}.tar.gz
217-
</path>
218-
</artifact>
219-
</artifacts>
220-
</app>
221-
</distributions>
222-
</jreleaser>
223-
</configuration>
224-
</plugin>
225186
</plugins>
226187
</build>
227188
</project>

0 commit comments

Comments
 (0)