jcabi-beanstalk-maven-plugin

AWS Elastic Beanstalk Deployment Maven Plugin

License

License

BSD
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.jcabi
ArtifactId

ArtifactId

jcabi-beanstalk-maven-plugin
Last Version

Last Version

0.11
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

jcabi-beanstalk-maven-plugin
AWS Elastic Beanstalk Deployment Maven Plugin
Project URL

Project URL

http://www.jcabi.com/jcabi-beanstalk-maven-plugin
Project Organization

Project Organization

jcabi.com
Source Code Management

Source Code Management

https://github.com/jcabi/jcabi-beanstalk-maven-plugin

Download jcabi-beanstalk-maven-plugin

How to add to project

<plugin>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-beanstalk-maven-plugin</artifactId>
    <version>0.11</version>
</plugin>

Dependencies

compile (8)

Group / Artifact Type Version
com.jcabi : jcabi-log jar 0.15.1
com.jcabi : jcabi-maven-slf4j jar 0.9
com.amazonaws : aws-java-sdk jar 1.5.8
org.jfrog.maven.annomojo : maven-plugin-anno jar 1.4.1
commons-codec : commons-codec jar 1.10
commons-io : commons-io jar 2.4
com.google.guava : guava jar 18.0
org.apache.commons : commons-lang3 jar 3.3.2

provided (5)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.14.8
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.maven : maven-settings jar 3.0.5
org.apache.maven : maven-artifact jar 3.0.5
org.apache.maven : maven-project jar 3.0-alpha-2

Project Modules

There are no modules declared in this project.

EO principles respected here Managed by Zerocracy DevOps By Rultor.com

Build Status PDD status Build status Maven Central Javadoc

More details are here: beanstalk.jcabi.com

The plugin automates deployment of Java WAR applications to AWS Elastic Beanstalk. The plugin is designed with a minimalistic approach, so that you don't need to provide a lot of configuration options. Instead, there are a few conventions:

  • CNAME of a "primary" environment is always the same as the application name

  • Environments are configured only by saved configuration templates

  • Deployment is done either by CNAME swap or version update

  • An application always contains only one "primary" environment.

Details are explained in usage documentation, but in short it works like this:

<project>
  <build>
    <plugins>
      <plugin>
        <groupId>com.jcabi</groupId>
        <artifactId>jcabi-beanstalk-maven-plugin</artifactId>
        <configuration>
          <name>example</name>
          <bucket>webapps.example.com</bucket>
          <key>${project.artifactId}-${project.version}.war</key>
          <template>example</template>
        </configuration>
        <executions>
          <execution>
            <goals>
              <goal>deploy</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

Questions?

If you have any questions about the framework, or something doesn't work as expected, please submit an issue here.

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice
com.jcabi

jcabi.com

Small java components

Versions

Version
0.11
0.10
0.9.2
0.9.1
0.9
0.8
0.7.22
0.7.21
0.7.20
0.7.19
0.7.18
0.7.17
0.7.16
0.7.15
0.7.14
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7
0.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5
0.4.1
0.4
0.3