maven-clean-plugin

Maven clean not deleting files

早过忘川 提交于 2019-12-11 14:57:35
问题 I have two files in my directory like this: a.b.so a.so I want to delete only a.b.so . So here is my Maven clean plugin entry in my pom.xml file: <plugin> <artifactId>maven-clean-plugin</artifactId> <executions> <execution> <id>auto-clean</id> <phase>prepare-package</phase> <goals> <goal>clean</goal> </goals> <configuration> <excludeDefaultDirectories>true</excludeDefaultDirectories> <filesets> <fileset> <directory>${project.build.directory}/libs/x86</directory> <includes> <include>*.so<

Maven Building Error

こ雲淡風輕ζ 提交于 2019-12-05 23:06:39
When I try to run mvn clean package I am getting the following error Downloading: http://repo.maven.apache.org/maven2/org/apache/maven /plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] YCSB Root ......................................... FAILURE [21.334s] [INFO] Core YCSB ......................................... SKIPPED [INFO] Cassandra DB Binding .............................. SKIPPED [INFO] HBase DB Binding .................................. SKIPPED [INFO]