On 1/26/06, Mayorgaadame, Alex <[EMAIL PROTECTED]> wrote:

> The rest fail like this:
>
> C:\projects>mvn archetype:create -DgroupId=com.company.your 
> -DartifactId=defaul
> t-profiles -DarchetypeArtifactId=maven-archetype-profiles
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.maven.archetypes
> ArtifactId: maven-archetype-profiles
> Version: RELEASE
>
> Reason: Unable to determine the release version
>
>   org.apache.maven.archetypes:maven-archetype-profiles:jar:RELEASE

It hasn't been released yet, then.  Looking in the central repository...
   http://www.ibiblio.org/maven2/org/apache/maven/archetypes/
... I don't see it there.

If you need it, you can check out the source and build it, or possibly
convince the Maven team to publish a snapshot.  Then you'd need to
specify -DarchetypeVersion when you use it.
  http://maven.apache.org/plugins/maven-archetype-plugin/create-mojo.html

HTH,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to