diff --git a/bundles/build.properties b/bundles/build.properties index 7698189f560..9861852f8a9 100644 --- a/bundles/build.properties +++ b/bundles/build.properties @@ -13,3 +13,4 @@ ############################################################################### tycho.pomless.parent = ../local-build/local-build-parent +pom.model.artifactId = swt-bundles diff --git a/tests/build.properties b/tests/build.properties index 330e5d68b7c..17551236130 100644 --- a/tests/build.properties +++ b/tests/build.properties @@ -13,6 +13,7 @@ ############################################################################### tycho.pomless.parent = ../local-build/local-build-parent +pom.model.artifactId = swt-tests pom.model.property.code.ignoredWarnings = ${tests.ignoredWarnings} # Skip all tests on build servers, because it contains platform specific code (overriden to false on platform-specific build machines)