geosolutions-it / http-proxy

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

Avoid to deploy autogenerated pom in maven repo #29

Closed Damianofds closed 10 years ago

Damianofds commented 10 years ago

As documented here http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html#generatePom and here http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html#pomFile in order to upload the correct pom file (and manage in the right way the transitive dependencies in projects that import the proxy as jar) the pomFile configuration param must be set.