Skip to content

Instantly share code, notes, and snippets.

@ushkinaz
Last active December 10, 2015 05:29
Show Gist options
  • Save ushkinaz/4388198 to your computer and use it in GitHub Desktop.
Save ushkinaz/4388198 to your computer and use it in GitHub Desktop.
Force IntelliJ Idea to reread all dependencies from your maven project
#!/bin/sh
sed -i "/\<orderEntry type=\"library\" /d" */*.iml
sed -i "/\<orderEntry type=\"module\" /d" */*.iml
rm -f .idea/libraries/*
rm -f .idea/artifacts/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment