mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
APPS-886 Clean up Mvn Repo configuration
This commit is contained in:
@@ -22,18 +22,8 @@
|
|||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>alfresco-internal</id>
|
<id>alfresco-internal</id>
|
||||||
<name>Alfresco Internal Repository</name>
|
<name>Alfresco Internal Repository</name>
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/internal</url>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>alfresco-public</id>
|
|
||||||
<name>Alfresco Public Repository</name>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
|
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
<pluginRepository>
|
|
||||||
<id>alfresco-private</id>
|
|
||||||
<name>Alfresco Private Repository</name>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/private</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
@@ -55,7 +45,7 @@
|
|||||||
<password>${env.MAVEN_PASSWORD}</password>
|
<password>${env.MAVEN_PASSWORD}</password>
|
||||||
</server>
|
</server>
|
||||||
<server>
|
<server>
|
||||||
<id>alfresco-private</id>
|
<id>alfresco-public</id>
|
||||||
<username>${env.MAVEN_USERNAME}</username>
|
<username>${env.MAVEN_USERNAME}</username>
|
||||||
<password>${env.MAVEN_PASSWORD}</password>
|
<password>${env.MAVEN_PASSWORD}</password>
|
||||||
</server>
|
</server>
|
||||||
|
48
pom.xml
48
pom.xml
@@ -34,42 +34,6 @@
|
|||||||
<maven>3.3.9</maven>
|
<maven>3.3.9</maven>
|
||||||
</prerequisites>
|
</prerequisites>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>alfresco-internal</id>
|
|
||||||
<name>Alfresco Internal Repository</name>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/internal/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>alfresco-public</id>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>alfresco-public-snapshots</id>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>alfresco-private</id>
|
|
||||||
<name>Alfresco Internal Repository</name>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/private</url>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>alfresco-public</id>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>alfresco-plugin-public</id>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>alfresco-plugin-public-snapshots</id>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>alfresco-internal</id>
|
<id>alfresco-internal</id>
|
||||||
@@ -98,18 +62,6 @@
|
|||||||
<module>rm-automation</module>
|
<module>rm-automation</module>
|
||||||
<module>rm-benchmark</module>
|
<module>rm-benchmark</module>
|
||||||
</modules>
|
</modules>
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>alfresco-internal</id>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/private</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>alfresco-private</id>
|
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/private</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
</profile>
|
</profile>
|
||||||
<!-- Generate the Javadoc for Public API only (filtered on AlfrescoPublicApi annotation) -->
|
<!-- Generate the Javadoc for Public API only (filtered on AlfrescoPublicApi annotation) -->
|
||||||
<profile>
|
<profile>
|
||||||
|
Reference in New Issue
Block a user