Skip to content

Instantly share code, notes, and snippets.

@bitsandbytes
Last active November 26, 2022 20:22
Show Gist options
  • Save bitsandbytes/0c692b6a1a2862439d243fb1198168e2 to your computer and use it in GitHub Desktop.
Save bitsandbytes/0c692b6a1a2862439d243fb1198168e2 to your computer and use it in GitHub Desktop.
IntelliJ secrets
# In CentOs 6, edit /etc/sysctl.conf
fs.inotify.max_user_watches = 524288
# Then make change take effect
sudo sysctl -p
# Then start up IntelliJ
# How to list goals for each package in your current project
mvn fr.jcgay.maven.plugins:buildplan-maven-plugin:list-phase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment