2006/1/26, Mayorgaadame, Alex <[EMAIL PROTECTED]>: > > Wendy, > > Thanks, but I've tried those but only this list works: > > maven-archetype-java > maven-archetype-mojo > maven-archetype-quickstart > maven-archetype-site > maven-archetype-webapp > > The rest fail like this: > > C:\projects>mvn archetype:create -DgroupId=com.company.your-DartifactId=defaul > t-profiles -DarchetypeArtifactId=maven-archetype-profiles > [SNIP] > [INFO] > ------------------------------------------------------------------------- > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------- > [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 > > [INFO] > ------------------------------------------------------------------------- > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------- > [INFO] Total time: 2 seconds > [INFO] Finished at: Thu Jan 26 09:09:15 EST 2006 > [INFO] Final Memory: 4M/7M > [INFO] > ------------------------------------------------------------------------- > > Should I file a Jira issue for this? Looks like the POM's are broken or > something.
Looks like it is not yet released... just checkout from subversion then install in local repository before using it. my 2 cents. Raphaël Regards, > Alex >
