Author: jvanzyl Date: Sun Oct 2 18:47:18 2005 New Revision: 293203 URL: http://svn.apache.org/viewcvs?rev=293203&view=rev Log: most issues are dealt with or in jira now
Modified: maven/components/trunk/maven-embedder/notes.txt Modified: maven/components/trunk/maven-embedder/notes.txt URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-embedder/notes.txt?rev=293203&r1=293202&r2=293203&view=diff ============================================================================== --- maven/components/trunk/maven-embedder/notes.txt (original) +++ maven/components/trunk/maven-embedder/notes.txt Sun Oct 2 18:47:18 2005 @@ -9,14 +9,6 @@ local repository for now in order the maven-embedder-it tests to work. jvz. --- parse xml to in-memory model - Now MavenEmbedder.readProjectWithDependencies() - transitively resolve all dependencies and download them - if anything is missing. - --- we need a callback for progress indication: - download, build, etc - -- run m2 (embedded): including running building, archetypes, etc. -- introspect available plugins and their goals @@ -34,18 +26,6 @@ -- the short description (in Eclipse it can be used in Problems view) -- detailed description (can be used in annotation/editors markers) --- Need getters for MavenEmbedder properties. E.g. to retrieve default - location of the local repository - --- How to deal with the plugin registry builder whose component descriptor - container references like ${maven.home} and ${user.home}. These can be - placed in the context for plexus. - --- Would be nice to centralize the use of maven.home. Possibly have the - embedder take it in and set a system property of plexus context value. - There seems to be a tad of code duplicated in the plugin registry - builder and the settings builder. - -- What are all the settings that must be provided? Ones that can be set and what the default values would be if they aren't set. @@ -67,17 +47,8 @@ -- local repository will be shared and default to ~/.m2/repository --- add a method that gives the standard lifecycle phases. - -<eu> -- properties param on execute() method -<eu> -- transfet listener and loggers, system out cleanup - -<eu> one more thing I need in embedder - writeModel() method - - <jdcasey> you know something else that would rock for the eclipse plugin? if -F5 triggered a re-resolution of the poms, and recreation of the .classpath, -etc. +F5 triggered a re-resolution of the poms, and recreation of the .classpath, etc. <jdcasey> that way, if the pom was upgraded to the next version-SNAPSHOT, you'd get it <jdcasey> :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]