Added repositories to distribution management section
parent
3bdc72d0bd
commit
801629d139
18
pom.xml
18
pom.xml
|
|
@ -14,13 +14,20 @@
|
|||
|
||||
<name>ScientificCMS</name>
|
||||
<url>https://www.scientificcms.org</url>
|
||||
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>scientificcms-site</id>
|
||||
<name>ScientificCMS</name>
|
||||
<url>https://www.scientificcms.org/project-sites/</url>
|
||||
</site>
|
||||
<snapshotRepository>
|
||||
<id>libreccm-snapshots</id>
|
||||
<url>https://packages.libreccm.org/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>libreccm-releases</id>
|
||||
<url>https://packages.libreccm.org/repository/maven-releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<organization>
|
||||
|
|
@ -33,13 +40,10 @@
|
|||
<url>http://www.gnu.org/licenses/lgpl-2.0.html</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<!--
|
||||
ToDo
|
||||
<scm>
|
||||
|
||||
<!-- <scm>
|
||||
<developerConnection>scm:svn:https://svn.libreccm.org/ccm/ccm_ng</developerConnection>
|
||||
</scm>
|
||||
-->
|
||||
</scm>-->
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
|
|
|
|||
Loading…
Reference in New Issue