-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
2.0.0.Beta3
-
None
When prototyping using a Forge script, sometimes I would like to have a command that would delete parts of a project (or everything) from dependencies in the pom.xml to source code. Something like :
jpa-clear # deletes the code of the entities and the JPA dependencies jsf-clear # deletes the backing bean and pages ... project-clear # deletes everything (source code, and pom dependencies) leaving empty directories and artifactId and groupId
And then I would be able to start again from scratch without leaving the CLI.