kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Create a maven archetype #6

Closed kgress closed 5 years ago

kgress commented 5 years ago

Summary

Somewhat related to #11 , we should create a Maven Archetype and push it to the maven repo. This will allow users to quickly and efficiently get started with a new project without having to worry about the organization and formatting of their codebase.

We should think about what exactly is going to be created with this archetype. Should we create an archetype that provides similar purpose to what the example code base does? In this case, having a runnable example from the moment you create the new project with the archetype. Or, should we only worry about the package structure and some default files like the application.properties file?

I think open discussion is warranted regarding what we would like to see with the archetype.

Questions/Concerns

A/C

kgress commented 5 years ago

The maven archetype can be found here: https://github.com/kgress/scaffold-archetype.

Additional tickets to be filed for fleshing this out.