My dependency is shown below.  Is this the right version?

        <dependency>
            <groupId>commons-jelly</groupId>
            <artifactId>commons-jelly-tags-log</artifactId>
            <version>1.0</version>
            <type>jar</type>
        </dependency>

-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 05, 2005 8:04 PM
To: Maven Users List
Subject: Re: Question on tags for logging

These tags should go to the normal output, and are controlled by
Maven's log4j.properties.

debug is only shown with -X

info is suppressed with -q

Did you include a dependency on comons-jelly-tags-logging?

- Brett

On 10/6/05, Weaver, Jonathan <[EMAIL PROTECTED]> wrote:
> I am creating a plugin and using log:debug and log:info, etc. to get
> output on the console or in a log file.  But I have not been able to
> find out how to configure maven to output the log messages anywhere.
>
>
>
> I added a log4j.properties to my user profile folder.
>
> I added the log4j.configuration property to my project properties.
>
>
>
> I get nothing.
>
> Any ideas?
>
>
>

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


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

Reply via email to