From b28519ae09a0e1593397af3d2ebdd7fc6b5fad50 Mon Sep 17 00:00:00 2001 From: serge-rider Date: Sat, 25 Apr 2020 10:56:34 +0300 Subject: [PATCH] Disable P2 redundant repositories assemble Former-commit-id: 8f2be69becd448fb5d6d0961d801258281a77cb4 --- pom.xml | 4 ++-- product/standalone/pom.xml | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a99126080b..3dfecb7167 100644 --- a/pom.xml +++ b/pom.xml @@ -118,8 +118,8 @@ - jkiss.org - jkiss.org + dbeaver.io + dbeaver.io ${maven.build.timestamp} false diff --git a/product/standalone/pom.xml b/product/standalone/pom.xml index 2f1ecd13dd..8048a1783f 100644 --- a/product/standalone/pom.xml +++ b/product/standalone/pom.xml @@ -72,6 +72,15 @@ + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + false + + -- GitLab