Hi,
i have some questions about Maven 2 and i hope somebody can clear things up for me:
made a new thread about that (link: http://stackoverflow.com/questions/540697/maven-2-plugin-build-surfire)
Is it possible to define a profile several times with diffrend values (such as use a diffrend configruation file) and activate those profiles all? I tried that once and it seems that just one profile gets actually executed.
Is this solution common or probably recommendable: I have several projects which have a lot of stuff in their pom twice(meaning project a has some reporting plugins and project b the same), i now make a new project which is packed as pom and do all things in there which my projects have common and let them inherit from this parent pom. I actually think this is good because it makes my pom files thinner but on the other hand i have a parent project which is just a pom file.
Does somebody have expierince with Maven + Selenium ? I've tried mavenium, ant task selenese, and maven plugin to execute my tests .. and quiete frankly eveyone of them gave me trouble. All in all the ant selenese was the one who actually worked .. kinda. I'm feeling like i'm using the wrong jar files or don't know what i really need (i thought it would be ok to get java-client-driver, do i need seleneium-server or rc too?)
I hope it is okay that i make one thread with kinda 4 questions (at least they are all about maven 2). Thanks in advance for your response.
kukudas