Re: sync ibiblio

2006-05-27 Thread Carlos Sanchez
There was an outage with the machine that syncs the repos and converts m1->m2, will try to go with a workaround asap maven-repository is only for m2 builds and deployed with m2, not manually On 5/27/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Can anyone help me with this one? http://jira.codeh

sync ibiblio

2006-05-27 Thread Jesse Kuhnert
Can anyone help me with this one? http://jira.codehaus.org/browse/MAVENUPLOAD-912 -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: creating a new project with the MavenEmbedder

2006-05-27 Thread Kenney Westerhof
On Sat, 27 May 2006, Ovidio Mallo wrote: Hi, Well, currently running archetype:create seems the simplest way to me. The embedder is primarily meant to build projects, not to create them. You might want to take a look at the maven-cli project. Some plugins, like archetype, don't require an existi

creating a new project with the MavenEmbedder

2006-05-27 Thread Ovidio Mallo
Hi everyone! I just wanted to ask whether there is a clean way to create a new maven project using the MavenEmbedder API. It is of course possible to execute the "archetype:create" goal but the API seems to always require that you already pass in an existing project (at least an existing pom.xml