'Add maven project to m2 folder in intellij idea after build

Add project to m2 folder after build in Netbeans. Is there such a feature in Intellij idea that save in the m2 folder after build?



Solution 1:[1]

Run mvn install to install to ~/.m2

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Thorbjørn Ravn Andersen