Skip to content

Commit

Permalink
Don't print markers to not pollute the maven logs
Browse files Browse the repository at this point in the history
Currently there are validation errors because of
osgi/osgi#636

This disables the output to not pollute the log with messages not
realted to the test.
  • Loading branch information
laeubi committed Jan 15, 2024
1 parent 373302a commit 42e1023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ds/org.eclipse.pde.ds.tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
<local>true</local>
<!-- See https://github.com/osgi/osgi/issues/636 -->
<failOnError>false</failOnError>
<!-- See https://github.com/osgi/osgi/issues/636 -->
<printMarker>false</printMarker>
<bundles>
<bundle>org.eclipse.pde.core</bundle>
<bundle>org.eclipse.pde.ds.annotations</bundle>
Expand Down

0 comments on commit 42e1023

Please sign in to comment.