Skip to content

Commit

Permalink
Merge pull request #71 from riseclipse/develop
Browse files Browse the repository at this point in the history
configuration for tycho-packaging was already present
  • Loading branch information
marcadetd authored Nov 9, 2023
2 parents 5c21062 + df7c03c commit ee37f0b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions fr.centralesupelec.edf.riseclipse.developer.maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@
<jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree>
<!-- tycho-packaging:validate-version will fail during release otherwise -->
<strictVersions>false</strictVersions>
<!-- See https://github.com/eclipse-tycho/tycho/discussions/3024 -->
<removeParent>false</removeParent>
</configuration>
</plugin>

Expand All @@ -594,16 +596,6 @@
</executions>
</plugin>

<!-- See https://github.com/eclipse-tycho/tycho/discussions/3024 -->
<plugin>
<groupId>${tycho-group-id}</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<removeParent>false</removeParent>
</configuration>
</plugin>

</plugins>
</pluginManagement>

Expand Down

0 comments on commit ee37f0b

Please sign in to comment.