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 2

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

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.

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.

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