posted 18 years ago
Here is the pom:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.ex1</groupId>
<artifactId>ex1-web</artifactId>
<name>Example 1 :: Web Application</name>
<packaging>war</packaging>
<version>1.0</version>
<description>Example 1 Web</description>
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
I am doing mvn install
The error I get is:
[INFO] [resources:resources]
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.getB64StrProp(Poli
cyRuntime.java:188)
at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.<init>(PolicyRunti
me.java:91)
Any help would be very much appreciated....