Skip to content

Commit

Permalink
chore: better support for jitpack
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Apr 27, 2021
1 parent 4bdd0d5 commit 749a3b5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jitpack.yml
@@ -0,0 +1,17 @@
#
# Copyright (c) 2019 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at:
#
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
#

before_install:
- find . -type f -name 'pom.xml' -exec sed -i 's/<groupId>org.eclipse.jkube<\/groupId>/<groupId>com.github.eclipse.jkube<\/groupId>/g' {} +
- mvn versions:set -DnewVersion="$VERSION" -DgenerateBackupPoms=false

0 comments on commit 749a3b5

Please sign in to comment.