geosolutions-it / http-proxy

Lean and Mean HTTP Proxy written in Java
GNU General Public License v3.0
21 stars 31 forks source link

pom.xml adjustments #19

Closed oscarfonts closed 11 years ago

oscarfonts commented 11 years ago

We want to run http-proxy not as a stand-alone war, but as a lib inside nfms-portal. Thus we have made some changes to pom.xml:

  1. Enable jar file generation on "mvn install" (along with the former war one).
  2. Adapt servlet api dependency to the one coming from jetty. This is needed to run jetty inside eclipse with no conflicts (and yes, jetty has to be 6.1.14...).
  3. Corrected the webApp directory name to run "mvn jetty:run" from commandline with no errors.