DOC

com.dzodi : aws-deploy-maven-plugin

Maven & Gradle

Sep 15, 2021
2 stars

aws-deploy-maven-plugin Maven Mojo · This Maven plugin lets you deploy your Docker image to AWS ECR by existed Dockerfile in baseDir and deploy cloudformation project. With AWS Cloudformation and AWS ECR support, you can deploy your java application to AWS. Easy!

Table Of Contents

Latest Version

Download com.dzodi : aws-deploy-maven-plugin Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file aws-deploy-maven-plugin-1.0.14-javadoc.jar to aws-deploy-maven-plugin-1.0.14-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder aws-deploy-maven-plugin-1.0.14-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "aws-deploy-maven-plugin-1.0.14-sources.jar" -d "aws-deploy-maven-plugin-1.0.14-javadoc" -subpackages 

Advertisement