Re: Does Apache Maven Project have Gantt Chart since it is a project management tool?

2022-07-26 Thread Turritopsis Dohrnii Teo En Ming
Noted with thanks.

Mr. Turritopsis Dohrnii Teo En Ming
Targeted Individual in Singapore

On Tue, 26 Jul 2022 at 15:38, Lasse Lindqvist
 wrote:
>
> Hi. Maven is more of a build tool than project management tool. Maven is
> not used to log tasks, milestones, progress etc.
>
> ti 26. heinäk. 2022 klo 10.21 Turritopsis Dohrnii Teo En Ming (
> tdtemc...@gmail.com) kirjoitti:
>
> > Subject: Does Apache Maven Project have Gantt Chart since it is a
> > project management tool?
> >
> > Good day from Singapore,
> >
> > Does Apache Maven Project have Gantt Chart since it is a project
> > management tool?
> >
> > Thank you.
> >
> > Regards,
> >
> > Mr. Turritopsis Dohrnii Teo En Ming
> > Targeted Individual in Singapore
> > 26 July 2022 Tuesday
> > Blogs:
> > https://tdtemcerts.blogspot.com
> > https://tdtemcerts.wordpress.com
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >

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



Does Apache Maven Project have Gantt Chart since it is a project management tool?

2022-07-26 Thread Turritopsis Dohrnii Teo En Ming
Subject: Does Apache Maven Project have Gantt Chart since it is a
project management tool?

Good day from Singapore,

Does Apache Maven Project have Gantt Chart since it is a project
management tool?

Thank you.

Regards,

Mr. Turritopsis Dohrnii Teo En Ming
Targeted Individual in Singapore
26 July 2022 Tuesday
Blogs:
https://tdtemcerts.blogspot.com
https://tdtemcerts.wordpress.com

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



Re: Remote Debugging on Linux

2007-10-03 Thread EN

Thanks, I'll give it a try.
But, why is it working on Windows and not on Linux? 

Erez.
-- 
View this message in context: 
http://www.nabble.com/Remote-Debugging-on-Linux-tf4556044s177.html#a13014244
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Remote Debugging on Linux

2007-10-02 Thread EN

Hi,

Using Maven 2.0.7 on Linux, JDK 1.5, I'm trying to remote debug my code. I
changed MAVEN_OPTS and running remote debug (both on IDEA and Eclipse).
Running mvn test, maven start listening on the port and when I start my
debug session, the build continue but it does not stop at my breakpoint.

Same works as expected on Windows.

Has anyone experienced such issue?

Thanks,
Erez.
-- 
View this message in context: 
http://www.nabble.com/Remote-Debugging-on-Linux-tf4556044s177.html#a13002917
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Control transitive dependencies

2007-08-25 Thread EN

Hi,

We have a multi module project:
parent - pom, dependencyManagement
  proj1 - jar
  proj2 - jar
  proj3 - war

Although we use log4j 1.2.14, our proj3.war file contains log4j 1.2.12 which
probably added by maven as transitive dependency of one of our dependencies
(activemq-parent-4.1.1.pom or commons-logging-1.1.pom).

How can I force maven to package only log4j 1.2.14?

Thanks,
Erez.
-- 
View this message in context: 
http://www.nabble.com/Control-transitive-dependencies-tf4330206s177.html#a12332508
Sent from the Maven - Users mailing list archive at Nabble.com.


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