In DEVELOPER.md,I found how to build the code and create a storm distribution:
mvn clean install -DskipTests=true cd storm-dist/binary && mvn package But how to deploy storm-0.9.2-incubating to my own maven repos? I have changed the pom.xml, distributionManagement section to my own maven repos, but when run mvn deploy, failed with: ---------------------------------------------------------------------- Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/storm/storm/0.9.2-incubating-SNAPSHOT/maven-metadata.xml Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/storm/storm/0.9.2-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 0.2 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/storm/storm/0.9.2-incubating-SNAPSHOT/storm-0.9.2-incubating-20140611.020306-2.pom ---------------------------------------------------------------------- -- dashengju +86 13810875910 [email protected]
