Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Hi Bob,
I'm working on some refactorings for Maven and I have
a need to rename a Goal. However, it seems there is
no setName() method on the Goal object.
I can see 2 options :
- add a new setName()
- add a clone(String newName) method
Otherwise, I have to recreate a Goal from scratch, get
all its data, and repopulate the new goal ...
Thanks
-Vincent