Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 393 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 393 Bytes

mayu-wordnet

Wordnet based capabilities.

To build:

mvn clean install

To release:

  1. change version in pom to released version
  2. mvn -Dmaven.test.skip=true -DAWS_DEFAULT_REGION=us-west-2 deploy

Note: you will need to have proper maven creds stored in your ~/.m2/settings.xml file.

  1. change version in pom to released version, e.g. x.x.x+1-SNAPSHOT
  2. check in new pom file