vladmihalcea / hypersistence-optimizer

Hypersistence Optimizer allows you to get the most out of JPA and Hibernate. By scanning your application configuration and mappings, Hypersistence Optimizer can tell you what changes you need to do to speed up your data access layer.
https://vladmihalcea.com/hypersistence-optimizer/
Apache License 2.0
315 stars 43 forks source link

Add Apache Archiva deploy scripts #107

Closed vladmihalcea closed 4 years ago

vladmihalcea commented 4 years ago

Sharing the Hypersistence Optimizer Maven artifacts is easier when using a tool like Apache Archiva. Therefore, we need to add the following two scripts:

These two scripts will help the user deploy the Hypersistence Optimizer Maven artifacts from the pack to the Apache Archiva repository.

vladmihalcea commented 4 years ago

Fixed.