I was given source code that I need to generate a WAR file from and run locally on my machine. I found that all of the dependencies it would download, all the jars and whatnot, are already present in the files I downloaded.
Also, when I tried to create the War file with Maven, It wouldn't let me because it couldn't find one of the jar files soapmonitor:jar:1.5.1 on the site. Sure enough, this is also one of the files present in the download.
What i'm asking is, is there any way to have Maven generate the war file using the dependencies i've already downloaded? Or is there some kind of workaround for the soapmonitor? I want to avoid editing the code they sent me if I can. I've been trying for a week and onky ended up digging a bigger hole for myself.