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

clean goal #9

Closed
bwa opened this issue Dec 16, 2013 · 3 comments
Closed

clean goal #9

bwa opened this issue Dec 16, 2013 · 3 comments

Comments

@bwa
Copy link

bwa commented Dec 16, 2013

There is no option to remove applications added with install-apps. A clean goal could be created to remove alle deployed apps

@bwa
Copy link
Author

bwa commented Nov 3, 2014

I see that undeploy does some of this (only one app), but clean could be used to remove all installed apps

@bwa
Copy link
Author

bwa commented Apr 7, 2015

A typical use case is when a snapshot is updated (mvn -Pliberty in my setup).

My pom profile liberty has
install

I can see that the dropins directory is refreshed with latest snapshot, but the server sees that as a :

[AUDIT ] CWWKG0018I: The server configuration was not updated. No functional changes were detected.

a mvn clean install -Pliberty could clean all applications before a new install, that would also reflect a change (removal) of dependencies in the pom

@jgawor
Copy link
Contributor

jgawor commented Feb 24, 2016

Added a clean-goal and published a new 1.2-SNAPSHOT with the latest changes.

@jgawor jgawor closed this as completed Feb 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants