Skip to content

Commit 14f6ef4

Browse files
authored
Merge branch 'master' into finish-licenses
2 parents 4f4fa55 + 85499f3 commit 14f6ef4

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

hugegraph-example/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,23 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-clean-plugin</artifactId>
44+
<configuration>
45+
<filesets>
46+
<fileset>
47+
<directory>${top.level.dir}</directory>
48+
<excludes>
49+
<exclude>${final.name}/**</exclude>
50+
<exclude>*.tar.gz</exclude>
51+
<exclude>*.zip</exclude>
52+
<exclude>*.tar</exclude>
53+
</excludes>
54+
<followSymlinks>false</followSymlinks>
55+
</fileset>
56+
<fileset>
57+
<directory>${final.name}</directory>
58+
</fileset>
59+
</filesets>
60+
</configuration>
4461
</plugin>
4562
</plugins>
4663
</build>

hugegraph-test/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,23 @@
179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-clean-plugin</artifactId>
182+
<configuration>
183+
<filesets>
184+
<fileset>
185+
<directory>${top.level.dir}</directory>
186+
<excludes>
187+
<exclude>${final.name}/**</exclude>
188+
<exclude>*.tar.gz</exclude>
189+
<exclude>*.zip</exclude>
190+
<exclude>*.tar</exclude>
191+
</excludes>
192+
<followSymlinks>false</followSymlinks>
193+
</fileset>
194+
<fileset>
195+
<directory>${final.name}</directory>
196+
</fileset>
197+
</filesets>
198+
</configuration>
182199
</plugin>
183200
<plugin>
184201
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)