The <scm> tag should be configured in the project's pom.xml. It should look similar to the following
<scm>
<connection>scm:svn:[project_url]</connection>
<developerConnection>scm:svn:[project_url]</developerConnection>
<url>[URL of the project]</url>
</scm>
| Field | Value |
| POM filename | pom.xml |
| Goals | npanday.plugin:NPanday.Plugin.SysRef.JavaBinding:prepare |
| Arguments | --batch-mode –non-recursive |
| Schedule, Build Environment, Type | default values |
| Description | optional |
For instructions on releasing projects using Apache Continuum, you can refer to Apache Continuum release documentation.