Skip to content

Commit

Permalink
Merge pull request #284 from aguibert/ignore-missing-lafiles
Browse files Browse the repository at this point in the history
Ignore missing wlp/lafiles/ dir during runnable jar packaging
  • Loading branch information
ewhoch committed Sep 27, 2017
2 parents 26d1add + d5427b4 commit d5b7820
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ private List<ArchiveEntryConfig> createMinifyConfigs(String processName) throws
if (lafilesDir.exists()) {
DirEntryConfig lafilesDirConfig = new DirEntryConfig(PACKAGE_ARCHIVE_ENTRY_PREFIX + "lafiles", lafilesDir, true, PatternStrategy.IncludePreference);
entryConfigs.add(lafilesDirConfig);
} else if (isJarPackage) {
// Output error and stop
throw new FileNotFoundException(lafilesDir.toString());
}

/*
Expand Down

0 comments on commit d5b7820

Please sign in to comment.