Hi, Could you please let me know how to use an archetype that I deploy? I seem to have deployed successfully an archetype but I'm unable to use it, namely the goal "mvn archetype:generate" is unable to find my archetype.
In more details, I created an archetype which I was able to install locally using "mvn install" and also able to use it with the goal "mvn archetype:generate -DarchetypeCatalog=local". Then, I deploy using the command "mvn deploy" which showed ... deploy:deploy ... Uploading: <my archetype's jar url> ... BUILD SUCCESSFUL. I'm able to see the file really exists in a browser at <my archetype's jar url>. However, when I try the command "mvn archetype:generate" my archetype doesn't appear in the list of archetypes to chose from. I also tried specifying the -DarchetypeRepository argument setting it to the value of our mirror repository's url but it gives the same list of archetype as when ran without this argument. I also tried to use the archetypeCatalog argument but without success, I can't seem to find the archetype-catalog.xml on the remote repository where I deploy (I was epecting to see it at a similar location as the one on my machine i.e. in ~/.m2) so I guess that might be an indicator that there is an extra step I need to do for having the archetype-catalog.xml be generated on the remote repository??? I also tried specifying the remote repository in mirror, repositories and and pluginrepositories in the pom, user and maven settings, and using the archetypeArtifactId argument but the archetype:generate still cannot find my archetype. Thanks, Daniel Le contenu de ce courriel s'adresse au destinataire seulement. Il contient de l'information pouvant etre confidentielle. Vous ne devez ni le copier ni l'utiliser ni le divulguer a qui que ce soit a moins que vous soyez le destinataire ou une personne designee autorisee. Si vous le receviez par erreur, veuillez nous aviser immediatement et le detruire. The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
