yoseplee / plum

A simple blockchain node for conducting experiment on several consensus algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build 도구 선정

yoseplee opened this issue · comments

commented

Gradle vs Maven

개인적으로 Gradle에 더 친숙함

이번 작업에서는 특히 커맨드 라인으로 처리하는 것이 많으므로 gradle이 더 괜찮지 않을까 하는 생각이 있음

다방면에서 고려하도록 하자

commented

추후 인수인계 등을 고려하였을 때 연구실 인원들이 Maven에 익숙한 환경이므로 Maven을 이용한다.

개인적으로 Gradle을 사용하고 싶지만...

commented

위 결정에 따라 현재 Project를 maven project로 변경한다.

groupId: com.yoseplee
artifactId: plum-network
package: plum

commented

변경에 따라 프로젝트 내의 디렉토리 구조가 바뀔 예정이다

RMI기반의 작업 내용 -> legacy/

plum project -> plum/

commented

Maven 구조로 변환 완료하였으므로 본 이슈를 닫는다