Skip to content

Commit

Permalink
make clean a bit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Feb 1, 2023
1 parent 9ef2399 commit 5205d84
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions clean.pl
Expand Up @@ -11,14 +11,6 @@
require($PREFIX . "/bin/functions.pl");


my @command = ($MVN, 'clean');
my @command = ($MVN, '-Passemblies', 'clean');
info("running in $PREFIX:", @command);
my $exit = handle_errors(system(@command));

if ($exit != 0) {
exit ($exit >> 8);
}

chdir($PREFIX . "/opennms-full-assembly");
info("running in $PREFIX/opennms-full-assembly:", @command);
handle_errors_and_exit(system(@command));

0 comments on commit 5205d84

Please sign in to comment.