DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

AMP Archetype is using the old repository URLs #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. run the following command:
   * mvn archetype:generate
-DarchetypeCatalog=http://repository.sourcesense.com/nexus/content/repositories/
alfresco.public.releases/archetype-catalog.xml
2. enter the following values:
   * Archetype: 1
   * groupId: com.acme.test
   * artefactId: test-amp
   * version: 1.0-SNAPSHOT
   * package: com.acme.test

Expected result:
The pom.xml contains the following repository URLs (for both artifact and
plugin repositories):
http://repository.sourcesense.com/nexus/content/repositories/alfresco.public.rel
eases/

Actual result:
The pom.xml contains the following repository URLs (for both artifact and
plugin repositories): http://repository.sourcesense.com/maven2

Original issue reported on code.google.com by pmo...@gmail.com on 28 Oct 2009 at 6:47

GoogleCodeExporter commented 9 years ago
Already fixed, now will be updated to the new repo maven.alfresco.com

Original comment by colum...@gmail.com on 2 Dec 2009 at 12:41