You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by 鞠大升 <da...@gmail.com> on 2014/06/11 04:07:01 UTC

how to deploy storm-0.9.2-incubating to my own maven repos?

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
dashengju@gmail.com

Fwd: how to deploy storm-0.9.2-incubating to my own maven repos?

Posted by 鞠大升 <da...@gmail.com>.
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
dashengju@gmail.com

Re: how to deploy storm-0.9.2-incubating to my own maven repos?

Posted by Haralds Ulmanis <ha...@evilezh.net>.
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, 鞠大升 <da...@gmail.com> 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
> dashengju@gmail.com
>