Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/databases/dbeaver/files/patch-product_community_pom.xml
16461 views
1
--- product/community/pom.xml.orig 2025-07-18 15:47:12 UTC
2
+++ product/community/pom.xml
3
@@ -21,6 +21,9 @@
4
<artifactId>tycho-p2-director-plugin</artifactId>
5
<version>${tycho-version}</version>
6
<configuration>
7
+ <formats>
8
+ <freebsd>tar.gz</freebsd>
9
+ </formats>
10
<products>
11
<product>
12
<id>org.jkiss.dbeaver.core.product</id>
13
@@ -30,6 +33,7 @@
14
<macosx>DBeaver.app</macosx>
15
<win32>dbeaver</win32>
16
<linux>dbeaver</linux>
17
+ <freebsd>dbeaver</freebsd>
18
<solaris>dbeaver</solaris>
19
</rootFolders>
20
</product>
21
@@ -40,6 +44,12 @@
22
<id>materialize-products</id>
23
<goals>
24
<goal>materialize-products</goal>
25
+ </goals>
26
+ </execution>
27
+ <execution>
28
+ <id>archive-products</id>
29
+ <goals>
30
+ <goal>archive-products</goal>
31
</goals>
32
</execution>
33
</executions>
34
35