amazon s3 - Uploading WAR file to S3 using ingenieux beanstalk maven plugin hangs -
i trying upload war s3 using ingenieux beanstalk plugin. hangs trying upload. come across anomaly?
i following tutorial here: http://beanstalker.ingenieux.com.br/beanstalk-maven-plugin/usage.html
mvn beanstalk:upload-source-bundle
here logs:
[warning] should encrypt passwords. see http://beanstalker.ingenieux.com.br/security.html more information [info] target path: s3://some-bucket/test-web2-0.0.1-snapshot.war [info] uploading artifact file: c:\users\chin boon\documents\workstation\test-web2\target\test-web2-0.0.1-snapshot.war
pom.xml:
<plugin> <groupid>br.com.ingenieux</groupid> <artifactid>beanstalk-maven-plugin</artifactid> <configuration> <s3bucket>some-bucket</s3bucket> <s3key>${project.build.finalname}.war</s3key> <!-- save s3://[bucket name]/artifactid-version-timestamp.war --> </configuration> </plugin>
we don't support s3 uploading (too slow, error prone), , suggest using fast-deploy instead.
$ mvn archetype:generate -dfilter=elasticbeanstalk]
to sample pom apply
Comments
Post a Comment