You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sakari Isoniemi <sa...@gmail.com> on 2010/10/07 14:29:24 UTC

POM Logging ?

Hi,

Is logging POM operations so difficult as described in
http://maven.apache.org/plugins/maven-antrun-plugin

So that every time yoy want to trace execution with ant echo command you
have to
declare "thirty" lines of XML clutter ?

Is it possible to code those xml lines only once and refer then to that ?

      <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <version>1.1</version>
        <executions>
          <execution>
          <phase>package</phase>
            <id>echodir</id>
            <configuration>
              <tasks>
                <echo>Hello world-54</echo>
              </tasks>
            </configuration>
          </execution>
        </executions>
      </plugin>

Re: POM Logging ?

Posted by Wendy Smoak <ws...@gmail.com>.
On Thu, Oct 7, 2010 at 8:29 AM, Sakari Isoniemi
<sa...@gmail.com> wrote:
> Is logging POM operations so difficult as described in
> http://maven.apache.org/plugins/maven-antrun-plugin
>
> So that every time yoy want to trace execution with ant echo command you
> have to declare "thirty" lines of XML clutter ?

What problem are you trying to solve by doing this?  There might be a
better way to go about it...

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org