oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Decouple archetype from sample (restaurant) #628

Closed hohwille closed 6 years ago

hohwille commented 6 years ago

We are going to delete our old restaurant sample app that has been replaced with MTS. However, our maven archetype (project template) is build from the old restaurant sample app.

Therefore, we need to decouple the archetype entirely from the old restaurant sample app. This will also allow us to maintain the archetype individually and more easy.

hohwille commented 6 years ago

Was done with #629 that has been merged meanwhile.