Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 683 Bytes

archimedes-maven-tiles-examples

This project tries to be a simple but complete example of use of achimedes-maven-tiles.

Examples cover the use of next tiles defined in archimedes-maven-tiles project:

  • app-launcher-tile
  • micronaut-app-launcher-tile
  • postgresql-tile
  • micronaut-postgresql-tile
  • sqlserver-tile
  • micronaut-sqlserver-tile
  • wiremock-tile

To build (compile, test, package, integration tests...) the complete project you can run in the root project directory:

mvn clean install

Please check the source code, specially the different pom.xml, to see how all things are configured.