jcabi-beanstalk-maven-plugin

AWS Elastic Beanstalk Deployment Maven Plugin

Лицензия

Лицензия

BSD
Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.jcabi
Идентификатор

Идентификатор

jcabi-beanstalk-maven-plugin
Последняя версия

Последняя версия

0.11
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

jcabi-beanstalk-maven-plugin
AWS Elastic Beanstalk Deployment Maven Plugin
Ссылка на сайт

Ссылка на сайт

http://www.jcabi.com/jcabi-beanstalk-maven-plugin
Организация-разработчик

Организация-разработчик

jcabi.com
Система контроля версий

Система контроля версий

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

Скачать jcabi-beanstalk-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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