adamw7 / tools

code generation and data oriented tools
MIT License
5 stars 1 forks source link

Include dependences in the maven packages published during release #54

Closed adamw7 closed 9 months ago

adamw7 commented 9 months ago

We need a assembly uber jar etc

adamw7 commented 9 months ago

Something like: `

maven-assembly-plugin 3.3.0 jar-with-dependencies make-assembly package single

`

adamw7 commented 9 months ago

Implemented