Skip to content

Commit

Permalink
Publish platform features to Maven central
Browse files Browse the repository at this point in the history
Feature can be used in a target platform to retrieve the plug-ins listed
in them, see eclipse-m2e/m2e-core#636

Publishing these features would allow a user to use these features to
define their set of available platform plug-ins based on pure Maven
targets.

Fixes #1421
  • Loading branch information
vogella committed Oct 6, 2023
1 parent 222ece3 commit 2a6d5cb
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#*******************************************************************************
# Copyright (c) 2016, 2018 GK Software SE and others.
# Copyright (c) 2016, 2023 GK Software SE and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -117,13 +117,6 @@ fi

/bin/rm -rf p2.index p2.packed content.jar artifacts.jar

#==== remove features: ====

echo "== Features: ==" | tee >> .logs/removed.txt

/usr/bin/find * -type d -name \*feature.group -print -exec /bin/rm -rf {} \; -prune >> .logs/removed.txt
/usr/bin/find * -type d -name \*feature.jar -print -exec /bin/rm -rf {} \; -prune >> .logs/removed.txt

#==== remove eclipse test plug-ins: ====

echo "== Test plugins: ==" | tee >> .logs/removed.txt
Expand Down

0 comments on commit 2a6d5cb

Please sign in to comment.