Resolved Version Weirdness

2009-02-08 Thread Reinhard Nägele
Hello, We have a multi-module project which transitively uses Commons Logging. We do not use it directly ourselves and so did not explicitly declare it as a dependency. So far, this has not been a problem. But for some reason, something must have changed over the weekend. I started our applicat

Re: configure maven with IntellJ Idea

2009-02-08 Thread Siegfried Goeschl
Hi Poonam, looking at src/com/apelon seems wrong - you mix source folder with package structure which is probably not intended Cheers, Siegfried Goeschl Mick Knutson wrote: > you should have your java files in ./src/main/java in order for anything to > be in the ./target/*.jar you are creat

Re: Does maven not use VERSION while detecting circular dependencies?

2009-02-08 Thread Sahoo
Geoffrey Wiseman wrote: On Sun, Feb 8, 2009 at 10:07 AM, Sahoo wrote: It appears to me that maven does not use VERSIONs while calculating circular dependencies. Is this true? Here is error I got: [INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='xxx

RE: Local repository and problem with downloading parent

2009-02-08 Thread Johannes Schneider
I thought setting the system property "maven.repo.local" does exactly the same... Regards, Johannes On Sat, 2009-02-07 at 21:59 -0500, Martin Gainty wrote: > specify c:\repository node in settings.xml > e.g. > http://ericlefevre.net/wordpress/2007/02/21/changing-maven-local-repository/ > > Vi

maven-changes-plugin: issueLinkTemplatePerSystem

2009-02-08 Thread Karl Heinz Marbaise
Hi there, i'm trying to get rid of warning during my usual mvn site build...(issueLinkTemplate ..deprecated) so i tried to use issueLinkTemplatePerSystem: Redmine http://www.supose.org ... org.apache.maven.plugins maven-changes-plugin 2.1 http://www.supoe.org/issues/show/%I

Re: Does maven not use VERSION while detecting circular dependencies?

2009-02-08 Thread Geoffrey Wiseman
On Sun, Feb 8, 2009 at 10:07 AM, Sahoo wrote: > It appears to me that maven does not use VERSIONs while calculating > circular dependencies. Is this true? Here is error I got: > > [INFO] The projects in the reactor contain a cyclic reference: Edge between > 'Vertex{label='xxx:hk2-maven-plugin'}'

Does maven not use VERSION while detecting circular dependencies?

2009-02-08 Thread Sahoo
Hi, It appears to me that maven does not use VERSIONs while calculating circular dependencies. Is this true? Here is error I got: [INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='xxx:hk2-maven-plugin'}' and 'Vertex{label='xxx:hk2-maven'}' introduces

maven-changes-plugin: issueLinkTemplatePerSystem

2009-02-08 Thread Karl Heinz Marbaise
Hi there, i'm trying to get rid of warning during my usual mvn site build...(issueLinkTemplate ..deprecated) so i tried to use issueLinkTemplatePerSystem: Redmine http://www.supose.org ... org.apache.maven.plugins maven-changes-plugin 2.1 http://www.supoe.org/issues/show/%I

How to rerun failed TestNG tests?

2009-02-08 Thread HHB
Hey, How to rerun failed TestNG tests in Maven? For Ant, we have this target: Thanks. -- View this message in context: http://www.nabble.com/How-to-rerun-failed-TestNG-tests--tp21899281p21899281.html Sent from the Maven - Users mailing list archive at Nabble.com. -

Re: Error: 'null' for project unknown

2009-02-08 Thread Michael Hüttermann
Hello Maven gurus, I'm wondering if the issue I described below never occured before?! Does anyone have a hint for me how to solve that issue? Thanks Michael Hüttermann schrieb: Hello, I'm doing a "mvn clean" inside a project and get the message: Fatal Error Error building POM (may not be

Re: configure maven with IntellJ Idea

2009-02-08 Thread Mick Knutson
you should have your java files in ./src/main/java in order for anything to be in the ./target/*.jar you are creating. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Websit

configure maven with IntellJ Idea

2009-02-08 Thread Poonam Gyanchandani
Hi, I am trying to configure Maven with Intellj Idea in POM file but looks like POM file which I have created has something missing in that. When I do *mvn clean *it is showing me build successful, but when I am giving command like* mvn compile/mvn package* in that case it is creating an empty ja