You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/03/23 01:05:40 UTC

svn commit: r1084418 - /myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/BuildMetaDataMojo.java

Author: lu4242
Date: Wed Mar 23 00:05:40 2011
New Revision: 1084418

URL: http://svn.apache.org/viewvc?rev=1084418&view=rev
Log:
add parameter documentation

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/BuildMetaDataMojo.java

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/BuildMetaDataMojo.java
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/BuildMetaDataMojo.java?rev=1084418&r1=1084417&r2=1084418&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/BuildMetaDataMojo.java (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/BuildMetaDataMojo.java Wed Mar 23 00:05:40 2011
@@ -287,11 +287,19 @@ public class BuildMetaDataMojo extends A
     private File compositeComponentDirectory;
     
     /**
+     * Indicate the composite libraries to be loaded in the form of 
+     * <short-name>libraryName</short-name> .
+     * 
      * @parameter
      */
     private Map compositeComponentLibraries;
     
     /**
+     * Indicate that metadata is provided in the structure of 
+     * trinidad maven-faces-plugin faces-config.xml files  
+     * and should be feed to build the full metadata 
+     * information of this jar file.
+     * 
      * @parameter 
      */
     private String readMavenFacesPluginMetadata;