Jakarta EE / MicroProfile Maven Archetype with System Tests Support

The 0.0.7+ version of the Jakarta EE / MicroProfile essentials archetype:


mvn archetype:generate \
    -DarchetypeGroupId=com.airhacks \
    -DarchetypeArtifactId=jakartaee-essentials-archetype \
    -DarchetypeVersion=0.0.7

...generates a microservice with corresponding system test.

The following command:


mvn archetype:generate \
    -DarchetypeGroupId=com.airhacks \
    -DarchetypeArtifactId=jakartaee-essentials-archetype \
    -DarchetypeVersion=0.0.7 \
    -DgroupId=com.airhacks \
    -DartifactId=duke \
    --batch-mode

...creates the duke (Java 11, Jakarta EE 8, MicroProfile 3 based) microservice, as well as, the module duke-st containing the System- / Black Box tests.

The system tests are accessing the microservice via the Rest Client for MicroProfile API and JUnit 5.

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed
...the last 150 posts
...the last 10 comments
License