Skip to content

af-not-found/qdeploy-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qdeploy-maven-plugin

qdeploy-maven-plugin is a maven plugin to deploy war file quickly.

Overview

qdeploy-maven-plugin requires a daemon web application named qdeploy-maven-webapp.

img

Configuration

plugin side

  • QDEPLOY_KEY (system property or environment value)
    • String for authentication.
  • pom.xml
<plugin>
    <groupId>net.afnf</groupId>
    <artifactId>qdeploy-maven-plugin</artifactId>
    <version>1.0.1</version>
    <configuration>
      <webappDir>target/myapp</webappDir>
      <finalName>myapp</finalName>
      <deployUrl>http://localhost:8080/qdeploy</deployUrl>
    </configuration>
</plugin>

webapp side

  • QDEPLOY_WARDIR (system property or environment value)
    • Path to directly of war file, such as /usr/local/jetty/webapps/, /usr/local/tomcat/webapps/.
  • QDEPLOY_KEY (system property or environment value)
    • String for authentication.

Releases

No releases published

Packages

No packages published

Languages