carlspring / idempotence

The idempotence test resource framework
https://carlspring.github.io/idempotence/
Apache License 2.0
3 stars 0 forks source link

Implement a Maven extension #9

Closed carlspring closed 1 month ago

carlspring commented 3 months ago

Task Description

The extension should be a separate module and contain a class that has a @PostConstruct method which sets:

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.

Open Questions

Notes

Task List

The following tasks will need to be carried out:

Useful Commands

Incurred Costs

Task Relationships

This task:

Resources

Useful Links

Points of Contact

carlspring commented 1 month ago

Implemented.