Re: dependency plugin - thoughts on providing a list of classes required at runtime to use with dependency:analyze?

2011-10-04 Thread Tobi
Hi Ryan, Two questions - How do I use the analyzer configuration parameter to swap out the analyzer component (do I just add an artifact to the plugin dependency that contains my analyzer and specify the class in the analyzer configuration? - is there a way for me to have my analyzer take

build a maven module project - activation of profile in module

2011-10-04 Thread GlWyBnp
Dears, I'm having an issue with profiles in maven. Maven version: 2.2.1 *Situation*: I have the following project structure: main-parent |__ Module project |__ module1 |__ module2

Re: build a maven module project - activation of profile in module

2011-10-04 Thread Anders Hammar
No, that is not possible. Profiles themselves are not inherited, but simply the result of them are. So, the behavior you're seeing is correct. /Anders (mobile) Den 4 okt 2011 16.25 skrev GlWyBnp glenn.w...@bnpparibasfortis.com: Dears, I'm having an issue with profiles in maven. Maven version:

unit test

2011-10-04 Thread Amiragl
Hi community, This is my first time working with maven, I wanna develop a web application; so i used maven-webapp archetype now i wanna add my unit tests using junit but i'm not finding the src/test/java ,can i create it under Java Resources folder. Thank u in advance -- View this message in

RE: unit test

2011-10-04 Thread Robert Scholte
Hi, http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html Just create any missing folder if you need it. -Robert Date: Tue, 4 Oct 2011 09:23:56 -0700 From: amy...@live.fr To: dev@maven.apache.org Subject: unit test Hi community, This is

RE: unit test

2011-10-04 Thread Amiragl
Thank u for quick response , i've another question i'll use jpa should i create a submodule for this? Thank u in advance -- View this message in context: http://maven.40175.n5.nabble.com/unit-test-tp4869331p4869564.html Sent from the Maven Developers mailing list archive at Nabble.com.

RE: unit test

2011-10-04 Thread Robert Scholte
Please don't confuse this mailing list with a superb version of Google. http://lmgtfy.com/?q=maven+jpa probably not. -Robert btw. the dev@ is used for maven development, next time use users@ Date: Tue, 4 Oct 2011 10:15:49 -0700 From: amy...@live.fr To: dev@maven.apache.org