Closed carlspring closed 1 month ago
The extension should be a separate module and contain a class that has a @PostConstruct method which sets:
@PostConstruct
org.carlspring.testing.idempotence.basedir=target/test-resources
Currently, this is hard-coded in IdempotenceProperties to default to target/test-resources, if no value is set for theorg.carlspring.testing.idempotence.basedir System property.
IdempotenceProperties
target/test-resources
org.carlspring.testing.idempotence.basedir
The following tasks will need to be carried out:
This task:
Implemented.
Task Description
The extension should be a separate module and contain a class that has a
@PostConstruct
method which sets:Currently, this is hard-coded in
IdempotenceProperties
to default totarget/test-resources
, if no value is set for theorg.carlspring.testing.idempotence.basedir
System property.Open Questions
Notes
Task List
The following tasks will need to be carried out:
Useful Commands
Incurred Costs
Task Relationships
This task:
10
Resources
Useful Links
Points of Contact