duan xiong created OOZIE-3433: --------------------------------- Summary: [build] Set up mvn clean to delete the "build" directory as well Key: OOZIE-3433 URL: https://issues.apache.org/jira/browse/OOZIE-3433 Project: Oozie Issue Type: Improvement Components: build Affects Versions: 5.1.0 Reporter: duan xiong Assignee: duan xiong
There are folders named build in every project we have. They are taking up a ton of space and not cleaned away when executing "mvn clean": There's an extra number of 0 in front filesets: {code:java} <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> <configuration> 0 <filesets> <fileset> <directory>build</directory> </fileset> </filesets> </configuration> </plugin> {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)