You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by Jerome Lacoste <je...@coffeebreaks.org> on 2004/06/08 21:40:48 UTC

Re: cvs commit: maven-components/maven-core/src/main/java/org/apache/maven MavenCli.java

On Tue, 2004-06-08 at 15:31, jvanzyl@apache.org wrote:
> jvanzyl     2004/06/08 12:31:47
> 
>   Modified:    maven-core/src/main/java/org/apache/maven MavenCli.java

[..]

>            if ( commandLine.hasOption( CLIManager.VERSION ) )
>            {
>                // TODO: create some sane output.
>   +            // Take this info from generated piece of meta data which uses
>   +            // the POM itself as the source. We don't want to get into the same
>   +            // bullshit of manually updating some constant in the source.
                    ^^^^^^^^

this one wouldn't pass a slang language checker pre-commit hook ;)

Jerome