aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
* Use com.yahoo.vespa as artifact id of bundle-plugin-testBjørn Christian Seime2017-11-131-1/+1
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* Rewrite ProjectBundleClassPaths to JavaBjørn Christian Seime2017-07-202-18/+6
|