2 import java.util.zip.*;
4 File file = new File( basedir, "target/test-1.0.jar" );
6 throw new FileNotFoundException( "Could not find generated JAR: " + file );
9 ZipFile zipFile = new ZipFile(file);
11 if (zipFile.getEntry("META-INF/lib/commons-lang-2.5.jar")!=null) {
12 throw new FileNotFoundException("The dependency commons-lang must not be copied in the plugin");