[ http://jira.codehaus.org/browse/ARCHETYPE-1?page=all ]

Jason van Zyl closed ARCHETYPE-1.
---------------------------------

    Resolution: Fixed

This now works.

> cannot create project based on archetype that is not in cetral repository
> -------------------------------------------------------------------------
>
>                 Key: ARCHETYPE-1
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-1
>             Project: Maven Archetype
>          Issue Type: Bug
>            Reporter: Milos Kleint
>         Assigned To: Jason van Zyl
>            Priority: Critical
>         Attachments: settings.xml
>
>
> it's not possible to create an archetype based on a template from non-default 
> repository. the archetype's artifact never gets downloaded.
> I tried to create a project based on archetype from 
> mevenide.codehaus.org/m2-repository (the repository is listed in the 
> settings.xml file - the file is attached)
> the command line looks like this:
> m2 archetype:create -DgroupId=com.mycompany -DartifactId=myapp 
> -DarchetypeGroupId=org.codehaus.mevenide.plugins 
> -DarchetypeArtifactId=maven-archetype-nbm -DarchetypeVersion=1.0
> The artifact is there: 
> http://mevenide.codehaus.org/m2-repository/org/codehaus/mevenide/plugins/maven-archetype-nbm/
> but the repository never gets contacted.
> here is the output of the command:
> ----------------------------------------------------
> THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'archetype'.
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Building Maven Default Project
> [INFO]    task-segment: [archetype:create] (aggregator-style)
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Setting property: classpath.resource.loader.class => 
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] **************************************************************
> [INFO] Starting Jakarta Velocity v1.4
> [INFO] RuntimeInstance initializing.
> [INFO] Default Properties File: 
> org/apache/velocity/runtime/defaults/velocity.properties
> [INFO] Default ResourceManager initializing. (class 
> org.apache.velocity.runtime.resource.ResourceManagerImpl)
> [INFO] Resource Loader Instantiated: 
> org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
> [INFO] ClasspathResourceLoader : initialization starting.
> [INFO] ClasspathResourceLoader : initialization complete.
> [INFO] ResourceCache : initialized. (class 
> org.apache.velocity.runtime.resource.ResourceCacheImpl)
> [INFO] Default ResourceManager initialization complete.
> [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
> [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
> [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
> [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
> [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
> [INFO] Created: 20 parsers.
> [INFO] Velocimacro : initialization starting.
> [INFO] Velocimacro : adding VMs from VM library template : 
> VM_global_library.vm
> [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in 
> anyresource loader.
> [INFO] Velocimacro : error using  VM library template VM_global_library.vm : 
> org.apache.velocity.exception.ResourceNotFoundException: Unable to find 
> resource 'VM_global_library.vm'
> [INFO] Velocimacro :  VM library template macro registration complete.
> [INFO] Velocimacro : allowInline = true : VMs can be defined inline in 
> templates
> [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may 
> NOTreplace previous VM definitions
> [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  
> global in scope if allowed.
> [INFO] Velocimacro : messages on  : VM system will output logging messages
> [INFO] Velocimacro : autoload off  : VM system will not automatically reload 
> global library macros
> [INFO] Velocimacro : initialization complete.
> [INFO] Velocity successfully started.
> [INFO] [archetype:create]
> [INFO] Defaulting package to group ID: com.mycompany
> Downloading: 
> http://repo1.maven.org/maven2/org/codehaus/mevenide/plugins/maven-archetype-nbm/1.0/maven-archetype-nbm-1.0.jar
> [WARNING] Unable to get resource from repository central 
> (http://repo1.maven.org/maven2)
> [INFO] 
> ----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.codehaus.mevenide.plugins
> ArtifactId: maven-archetype-nbm
> Version: 1.0
> Reason: Unable to download the artifact from any repository
>   org.codehaus.mevenide.plugins:maven-archetype-nbm:1.0:jar
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Total time: 6 seconds
> [INFO] Finished at: Thu Oct 20 16:56:12 CEST 2005
> [INFO] Final Memory: 4M/7M
> [INFO] 
> ----------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to