[
https://issues.apache.org/jira/browse/HAMA-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022112#comment-13022112
]
Edward J. Yoon commented on HAMA-382:
-------------------------------------
Yes, I did. but build fails.
{code}
...
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar:
/home/edward/workspace/hama-trunk/target/hama-core-0.3.0-incubating-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing
/home/edward/workspace/hama-trunk/target/hama-core-0.3.0-incubating-SNAPSHOT.jar
to
/home/edward/.m2/repository/org/apache/hama/hama-core/0.3.0-incubating-SNAPSHOT/hama-core-0.3.0-incubating-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 13 seconds
[INFO] Finished at: Wed Apr 20 22:20:18 KST 2011
[INFO] Final Memory: 36M/302M
[INFO] ------------------------------------------------------------------------
edward@slave:~/workspace/hama-trunk$
edward@slave:~/workspace/hama-trunk$
edward@slave:~/workspace/hama-trunk$
edward@slave:~/workspace/hama-trunk$ mvn -Pexamples package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The projects in the reactor contain a cyclic reference: Edge between
'Vertex{label='org.apache.hama:hama-core'}' and
'Vertex{label='org.apache.hama:hama-core'}' introduces to cycle in the graph
org.apache.hama:hama-core --> org.apache.hama:hama-core
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Apr 20 22:20:25 KST 2011
[INFO] Final Memory: 2M/74M
[INFO] ------------------------------------------------------------------------
{code}
> Refactor HAMA POM
> -----------------
>
> Key: HAMA-382
> URL: https://issues.apache.org/jira/browse/HAMA-382
> Project: Hama
> Issue Type: Improvement
> Components: build , examples
> Affects Versions: 0.2.0
> Reporter: Tommaso Teofili
> Assignee: Tommaso Teofili
> Fix For: 0.3.0
>
> Attachments: HAMA-382.patch
>
>
> Refactoring include:
> Change the groupId to not include the 'incubator' and replace it with 'hama'
> as the 'incubating' suffix is already added to the artifact version and the
> artifactId to 'hama-core', thus the resulting artifact would be
> org.apache.hama/hama-core/$version-incubating.
> Create a profile 'examples' to generate the hama-examples jar with Maven
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira