Skip to content

Commit

Permalink
[pom] Skip source as tycho cannot process with it. This overrides the…
Browse files Browse the repository at this point in the history
… revelc-5 parent
  • Loading branch information
hazendaz committed Apr 12, 2024
1 parent 38d230c commit ff10cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
]]></licenseText>
<maven.compiler.release>17</maven.compiler.release>
<!-- Source has to be skipped with tycho as it is building the source -->
<maven.source.skip>true</maven.source.skip>
<mdep.analyze.skip>true</mdep.analyze.skip>
<!-- rat plugin is no good at validating EPL headers out of the box -->
<rat.skip>true</rat.skip>
Expand Down

0 comments on commit ff10cb2

Please sign in to comment.