Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 575 Bytes

Deploy

Library now available at Maven Central: ro.flexbiz.util:commons:1.0.1

To deploy:

  1. Set MAVEN_GPG_PASSPHRASE environment variable with the pgp passphrase
  2. Create C:\Users\danut\.m2\settings.xml with:
<settings>
  <servers>
    <server>
      <id>central</id>
      <username>[maven central generated token username]</username>
	  <password>[maven central generated token password]</password>
    </server>
  </servers>
</settings>
  1. Run mvn clean deploy

Install locally

Run the following Maven goal to build the jar:

source:jar install