Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 33409 invoked from network); 12 Dec 2010 14:54:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Dec 2010 14:54:44 -0000 Received: (qmail 89740 invoked by uid 500); 12 Dec 2010 14:54:43 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 89666 invoked by uid 500); 12 Dec 2010 14:54:43 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 41673 invoked by uid 99); 12 Dec 2010 12:38:13 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bmathus@gmail.com designates 209.85.216.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=2uFqYekjwe9yZSPQzHLPI6CBwKYwrftL2xt4h6M7bYA=; b=sJBfYzWQ15x0WxsyYwm4wkiU8+UtUyagzTXSfMgZTwmdkqHMIJ0TA0oFbfjiQUw13v WLXYKclKWzUnbAXjm0vtxTQeHNYzm7XklIJdjcMNYdU5GGmpocysPktCl4kqRm5IF1w3 yWtnkJv1erBseriYKy01t+FGdeLqrIfDYjbxc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=aIg8jGFXWOOIsM24uxBewy7zfEjBEA3MLomkzLelfbRcoKD413/U++T641OinTXlBR a0yhWZWbf4e54tNO6LAYOArpqDOH2WcmJBSpD+OJoLaMXWt7wBtuSoWsDDwMbRgl7uxz vlJ+YSXKoF+qnXqsO8uFuws3SyPC9jREafKuA= MIME-Version: 1.0 Sender: bmathus@gmail.com In-Reply-To: References: Date: Sun, 12 Dec 2010 13:37:47 +0100 X-Google-Sender-Auth: HmduH79sZeLdRP8PYayRu2oZSc4 Message-ID: Subject: Re: FEATURE: maven-help-plugin:describe to display Required and Expression status? From: Baptiste MATHUS To: Maven Developers List Content-Type: multipart/alternative; boundary=0016363b7f62dd0520049735da3d --0016363b7f62dd0520049735da3d Content-Type: text/plain; charset=UTF-8 Hi, If you think this is a required feature, please file an issue in the corresponding JIRA (http://jira.codehaus.org/browse/MPH). This is typically how feature request have to go through. Cheers 2010/12/12 Guo Du > maven-help-plugin:2.1.1:describe with maven 3.0.1 doesn't show the > parameter Required and Expression status which is essential to run the > goal. > > I would like those information included in the help:describe goal. > > What do you think? > > -Guo > > > EXAMPLE [ eclipse:configure-workspace ] > ================================================= > > CORRECT SYNTAX > > mvn eclipse:configure-workspace -Declipse.workspace=. > > GOAL DOC > On plugin goal page[1], you will see workspace: > Directory location of the Eclipse workspace. > * Type: java.lang.String > * Required: Yes > * Expression: ${eclipse.workspace} > > > help:describe OUTPUT > mvn -Ddetail help:describe -Dplugin=eclipse -Dgoal=configure-workspace > [INFO] Scanning for projects... > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Maven Stub Project (No POM) 1 > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-help-plugin:2.1.1:describe (default-cli) @ standalone-pom > --- > [INFO] Mojo: 'eclipse:configure-workspace' > eclipse:configure-workspace > Description: Configures The following Eclipse Workspace features: > - Adds the classpath variable MAVEN_REPO to Eclipse. > - Optionally load Eclipse code style file via a URL. > Implementation: org.apache.maven.plugin.eclipse.ConfigureWorkspaceMojo > Language: java > > Available parameters: > > workspace > Directory location of the Eclipse workspace. > > workspaceActiveCodeStyleProfileName > Name of a profile in workspaceCodeStylesURL to activate. Default is > the > first profile name in the code style file in workspaceCodeStylesURL > > workspaceCodeStylesURL > Point to a URL containing code styles content. > > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > > > [1] > http://maven.apache.org/plugins/maven-eclipse-plugin/configure-workspace-mojo.html#workspace > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor ! --0016363b7f62dd0520049735da3d--