offline:
Determines whether maven should attempt to connect to the network when executing a build.
This will have an effect on artifact downloads, artifact deployment, and others.
Default: false
<offline>false</offline>
...
...
<profiles>
<profile>
<repositories>
<repository>
<snapshots>
<updatePolicy>daily</updatePolicy>
</snapshots>
<id>maven-repoid</id>
<url>/</url>
</repository>
...
...