Skip to content

Commit

Permalink
don't run maven-clean-plugin for the tests.view
Browse files Browse the repository at this point in the history
To avoid Tycho complaining when computing reproducible build qualifier
  • Loading branch information
LorenzoBettini committed Dec 1, 2022
1 parent bb23636 commit ba778f0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions tests/org.eclipse.emf.parsley.tests.views/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,10 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>${basedir}/emfparsley-gen</directory>
</fileset>
</filesets>
</configuration>
</plugin>
<!--
Don't run maven-clean-plugin, otherwise Tycho will complain
when computing reproducible qualifier'
-->
<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
Expand Down

0 comments on commit ba778f0

Please sign in to comment.