mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
Issue #112: leave default update policy for snapshot repository in allinone archetype
Set credentials in distributionManagement for continuous build git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@666 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
505d7f7659
commit
3dc65c84dd
@ -58,9 +58,6 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>alfresco-artifacts-snapshots</id>
|
<id>alfresco-artifacts-snapshots</id>
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>
|
<url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>
|
||||||
<snapshots>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
</project>
|
</project>
|
||||||
|
4
pom.xml
4
pom.xml
@ -86,13 +86,13 @@
|
|||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>alfresco-releases</id>
|
<id>alfresco-internal</id>
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/repositories/releases
|
<url>https://artifacts.alfresco.com/nexus/content/repositories/releases
|
||||||
</url>
|
</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<name>alfresco snapshots repository</name>
|
<name>alfresco snapshots repository</name>
|
||||||
<id>alfresco-snapshots</id>
|
<id>alfresco-internal-snapshots</id>
|
||||||
<url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots
|
<url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots
|
||||||
</url>
|
</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user