Try build with --strict-checksums to see if the jar files you are getting are different than the ones on central.
Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Wed, Sep 16, 2009 at 2:47 PM, Eklovya <[email protected]> wrote: > > Hi All, > > I’m facing difficulty while downloading jars using maven. This is the kind > of exception I’m getting: > > java.lang.NoSuchMethodError: > com.trend.iwss.jscan.appscan.runtime.PolicyProps: method <init>()V not found > at > com.trend.iwss.jscan.appscan.runtime.Session.<init>(Session.java:58) > at com.trend.iwss.jscan.appscan.runtime.Session.<clinit>(Session.java:33) > at > > com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.preFilter(PolicyRuntime.java:128) > at > > com.trend.iwss.jscan.appscan.runtime.ThreadPolicyRuntime.preFilter(ThreadPolicyRuntime.java:56) > > Seems like the corporate firewall is adding its own classes to the jars and > corrupting it. On searching across forums, I found this: > http://forums.sun.com/thread.jspa?threadID=5123159&messageID=9432999 > > > Has any of you faced this issue, If yes please guide me about the next > steps. > > Regards, > Eklovya > > -- > View this message in context: > http://www.nabble.com/Difficulty-while-downloading-jars-using-maven-tp25471648p25471648.html > Sent from the Maven - Issues mailing list archive at Nabble.com. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
