Skip to content

Commit

Permalink
remove ignoredWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and akurtakov committed Feb 9, 2024
1 parent fd70696 commit fa81fb9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ src.includes = about.html

# Test execution not compatible with Tycho at the moment
pom.model.property.skipTests = true
pom.model.property.code.ignoredWarnings = ${tests.ignoredWarnings}
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ src.includes = about.html
# This plug-in's name does not comply with Tycho's naming convention for test-plugins -> packaging type has to be specified explicitly
pom.model.packaging = eclipse-test-plugin
pom.model.property.testClass = org.eclipse.equinox.p2.discovery.tests.AllDiscoveryTests
pom.model.property.code.ignoredWarnings = ${tests.ignoredWarnings}
pom.model.property.defaultSigning-excludeInnerJars = true
1 change: 0 additions & 1 deletion bundles/org.eclipse.equinox.p2.tests.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ src.includes = about.html
pom.model.packaging = eclipse-test-plugin
pom.model.property.testClass = org.eclipse.equinox.p2.tests.ui.AutomatedTests
pom.model.property.tycho.surefire.useUIHarness = true
pom.model.property.code.ignoredWarnings = ${tests.ignoredWarnings}

0 comments on commit fa81fb9

Please sign in to comment.