aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Specify goal prefix for custom Maven pluginsBjørn Christian Seime2024-01-121-0/+3
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-241-1/+1
|
* Revert "New parent pom"Arnstein Ressem2023-07-211-1/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-1/+1
|
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
|
* Don't embed JARs installed in lib/jarsBjørn Christian Seime2023-01-111-0/+6
| | | | | | Define installed JARs in vespa-3party-jars. Add bundle-plugin goal wrapping maven-shade-plugin's DefaultShader that excludes installed JARs and lists them in manifest's Class-Path instead.
* Convert bundle-plugin to junit5Bjørn Christian Seime2022-07-291-5/+10
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Fix and clean up deps for maven plugins.gjoranv2022-04-221-0/+15
| | | | | | | | | | | | | - Set scope to provided to silence error messages from maven-plugin-plugin >=3.6.2 Example: Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed below declared in POM have set '<scope>provided</scope>' as well. The following dependencies are in wrong scope: * org.apache.maven:maven-settings:jar:3.8.5:compile
* Add version management for maven-archiver in parent.gjoranv2022-04-221-1/+0
|
* Upgrade maven dependencies and plugins.gjoranv2022-04-221-1/+0
|
* Add missing guava dependency, probably removed by mistake earlier.gjoranv2022-04-211-0/+4
|
* Upgrade dependencies and improve error message on unexpected artifactBjørn Christian Seime2022-04-051-2/+2
|
* bundle-plugin creates reproducible archivesOla Aunrønning2022-01-201-1/+1
|
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-191-9/+0
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-4/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-131-23/+2
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-13/+4
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Remove scala-compiler test dependencyBjørn Christian Seime2017-07-241-5/+0
|
* Remove cyclic dependency between vespajlib and bundle-pluginBjørn Christian Seime2017-07-241-3/+6
|
* Rewrite ProjectBundleClassPaths to JavaBjørn Christian Seime2017-07-201-1/+1
|
* Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-131-0/+4
|
* Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-131-7/+0
|
* Remove dependencies that are part of maven-plugin-apiBjørn Christian Seime2017-06-221-8/+0
|
* Update dependencies for bundle-pluginBjørn Christian Seime2017-06-211-8/+5
|
* Revert "Update dependencies for bundle-plugin"Harald Musum2017-06-201-5/+8
|
* Update dependencies for bundle-pluginBjørn Christian Seime2017-06-201-8/+5
|
* Revert "Update dependencies for bundle-plugin"Harald Musum2017-06-201-5/+8
|
* Update dependencies for bundle-pluginBjørn Christian Seime2017-06-191-8/+5
|
* Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-2/+2
|
* 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
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* enable more warningsArne H Juul2017-04-211-3/+8
| | | | | | | | | | * and add -Werror flag, disallowing warnings * bump maven-plugin-api version to avoid the evil warning "Supported source version 'RELEASE_6' from annotation processor 'org.eclipse.sisu.space.SisuIndexAPT6' less than -source '1.8'" * explicitly add guava dependency * note: -Xlint:processing would warn about org.apache.maven.plugins.annotations.* not being "claimed", this is not a problem it seems.
* Fix tests in NodeAgentImplTestHåkon Hallingstad2016-09-021-0/+2
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* PublishJon Bratseth2016-06-151-0/+144