aboutsummaryrefslogtreecommitdiffstats
path: root/config-class-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Specify goal prefix for custom Maven pluginsBjørn Christian Seime2024-01-121-0/+3
|
* Update copyrightJon Bratseth2023-10-094-4/+4
|
* Use single versions of dependenciesBjørn Christian Seime2022-11-171-3/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Fix and clean up deps for maven plugins.gjoranv2022-04-221-7/+1
| | | | | | | | | | | | | - 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
* unify java warningsArne H Juul2022-01-061-7/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
|
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-313-95/+26
|
* Remove use of apache commons libraries in config-class-pluginBjørn Christian Seime2020-01-032-9/+11
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-051-1/+1
|
* Update maven-javadoc-plugin config to use 3.0 syntax.gjoranv2018-05-141-1/+1
|
* 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.
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Store default package prefix 'com.yahoo.' in a constant.gjoranv2017-08-161-1/+4
|
* Don't propagate arguments using system propertiesBjørn Christian Seime2017-06-191-8/+15
|
* Use newest version of Maven plugin dependenciesBjørn Christian Seime2017-06-162-8/+8
|
* Merge pull request #2781 from yahoo/bjorncs/update-maven-pluginsgjoranv2017-06-151-1/+1
|\ | | | | Upgrade maven-compiler-plugin to 3.6.1
| * Fix race condition in config maven pluginBjørn Christian Seime2017-06-151-1/+1
| | | | | | | | | | The race occur during Maven parallel build where multiple threads will race to create the output directory.
* | Update copyright headersJon Bratseth2017-06-144-4/+4
| |
* | Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
| |
* | Update copyright headersJon Bratseth2017-06-144-4/+4
|/
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+4
|
* Copyright headerJon Bratseth2017-06-134-4/+4
|
* enable more warningsArne H Juul2017-04-211-1/+8
| | | | | | | | * and add -Werror flag, disallowing warnings * bump maven-plugin-api version to avoid evil warning * note: -Xlint:processing would warn about org.apache.maven.plugins.annotations.* not being "claimed", this is not a problem it seems.
* use .md as all other filesKristian Aune2017-01-191-0/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
|
* PublishJon Bratseth2016-06-157-0/+401