[
https://issues.apache.org/jira/browse/HAMA-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikalai Parafeniuk updated HAMA-508:
------------------------------------
Fix Version/s: 0.5.0
Status: Patch Available (was: Open)
Index: pom.xml
===================================================================
--- pom.xml (revision 1309468)
+++ pom.xml (working copy)
@@ -332,6 +332,23 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.4.1</version>
+ <configuration>
+ <filesets>
+ <fileset>
+ <directory>${basedir}</directory>
+ <includes>
+ <include>**/target/surefire-reports/*</include>
+ <include>lib/*</include>
+ </includes>
+ <followSymlinks>false</followSymlinks>
+ </fileset>
+ </filesets>
+ </configuration>
+ </plugin>
</plugins>
</build>
> Add clean plugin
> ----------------
>
> Key: HAMA-508
> URL: https://issues.apache.org/jira/browse/HAMA-508
> Project: Hama
> Issue Type: Improvement
> Components: build
> Reporter: Edward J. Yoon
> Assignee: Mikalai Parafeniuk
> Priority: Minor
> Labels: newbie
> Fix For: 0.5.0
>
>
> Current build copies dependencies to lib directory, and daemons creates a log
> of its activities in log directory.
> To fully clean project w/ mvn clean command, we can use clean plugin[1].
> 1.
> http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira