You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/09/24 08:26:49 UTC

svn commit: r1705002 - /maven/site/trunk/content/markdown/developers/website/component-reference-documentation-helper.md

Author: hboutemy
Date: Thu Sep 24 06:26:49 2015
New Revision: 1705002

URL: http://svn.apache.org/viewvc?rev=1705002&view=rev
Log:
improve field name: the directory name is not always exactly the artifactid (and need to heck if sometimes the release basename is not the directory name...)

Modified:
    maven/site/trunk/content/markdown/developers/website/component-reference-documentation-helper.md

Modified: maven/site/trunk/content/markdown/developers/website/component-reference-documentation-helper.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/developers/website/component-reference-documentation-helper.md?rev=1705002&r1=1705001&r2=1705002&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/developers/website/component-reference-documentation-helper.md (original)
+++ maven/site/trunk/content/markdown/developers/website/component-reference-documentation-helper.md Thu Sep 24 06:26:49 2015
@@ -18,7 +18,7 @@ select component category, then type art
 
 <h3>Component information</h3>
 
-artifact id: <input type="text" name="artifactId" id="artifactId"></input><br/>
+directory (~artifact id): <input type="text" name="artifactId" id="artifactId"></input><br/>
 version: <input type="text" name="version" id="version"></input><br/>
 <button onclick="instructions()">Publish instructions</button>