'What is scm connection in pom.xml?
I don't know what is scm connection plugins code for pom.xml in Spring Maven Environment. Our development team is using the scm plug-in
For Example
<scm>
<connection>scm:svn:http://svn.test.dev/svn/TestFlow/trunk/test/TestWeb</connection>
</scm>
However, even if the code is annotated, Maven build works well. And We no longer manage the source with svn.
If the Maven build is successful, will there be no problem with annotating and using the code?
I look forward to reviewing from you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
