Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 711 Bytes

File metadata and controls

36 lines (27 loc) · 711 Bytes

MoC Java

MoC client for Java

Java CI with Maven

Usage

See city.makeour.moc.examples

Development

Testing

Set xxxx.code-workspace env and use it.

{
  "settings": {
    "java.jdt.ls.java.home": "/Users/xxxx/.jenv/versions/17",
    "java.test.config": {
      "env": {
        "TEST_COGNITO_USER_POOL_ID": "",
        "TEST_COGNITO_CLIENT_ID": "",
        "TEST_COGNITO_USERNAME": "",
        "TEST_COGNITO_PASSWORD": ""
      }
    }
  }
}
mvn clean install
mvn test