Re: deploy archetype-catalog

2008-12-05 Thread Jason Voegele
On Thursday 04 December 2008 07:47:32 am Raphaël Piéroni wrote: Hi, Please consider raising a Jira http://jira.codehaus.org/browse/ARCHETYPE-223 -- Jason Voegele Truly great madness can not be achieved without significant intelligence. -- Henrik Tikkanen

Re: deploy archetype-catalog

2008-12-04 Thread Raphaël Piéroni
Hi, Please consider raising a Jira Regards, Raphaël 2008/12/3 Jason Voegele [EMAIL PROTECTED]: On Wednesday 03 December 2008 01:57:48 pm Reto Bachmann-Gmür wrote: that's what I do (more exactly what continuum does), but while the archetype gets deployed to the snapshotRepository specified

deploy archetype-catalog

2008-12-03 Thread Reto Bachmann-Gmür
Hello I'm creatingan archetype following the instructions at http://maven.apache.org/plugins/maven-archetype-plugin/advanced-usage.html mvn install puts an archetype-catalog.xml in ~/.m2 but deploy doesn't seem to deploy that file to the remote repository. How can I deploy the archetype catalog?

RE: deploy archetype-catalog

2008-12-03 Thread Todd Thiessen
mvn deploy your archetype project. --- Todd Thiessen -Original Message- From: Reto Bachmann-Gmür [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 11:37 AM To: Maven Users List Subject: deploy archetype-catalog Hello I'm creatingan archetype following the instructions

Re: deploy archetype-catalog

2008-12-03 Thread Reto Bachmann-Gmür
. --- Todd Thiessen -Original Message- From: Reto Bachmann-Gmür [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 11:37 AM To: Maven Users List Subject: deploy archetype-catalog Hello I'm creatingan archetype following the instructions at http

Re: deploy archetype-catalog

2008-12-03 Thread Jason Voegele
On Wednesday 03 December 2008 01:57:48 pm Reto Bachmann-Gmür wrote: that's what I do (more exactly what continuum does), but while the archetype gets deployed to the snapshotRepository specified in the distributionManagement I find no archetype-catalog there. I can confirm this behavior. mvn