Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 505 Bytes

What?

das-archetype-plugin contains all you need to generate your own maven archetype to bootstrap developing datameer DAS plugins.

The archetype will configure a maven project, including assembly configuration that generates packages compatible with DAS.

How?

  • Checkout the project
  • Type "mvn clean install"
  • Use the created archetype with "mvn archetype:generate -archetypeCatalog=local"

Feedback, changes, additions highly welcome. Let me know, you find this little project useful.