We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdebd9b commit 64e8eddCopy full SHA for 64e8edd
maven/pom.xml
@@ -117,19 +117,6 @@
117
<failOnViolation>true</failOnViolation>
118
</configuration>
119
</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>
133
</plugins>
134
</build>
135
0 commit comments