Have the same problem. My solution is to add distributionManagement tag to main pom:
...
</dependencyManagement>
<distributionManagement>
<repository>
<id>...</id>
<url>https://nexus..../releases/</url>
</repository>
</distributionManagement>