jvanzyl     2004/02/14 09:16:38

  Modified:    maven-core/src/java/org/apache/maven/plugin/plexus
                        PlexusPluginManager.java
  Log:
  
  
  Revision  Changes    Path
  1.5       +8 -0      
maven-components/maven-core/src/java/org/apache/maven/plugin/plexus/PlexusPluginManager.java
  
  Index: PlexusPluginManager.java
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-core/src/java/org/apache/maven/plugin/plexus/PlexusPluginManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PlexusPluginManager.java  14 Feb 2004 17:08:31 -0000      1.4
  +++ PlexusPluginManager.java  14 Feb 2004 17:16:38 -0000      1.5
  @@ -32,6 +32,14 @@
       // parameters can be extracted from the MavenProject itself
       // or from properties or good old hard coded values.
   
  +    // For anyone looking this code in the constructor here will be moved to the
  +    // abstract plugin manager and the values I have hardcoded here in maps will
  +    // come from a generated descriptor of some sort. So for java plugins we could
  +    // simply use @tags and qdox to generate the metadata for the parameter names
  +    // and types. The would obviously be required for maven itself but would also
  +    // prove useful for other tools trying to use maven now that this version is
  +    // completely embeddable.
  +
       public PlexusPluginManager()
       {
           goalToPluginMap = new HashMap();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to