Hi, If I remember right - you need to disable this plugin (comment out or
delete lines):
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
On 11 June 2014 03:07, 鞠大升 <[email protected]> wrote:
> 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]
>