Skip to content

Commit

Permalink
Avoid removing "unittest" bundles from the Maven publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Feb 21, 2024
1 parent 86b7633 commit 54195db
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -128,8 +128,8 @@ echo "== Features: ==" | tee >> .logs/removed.txt

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

ls -d org/eclipse/*/*test* >> .logs/removed.txt
/bin/rm -r org/eclipse/*/*test*
ls -d org/eclipse/*/*.test* >> .logs/removed.txt
/bin/rm -r org/eclipse/*/*.test*

#==== remove other non-artifacts: ====

Expand Down

0 comments on commit 54195db

Please sign in to comment.