Maven-publish plugin - Does Maven repo should exist on the computer?

Hi
I am using maven-publish plugin to deploy artifacts to the local Maven repo (.m2).
Will the plugin create the local repo if the build script runs on a computer where Maven was never used?

Thanks

Avishay