We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28c6e4 commit 34f5c92Copy full SHA for 34f5c92
tests/org.emftext.language.java.test/pom.xml
@@ -25,6 +25,26 @@
25
</archive>
26
</configuration>
27
</plugin>
28
+ <plugin>
29
+ <groupId>org.apache.maven.plugins</groupId>
30
+ <artifactId>maven-clean-plugin</artifactId>
31
+ <executions>
32
+ <execution>
33
+ <id>default-clean</id>
34
+ <configuration>
35
+ <excludeDefaultDirectories>true</excludeDefaultDirectories>
36
+ <filesets>
37
+ <fileset>
38
+ <directory>${project.build.directory}</directory>
39
+ <excludes>
40
+ <exclude>src-bulk/**/*</exclude>
41
+ </excludes>
42
+ </fileset>
43
+ </filesets>
44
+ </configuration>
45
+ </execution>
46
+ </executions>
47
+ </plugin>
48
</plugins>
49
</build>
50
0 commit comments