aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
Commit message (Collapse)AuthorAgeFilesLines
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-192-24/+21
|
* Skip modules that should not be deployed with the Nexus plugin.Arnstein Ressem2021-10-071-0/+1
|
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-078-8/+8
|
* Update 2017 copyright notices.gjoranv2021-10-0710-10/+10
|
* Make it possible to deploy on Maven Central with maven.Arnstein Ressem2021-09-283-0/+8
|
* Remove the GenerateBundleClassPathMappingsMojo and tests.gjoranv2021-07-143-72/+0
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-023-14/+0
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-013-0/+14
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-293-14/+0
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* Use full name in config definition file namesHarald Musum2020-09-101-0/+0
|
* Inherit 'trimStackTrace' setting from parentBjørn Christian Seime2020-04-071-1/+0
|
* Skip deployment for pure test modules.gjoranv2019-11-291-0/+6
|
* Update tests to make them pass on factory.gjoranv2019-10-231-15/+28
| | | | | | - These tests have been failing silently on factory for some time, and would break the build now that tests are run with surefire-plugin.
* Use project.version also for the dependency test bundle.gjoranv2019-10-233-13/+15
| | | | | | | | - The automated build process updates the project version for all modules. - Unfortunately, this reduces the value of one of the test cases, because the versions of the dependent and dependency bundles are now the same.
* Avoid creating unnecessary jar for test-bundles root.gjoranv2019-10-231-28/+32
|
* Move tests to package c.y.container.plugingjoranv2019-10-232-3/+3
|
* Use surefire instead of failsafe plugin.gjoranv2019-10-235-19/+18
| | | | | - No need to use integration tests after test bundles have been moved to separate modules.
* Add test with a bundle using artifact version as ExportPackagesgjoranv2019-10-2311-26/+205
| | | | | - Verify that useArtifactVersionForExportPackages is honoured also for a compile scoped bundle dependency.
* Restructure bundle-plugin-test to allow multiple test bundles.gjoranv2019-10-2310-88/+255
|
* Revert "Gjoranv/artifact version for exports4"Harald Musum2019-10-2317-449/+98
|
* Use project.version also for the dependency test bundle.gjoranv2019-10-233-13/+15
| | | | | | | | - The automated build process updates the project version for all modules. - Unfortunately, this reduces the value of one of the test cases, because the versions of the dependent and dependency bundles are now the same.
* Avoid creating unnecessary jar for test-bundles root.gjoranv2019-10-231-28/+32
|
* Move tests to package c.y.container.plugingjoranv2019-10-232-3/+3
|
* Use surefire instead of failsafe plugin.gjoranv2019-10-235-19/+18
| | | | | - No need to use integration tests after test bundles have been moved to separate modules.
* Add test with a bundle using artifact version as ExportPackagesgjoranv2019-10-2311-26/+205
| | | | | - Verify that useArtifactVersionForExportPackages is honoured also for a compile scoped bundle dependency.
* Restructure bundle-plugin-test to allow multiple test bundles.gjoranv2019-10-2310-88/+255
|
* Revert "Gjoranv/artifact version for exports3"gjoranv2019-10-2317-449/+98
|
* Use project.version also for the dependency test bundle.gjoranv2019-10-223-13/+15
| | | | | | | | - The automated build process updates the project version for all modules. - Unfortunately, this reduces the value of one of the test cases, because the versions of the dependent and dependency bundles are now the same.
* Avoid creating unnecessary jar for test-bundles root.gjoranv2019-10-221-28/+32
|
* Move tests to package c.y.container.plugingjoranv2019-10-222-3/+3
|
* Use surefire instead of failsafe plugin.gjoranv2019-10-225-19/+18
| | | | | - No need to use integration tests after test bundles have been moved to separate modules.
* Add test with a bundle using artifact version as ExportPackagesgjoranv2019-10-2211-26/+205
| | | | | - Verify that useArtifactVersionForExportPackages is honoured also for a compile scoped bundle dependency.
* Restructure bundle-plugin-test to allow multiple test bundles.gjoranv2019-10-2210-88/+255
|
* Revert "Gjoranv/artifact version for exports2"gjoranv2019-10-2217-443/+98
|
* Move tests to package c.y.container.plugingjoranv2019-10-212-3/+3
|
* Use surefire instead of failsafe plugin.gjoranv2019-10-215-19/+18
| | | | | - No need to use integration tests after test bundles have been moved to separate modules.
* Add test with a bundle using artifact version as ExportPackagesgjoranv2019-10-2111-26/+205
| | | | | - Verify that useArtifactVersionForExportPackages is honoured also for a compile scoped bundle dependency.
* Restructure bundle-plugin-test to allow multiple test bundles.gjoranv2019-10-1910-88/+255
|
* minor: static import symbolgjoranv2019-07-151-2/+3
|
* Bugfix: make NestedStaticClass staticgjoranv2019-01-211-1/+1
|
* Improve integration testgjoranv2019-01-212-6/+29
| | | | | | | | | | - Add nested classes - Put back commented assert and remove stale comment + Add comment to replace jrt.jar. It's compile scoped and had a much smaller dependency tree when it was added compared to now. Now, it adds loads of Import-Packages, increasing the risk of invalidating the integration test that verifies that the required imports have been added to the manifest.
* A few more updates to 7-SNAPSHOT.Arnstein Ressem2019-01-211-3/+3
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Enable and fix test to verify bundle version.gjoranv2018-09-131-3/+7
| | | | - Due to snapshot builds we can only verify the major version.
* Add TODO to evaluate Bundle-Version for Vespa 7.gjoranv2018-07-241-2/+2
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-051-1/+1
|
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-131-21/+0
|
* Java 9: Add jaxb-api dependencygjoranv2018-06-061-0/+8
| | | | | .. to verify that module-info.class can be handled without throwing an exception.
* Java 9: scala-library must be added as dependency.gjoranv2018-05-041-0/+5
| | | | error while loading Object, Missing dependency 'object scala in compiler mirror'
* 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.