$ git clone -b v1.2.3 https://github.com/apache/storm.git 

$ cd storm

$ mvn clean install -DskipTests

$ cd storm-dist/binary && mvn package

$ cd target

$ ls apache-storm-1.2.3.tar.gz

 

reference: https://paulsmooth.tistory.com/37

 

Apache Storm 빌드 및 테스트

Apache Storm 빌드 및 테스트 - 해당 글은 Apache Storm 1.1.0 을 기준으로 작성되었으며, 릴리즈에 따라서 상세 내용이 변경될 수 있습니다. 1. 사전요구사항 - 메뉴얼에는 Maven 3.2.5 나 그 이하의 버전을 사용..

paulsmooth.tistory.com

 


1
2
3
4
5
6
7
8
9
10
11
12
13
14
<build>
    <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
    <resources>
        <resource>
            <directory>${basedir}/src/main/resources</directory>
        </resource>
    </resources>
 
    <plugins>
        <plugin>
            ...
        </plugin>
    </plugins>
</build>
cs



참고: http://wiki.gurubee.net/pages/viewpage.action?pageId=2457625

'Etc.' 카테고리의 다른 글

MS Word Footnote Issue  (0) 2020.11.29
The required Server component failed to start so Tomcat is unable to start.  (0) 2018.07.09

+ Recent posts