Some Maven commands I often use recently:
Skip tests (not for deployment to production :))
1 |
mvn clean package -Dmaven.test.skip=true |
Some Maven commands I often use recently:
Skip tests (not for deployment to production :))
1 |
mvn clean package -Dmaven.test.skip=true |
Steps to manually sign a jar
1 |
keytool -genkey -v -keystore ~/dmitry-dev.keystore -alias dmitry-dev -keyalg RSA -keysize 2048 -validity 10000 |
Enter password and passphrase, remember them Continue reading
Here is Amazon sign in form with 3 fields: Account, User name, Password. I always forget it and decided to store it here to not search it again in internet every time.
https://12345678.signin.aws.amazon.com/console
Usually Amazon offers another log in form with 2 fields, which does not suit me.