summaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove annotations from parent pomBjørn Christian Seime2017-08-071-1/+0
| | | | | | | The bundle plugin depends on annotations, and annotations should therefor only be build as part of maven-plugins. The bundle plugin will sometimes fail during osgi manifest generation if annotations is installed as part of the build.
* Remove scala-compiler test dependencyBjørn Christian Seime2017-07-241-5/+0
|
* Remove scalalibBjørn Christian Seime2017-07-201-1/+0
|
* Upgrade maven-javadoc-plugin to 2.10.4Bjørn Christian Seime2017-07-191-1/+1
|
* Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-131-1/+1
|
* Remove old Eclipse workaroundBjørn Christian Seime2017-07-131-160/+0
|
* Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-131-0/+8
|
* Revert "Upgrade to Scala 2.12.2"Bjørn Christian Seime2017-07-121-6/+6
| | | | This reverts commit 680acc25df067e19f4b8933b8f68e9bff4596d76.
* Upgrade to Scala 2.12.2Bjørn Christian Seime2017-07-111-6/+6
|
* Revert "Bjorncs/scala stuff"Bjørn Christian Seime2017-07-111-6/+6
|
* Upgrade to Scala 2.12.2Bjørn Christian Seime2017-07-111-6/+6
|
* Use asm 5.2Bjørn Christian Seime2017-06-221-6/+1
|
* Update dependencies for bundle-pluginBjørn Christian Seime2017-06-211-11/+6
|
* Upgrade exec-maven-plugin to 1.6.0Bjørn Christian Seime2017-06-201-1/+1
|
* Revert "Update dependencies for bundle-plugin"Harald Musum2017-06-201-6/+11
|
* Update dependencies for bundle-pluginBjørn Christian Seime2017-06-201-11/+6
|
* Revert "Update dependencies for bundle-plugin"Harald Musum2017-06-201-8/+13
|
* Upgrade exec-maven-plugin to 1.6.0Bjørn Christian Seime2017-06-201-1/+1
|
* Upgrade maven-javadoc-plugin to 2.10.4Bjørn Christian Seime2017-06-191-1/+1
|
* Update dependencies for bundle-pluginBjørn Christian Seime2017-06-191-11/+6
|
* Merge pull request #2801 from yahoo/bjorncs/maven-pluginsgjoranv2017-06-161-6/+6
|\ | | | | Bjorncs/maven plugins
| * Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-6/+6
| |
* | Merge pull request #2794 from yahoo/bratseth/move-validation-overridesJon Bratseth2017-06-161-1/+1
|\ \ | |/ |/| Bratseth/move validation overrides
| * Make ValidationOverrides available from the outsideJon Bratseth2017-06-151-1/+1
| |
* | Warn about maven-surefire-plugin version 2.20Bjørn Christian Seime2017-06-151-1/+1
| |
* | Revert "Upgrade maven-surefire-plugin to 2.20"Bjørn Christian Seime2017-06-151-1/+1
| | | | | | | | This reverts commit 65a9c242caf0ad4e9d1d96c2faa7567b07b0ecd5.
* | Merge pull request #2781 from yahoo/bjorncs/update-maven-pluginsgjoranv2017-06-151-2/+2
|\ \ | | | | | | Upgrade maven-compiler-plugin to 3.6.1
| * | Upgrade maven-surefire-plugin to 2.20Bjørn Christian Seime2017-06-141-1/+1
| | |
| * | Upgrade maven-compiler-plugin to 3.6.1Bjørn Christian Seime2017-06-141-1/+1
| | |
* | | Add profile for signing artifactsMorten Tokle2017-06-151-0/+21
| |/ |/|
* | Revert "Add sign-artifacts profile"Morten Tokle2017-06-151-19/+0
| |
* | Add sign-artifacts profileMorten Tokle2017-06-151-0/+19
| |
* | Update copyright headersJon Bratseth2017-06-141-1/+1
| |
* | Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
| |
* | Update copyright headersJon Bratseth2017-06-141-1/+1
|/
* Upgrade maven-install-plugin to 2.5.2Bjørn Christian Seime2017-06-131-1/+1
|
* Use Jetty 9.4.6Bjørn Christian Seime2017-06-071-1/+1
|
* Move vespaclient-java to Vespa open-sourceBjørn Christian Seime2017-06-061-0/+1
|
* Merge pull request #2486 from yahoo/bjorncs/jmxgjoranv2017-05-221-0/+5
|\ | | | | Bjorncs/jmx
| * Add jetty-jmx dependencyBjørn Christian Seime2017-05-161-0/+5
| |
* | remove plugins that must be built separatelyArne H Juul2017-05-161-3/+0
|/
* Use Jetty 9.4.5Bjørn Christian Seime2017-05-081-1/+1
|
* include bundle-plugin-testArne H Juul2017-04-301-0/+2
| | | | * also, fix annoying warning from reporting plugins
* add -Werror as default compiler optionArne H Juul2017-04-301-0/+5
| | | | | | | | | | | | | | | | | | | | lint warnings considered less useful are disabled by default: * "lint:serial" warns whenever you extend a serializable class, even for anonymous classes. We don't use java serialization anyway so turn this off. * "lint:try" warns when you want to do setup-teardown style using an AutoClosable, there's no good reason that I can see why this should produce a warning. * "lint:processing" warns when annotations aren't "claimed", but we don't have control over the various annotation processors used, so we can't fix these warnings. * "lint:varargs" gives totally bogus warnings, possibly because the entire varargs mechanism is badly designed. It triggers for any varargs method using Arrays.asList() on its arguments, which most of the convenience methods really should do.
* bump maven-jar-plugin versionArne H Juul2017-04-301-1/+1
|
* Try surefire 2.19.1Arnstein Ressem2017-04-271-1/+1
|
* Bump surefire plugin, remove excludesMorten Tokle2017-04-271-26/+5
|
* Add jetty-http as dependency to container-devBjørn Christian Seime2017-04-251-0/+5
|
* Merge pull request #2269 from yahoo/bjorncs/upgrade-nettyBjørn Christian Seime2017-04-251-1/+6
|\ | | | | Bjorncs/upgrade netty
| * Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-251-0/+5
| |