mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
REPO-2724 Add git and nexus links
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -11,6 +11,24 @@
|
|||||||
<version>8</version>
|
<version>8</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:git@github.com:Alfresco/alfresco-repository.git</connection>
|
||||||
|
<developerConnection>scm:git:git@github.com:Alfresco/alfresco-repository.git</developerConnection>
|
||||||
|
<url>https://github.com/Alfresco/alfresco-repository</url>
|
||||||
|
<tag>HEAD</tag>
|
||||||
|
</scm>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>alfresco-internal</id>
|
||||||
|
<url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>alfresco-internal-snapshots</id>
|
||||||
|
<url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<repositoryTestIncludes>**/org/alfresco/Repository*TestSuite.java</repositoryTestIncludes>
|
<repositoryTestIncludes>**/org/alfresco/Repository*TestSuite.java</repositoryTestIncludes>
|
||||||
|
|
||||||
@@ -1109,7 +1127,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
|
Reference in New Issue
Block a user