#28 Configuring SCM in aggregator POM to make maven-release-plugin work

This commit is contained in:
Gunnar Morling 2013-05-30 21:08:45 +02:00
parent 97f85b6284
commit ae3e95acc5

View File

@ -55,4 +55,12 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<!-- Required here as the maven-release-plugin will otherwise get the URL wrong -->
<scm>
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
<developerConnection>scm:git:git@github.com:mapstruct/mapstruct.git</developerConnection>
<url>https://github.com/mapstruct/mapstruct/</url>
</scm>
</project> </project>