
|
If you were logged in you would be able to see more operations.
|
|
|
AppFuse
Created: 18/Dec/07 06:33 PM
Updated: 18/Dec/07 07:00 PM
|
|
| Component/s: |
Tools - AMP
|
| Affects Version/s: |
2.0.1
|
| Fix Version/s: |
None
|
|
|
appfuse:remove removes all code that starts with the entity name you give it. So, if I have a domain object named Risk.java, and I run mvn appfuse:remove -Dentity=Risk, Risk.java, RiskReports.java, and RiskAllOtherDomainObjectsIWantToKeep.java get removed too.
|
|
Description
|
appfuse:remove removes all code that starts with the entity name you give it. So, if I have a domain object named Risk.java, and I run mvn appfuse:remove -Dentity=Risk, Risk.java, RiskReports.java, and RiskAllOtherDomainObjectsIWantToKeep.java get removed too. |
Show » |
|