maven-plugins
maven-plugins copied to clipboard
Maven plugins
Hi, I would like to disable Kerberos authnetication for sshexec-maven-plugin. I have tried to add `GSSAPIAuthentication no` in `~/.ssh/config` with no luck. What is the path of the config file...
when visit http://evgeny-goldin.com/wiki/Maven-plugins ,return : HTTP/0.0 503 Service Unavailable Date: Friday, 14-Apr-17 11:17:44 CST Keep-Alive: timeout=38 EOF
- Fixed compatibility with maven 3.2.1 - Updated library versions
http://evgeny-goldin.com/wiki/Maven_Plugins is 404
...d maven 3.1 and upwards. This is a pull request to integrate Maven 3.1 and upwards compatibility. This change is based on this fork : https://github.com/jboesl/maven-plugins/commit/48524e184e08ffebda8bfabcdf117acfe3e4a9ab by @jboesl
Why is it that build system except from maven doesn't work out of the box? erikmartino:maven-plugins emartino$ git show commit 5737b64629493cde5ef35b043a8f35d97466c175 ... erikmartino:maven-plugins emartino$ bash build.sh > Running Gradle [1.6],...
...atibility with the newer maven versions. Did a little bit of cleanup on a few things. Commented out the parent silencer plugin config in parent pom since it was causing...
Fixed maven settings based auth - server with that matches the 'host' is now picked up
This allows you to add all the transitive dependencies of an ivy artifact added to your build by the ivy-maven-plugin.
When creating new maven artifact in maven-plugins/maven-common/src/main/groovy/com/github/goldin/plugins/common/ConversionUtils.groovy toMavenArtifact(), DefaultArtifactHandler is created with correct 'type' parameter to enable maven-war-plugin recognize correct artifact file extension.