Refactor 'hama' script and pom.xml
----------------------------------

                 Key: HAMA-394
                 URL: https://issues.apache.org/jira/browse/HAMA-394
             Project: Hama
          Issue Type: Improvement
          Components: build , scripts 
    Affects Versions: 0.2.0
            Reporter: Edward J. Yoon
            Assignee: Edward J. Yoon
             Fix For: 0.3.0


We need to 

 * Change 'build/**' to 'target/**'
 * Add maven-dependency-plugin
 * Remove unused codes 

For example,

{code}
for f in $HAMA_HOME/lib/jsp-2.1/*.jar; do
  CLASSPATH=${CLASSPATH}:$f;
done
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to