Skip to content

Commit 64e8edd

Browse files
committed
refactor: remove extra cleanup step to remove docs folder
1 parent fdebd9b commit 64e8edd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

maven/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,6 @@
117117
<failOnViolation>true</failOnViolation>
118118
</configuration>
119119
</plugin>
120-
<!-- Maven plugin for custom clean up -->
121-
<plugin>
122-
<groupId>org.apache.maven.plugins</groupId>
123-
<artifactId>maven-clean-plugin</artifactId>
124-
<version>3.2.0</version>
125-
<configuration>
126-
<filesets>
127-
<fileset>
128-
<directory>${project.basedir}/../docs</directory>
129-
</fileset>
130-
</filesets>
131-
</configuration>
132-
</plugin>
133120
</plugins>
134121
</build>
135122

0 commit comments

Comments
 (0)