summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove usage of removed methodJon Marius Venstad2019-05-131-1/+0
* Name field the same as the property, so it can be set using the same name in ...Jon Marius Venstad2019-05-132-4/+4
* Deploy to the new deployment path, for asynch deploymentsJon Marius Venstad2019-05-091-1/+4
* Add CompileVersion mojoJon Marius Venstad2019-05-071-0/+18
* Default to "default" instance if set neither in pom.xml nor as propertyJon Marius Venstad2019-05-071-1/+1
* Add projectId as an optional argument to SubmitMojoJon Marius Venstad2019-05-071-7/+6
* Add DeployMojoJon Marius Venstad2019-05-071-0/+58
* Factor out common Mojo code into AbstractVespaMojoJon Marius Venstad2019-05-072-51/+84
* Remove traces of AthenzJon Marius Venstad2019-05-061-6/+1
* Allow key/cert identity for submit pluginJon Marius Venstad2019-05-061-3/+6
* Support key/certificate based authentication in ControllerHttpClientJon Marius Venstad2019-05-061-15/+12
* Add SubmitMojo for submitting things to the controller with signaturesJon Marius Venstad2019-05-031-0/+103