#!/bin/bash mvn cleanmvn compilemvn compile testmvn test
#!/bin/bash
mvn clean
mvn compile
mvn compile test
mvn test