Skip to content

Commit

Permalink
Add tycho-cleancode-plugin configuration to the plugin management
Browse files Browse the repository at this point in the history
This way one can simply perform a cleanup using

'mvn tycho-cleancode:cleanup' or 'mvn tycho-cleancode:quickfix'

this also serves as a container for the enabled cleanup profile when
calling from the cli
  • Loading branch information
laeubi committed Jan 23, 2025
1 parent 6b635b7 commit f19a3d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,17 @@
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho.version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-cleancode-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<local>true</local>
<cleanUpProfile>
<cleanup.static_inner_class>true</cleanup.static_inner_class>
</cleanUpProfile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit f19a3d8

Please sign in to comment.