mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#28 Configuring SCM in aggregator POM to make maven-release-plugin work
This commit is contained in:
parent
97f85b6284
commit
ae3e95acc5
8
pom.xml
8
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user