Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 323 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 323 Bytes

Building

  • Run mvn clean install
  • To create the zip distribution, run mvn clean install -Pdistribution - the resulting zip is located in dist/target/seam-mail-${version}.zip
  • The readme.txt placed in the distribution is not this one, see dist/src/main/assembly/readme.txt

Testing

run mvn clean verify