Skip to content

Commit

Permalink
Merge pull request #145 from hazendaz/main
Browse files Browse the repository at this point in the history
[pom] Skip source as tycho cannot process with it.  This overrides the revelc-5 parent
  • Loading branch information
hazendaz committed Apr 12, 2024
2 parents 38d230c + ff10cb2 commit cc4602b
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 cc4602b

Please sign in to comment.