Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve deploy task to deploy apps to configDropins/overrides as server.xml entries #50

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

MisaelSalcido
Copy link
Contributor

Issue resolved: #2

The deploy task can now specify whether deploy to the dropins folder or configDropins/overrides folder as an xml file named appName.extension.xml. This file will have an application tag with the name and location of the file deployed. To undeploy applications, it just deletes this file.

Changes to UndeployTask:

  • If it is undeploying an xml file, change the location to configDropins/overrides and add the .xml extension.

Changes to DeployTask:

  • Created a method for deploy to dropins (deployToDropins) and deploy to xml file (deployToXml)
  • Created a method to check the deployment of apps.

Changes to README:

  • Added the parameters deployTo to deploy task and from to undeploy task.
  • Updated the description and examples of both deploy and undeploy tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve application deployment/undeployment
1 participant