2 import java.util.zip.*;
4 File file = new File( basedir, "target/test-1.0.jar" );
7 throw new FileNotFoundException( "Could not find generated JAR: " + file );
10 ZipFile zipFile = new ZipFile(file);
12 if (zipFile.getEntry("META-INF/lib/plexus-utils-1.5.6.jar")==null) {
13 throw new FileNotFoundException("The dependency plexus-utils must be copied in JAR");