Re: Setting up Ear Project

2006-04-06 Thread Wayne Fay
That archetype does not exist in ibiblio:
http://www.ibiblio.org/maven2/org/apache/maven/archetypes/

Nor does it exist on Apache CVS:
http://cvs.apache.org/maven-snapshot-repository/org/apache/maven/archetypes/

I think you're probably looking for j2ee? But its only hosted on
Apache CVS, so you'll need to download the archetype code and install
it locally yourself if you want to use it.

Wayne


On 4/6/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I am trying to create an initial ear project
>
> mvn archetype:create -DgroupId=com.mycompany -DartifactId=mycom
> -DarchetypeArtifactId=maven-archetype-ear
>
> but get the following error any ideas?
>
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.maven.archetypes
> ArtifactId: maven-archetype-ear
> Version: RELEASE
>
> Reason: Unable to determine the release version
>
>  org.apache.maven.archetypes:maven-archetype-ear:jar:RELEASE
>
>
>
> [INFO]
> 
>


Setting up Ear Project

2006-04-06 Thread MTedesco
I am trying to create an initial ear project 

mvn archetype:create -DgroupId=com.mycompany -DartifactId=mycom 
-DarchetypeArtifactId=maven-archetype-ear

but get the following error any ideas?

[INFO] 

[ERROR] BUILD ERROR
[INFO] 

[INFO] Failed to resolve artifact.

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

Reason: Unable to determine the release version

  org.apache.maven.archetypes:maven-archetype-ear:jar:RELEASE



[INFO]