You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Eduardo Rocha (JIRA)" <ji...@codehaus.org> on 2005/10/24 18:41:11 UTC

[jira] Created: (MNG-1309) Site archetype should not need archetypeVersion parameter

Site archetype should not need archetypeVersion parameter
---------------------------------------------------------

         Key: MNG-1309
         URL: http://jira.codehaus.org/browse/MNG-1309
     Project: Maven 2
        Type: Bug
  Components: maven-archetype-plugin  
    Versions: 2.0    
 Reporter: Eduardo Rocha


Tthe following command, found in maven 2's "Getting Started Guide":

mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site

The error is:

[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.archetypes
ArtifactId: maven-archetype-site
Version: RELEASE

Reason: Unable to determine the release version
 org.apache.maven.archetypes:maven-archetype-site:RELEASE:jar

Currently I am using -DarchetypeVersion=1.0-alpha-2 to make it work, but I think this is only because there is no "maven-metadata.xml" in folder  /maven2/org/apache/maven/archetypes/maven-archetype-site" at www.ibiblio.org.


-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-1309) Site archetype should not need archetypeVersion parameter

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1309?page=all ]
     
Brett Porter closed MNG-1309:
-----------------------------

     Assign To: Brett Porter
    Resolution: Duplicate

run with -U, it will force an update I believe.

> Site archetype should not need archetypeVersion parameter
> ---------------------------------------------------------
>
>          Key: MNG-1309
>          URL: http://jira.codehaus.org/browse/MNG-1309
>      Project: Maven 2
>         Type: Bug
>   Components: maven-archetype-plugin
>     Versions: 2.0
>     Reporter: Eduardo Rocha
>     Assignee: Brett Porter

>
>
> Tthe following command, found in maven 2's "Getting Started Guide":
> mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site
> The error is:
> [ERROR] BUILD ERROR
> [INFO] ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.maven.archetypes
> ArtifactId: maven-archetype-site
> Version: RELEASE
> Reason: Unable to determine the release version
>  org.apache.maven.archetypes:maven-archetype-site:RELEASE:jar
> Currently I am using -DarchetypeVersion=1.0-alpha-2 to make it work, but I think this is only because there is no "maven-metadata.xml" in folder  /maven2/org/apache/maven/archetypes/maven-archetype-site" at www.ibiblio.org.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1309) Site archetype should not need archetypeVersion parameter

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1309?page=comments#action_49161 ] 

Wendy Smoak commented on MNG-1309:
----------------------------------

This is a duplicate of http://jira.codehaus.org/browse/MNG-1284

> Site archetype should not need archetypeVersion parameter
> ---------------------------------------------------------
>
>          Key: MNG-1309
>          URL: http://jira.codehaus.org/browse/MNG-1309
>      Project: Maven 2
>         Type: Bug
>   Components: maven-archetype-plugin
>     Versions: 2.0
>     Reporter: Eduardo Rocha

>
>
> Tthe following command, found in maven 2's "Getting Started Guide":
> mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site
> The error is:
> [ERROR] BUILD ERROR
> [INFO] ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.maven.archetypes
> ArtifactId: maven-archetype-site
> Version: RELEASE
> Reason: Unable to determine the release version
>  org.apache.maven.archetypes:maven-archetype-site:RELEASE:jar
> Currently I am using -DarchetypeVersion=1.0-alpha-2 to make it work, but I think this is only because there is no "maven-metadata.xml" in folder  /maven2/org/apache/maven/archetypes/maven-archetype-site" at www.ibiblio.org.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org