Re: MavenEmbedder and --no-plugin-updates

2006-04-29 Thread Jason van Zyl
Hi, The best example of using the embedder is now actually the front-end command line harness which starts up maven in the way you are most accustomed: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-cli/ src/main/java/org/apache/maven/cli/MavenCli.java?rev=392327&view=marku

Re: MavenEmbedder and --no-plugin-updates

2006-04-28 Thread Jason van Zyl
Hi, The best example of using the embedder is now actually the front-end command line harness which starts up maven in the way you are most accustomed: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-cli/ src/main/java/org/apache/maven/cli/MavenCli.java?rev=392327&view=marku

MavenEmbedder and --no-plugin-updates

2006-04-27 Thread Kristian Nordal
Hi, Sorry for cross-posting. Guess the dev list is more suitable than the users. When I'm executing a MavenEmbedder (trunk version), I have a problem with it trying to update the plugins defined in my POM. These plugins are not available when I run the embedder, so I would like to either remove t