Skip to content

Commit

Permalink
Redirect API messages to the ECJ log
Browse files Browse the repository at this point in the history
Currently API tools messages are shown only in the maven log where they
are hard to find.

This disable the maven log output and redirects the messages to the
compile logs so they can be displayed in Jenkins
  • Loading branch information
laeubi committed Jan 27, 2024
1 parent eaca3fc commit 37a6cb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -159,6 +159,7 @@
<!-- system specific JVM args; if needed provided by system properties to the build command -->
<surefire.systemProperties></surefire.systemProperties>
<java.version>17</java.version>
<printApiMessages>false</printApiMessages>
</properties>

<organization>
Expand Down Expand Up @@ -955,6 +956,9 @@
</baselines>
<skip>${skipAPIAnalysis}</skip>
<skipIfReplaced>false</skipIfReplaced>
<logDirectory>${project.build.directory}/compilelogs</logDirectory>
<enhanceLogs>true</enhanceLogs>
<printProblems>${printApiMessages}</printProblems>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 37a6cb0

Please sign in to comment.