Skip to content

Commit

Permalink
fix creating a jar with directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jussimalinen committed Sep 18, 2012
1 parent 7039b6a commit 58bbb1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/tonicsystems/jarjar/JarJarMojo.java
Expand Up @@ -180,7 +180,6 @@ public void execute()
final Archiver archiver = archiverManager.getArchiver( "zip" );

archiver.setDestFile( uberZip );
archiver.setIncludeEmptyDirs( false );

if ( inputFile.isDirectory() )
{
Expand Down

0 comments on commit 58bbb1c

Please sign in to comment.