Hi!

I tried to use MiniJar, but it always stops with the following error:

Could not analyse classpath dependencies
Embedded Error: error in opening zip file

The pom is not very complicated:

<?xml version="1.0" encoding="UTF-8"?>
<project>
  <parent>
    <artifactId>com.proalpha.java</artifactId>
    <groupId>com.proalpha.java</groupId>
    <version>0.0.1</version>
    <relativePath>../StandardMaven/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.proalpha.java</groupId>
  <artifactId>pafinder</artifactId>
  <packaging>war</packaging>
  <version>0.0.2</version>
  <description></description>
  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.proalpha.java</groupId>
      <artifactId>util</artifactId>
      <version>0.0.2</version>
    </dependency>
    ... some more dependencies ...
  </dependencies>
</project>

I tried 
mvn minijar:ueberjar

and also tried to put the build-section for minijar in the pom.

In both cases I end up with the error.

What am I doing wrong?

THANKS!

Regards,
Jochen Zimmermann

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to