Or you could download the source code to the j2ee archetype, build and
install locally, and then use it.

Wayne

On 4/17/06, alex_mayorga <[EMAIL PROTECTED]> wrote:
>
> Anshuman,
>
> The archetype you're chasing:
> http://svn.apache.org/maven-snapshot-repository/org/apache/maven/archetypes/maven-archetype-j2ee/
>
> Please add this to you settings.xml:
>
>  </profiles>
>   <profile>
>     <id>myprofile</id>
>     <repositories>
>       <repository>
>         <id>apache-svn</id>
>         <name>Apache SVN</name>
>         <url>http://svn.apache.org/maven-snapshot-repository/</url>
>       </repository>
>     </repositories>
>   </profile>
>  </profiles>
>
> Then fire up this command using that new profile:
>
> mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp
> -DarchetypeArtifactId=maven-archetype-j2ee -Pmyprofile
>
> Let me know if that fixes your issue.
>
> Relevant information about profiles:
> http://maven.apache.org/guides/mini/guide-multiple-repositories.html
>
> Best regards,
> Alex
> --
> View this message in context: 
> http://www.nabble.com/Problem-in-creating-j2ee-folder-structure-t1460363.html#a3951086
> Sent from the Maven - Users forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to