Diffrend behavior mvn clean site between M 2.0.9 and M 2.1-SNAPSHOT

2009-02-13 Thread kukudas
hi, when i run mvn clean site with M 2.0.9 everything goes well as expected. However when i do the same with M 2.1-SNAPSHOT it cant find a dependency on the maven repository. I looked it up my self and the dependency is there. Somebody expierinced anything alike? thx kukudas -- View

Who can explain me this warning ?

2009-02-13 Thread kukudas
hi, when i execute mvn clean site (with 2.1-SNAPSHOT) i get this warning (i don't get it with 2.0.9): DEPRECATED: Binding aggregator mojos to lifecycle phases in the POM is considered dangerous. This feature has been deprecated. Please adjust your POM files accordingly. Offending mojo:

Mavenium browser specification

2009-02-10 Thread kukudas
the configuration that opera,firefox,iexplore and custom browsers get executed one by one ? Is this even possbile by configuration? thanks kukudas -- View this message in context: http://www.nabble.com/Mavenium-browser-specification-tp21934224p21934224.html Sent from the Maven - Users mailing list

Re: selenium-maven-plugin howto specifie multiple browsers

2009-02-05 Thread kukudas
/in/mickknutson Twitter: http://twitter.com/mickknutson Vacation Rental: http://tahoe.baselogic.com --- On Wed, Feb 4, 2009 at 8:55 AM, kukudas kukuda...@googlemail.com wrote: hi, how can i run selenese command with more than one browser ? Atm i use browser*opera/browser for example. I

selenium-maven-plugin howto specifie multiple browsers

2009-02-04 Thread kukudas
hi, how can i run selenese command with more than one browser ? Atm i use browser*opera/browser for example. I couldn't find any hint in the documentation i hope somebody can help me. Thanks kukudas -- View this message in context: http://www.nabble.com/selenium-maven-plugin-howto-specifie

Re: Maven 2 inheritance which elements get inherited ?

2009-01-29 Thread kukudas
Thanks i did that too but the profiles were missing so i wanted to be sure and asked here. Thanks for your help. Jörg Schaible-2 wrote: Hi kuku, kukudas wrote at Mittwoch, 28. Januar 2009 15:20: Thanks, so when i activate a profile by using the command line (ex.: mvn clean install -P

Maven 2 inheritance which elements get inherited ?

2009-01-28 Thread kukudas
I have read in the documentation that the following elements get inherited (merged) : * dependencies * developers and contributors * plugin lists (including reports) * plugin executions with matching ids * plugin configuration * resources Is it possible to inherit other

Re: Maven 2 inheritance which elements get inherited ?

2009-01-28 Thread kukudas
Ok so lets say i have a profile in my parent which is not activated. If i now call this profile with my child it will work right? I've tried it and it seems to work but i'm asking to be sure. Jörg Schaible-2 wrote: Hi kuku, kukudas wrote at Mittwoch, 28. Januar 2009 09:24: I have

Re: Maven 2 inheritance which elements get inherited ?

2009-01-28 Thread kukudas
Thanks, so when i activate a profile by using the command line (ex.: mvn clean install -P int) within a child and the profile (int) is definied in the parent it should work right? Jörg Schaible-2 wrote: Hi kuku, kukudas wrote at Mittwoch, 28. Januar 2009 13:37: Ok so lets say i have

Re: Question about excluding parts of parent to be inherited

2009-01-27 Thread kukudas
nvm i found it out myself you can do it with inheritedfalse/inherited. kukudas wrote: Is it possible to exclude for example a plugin to be inherited by a child which i use in the parent? If so could you give me an example or refere to a source where i could read up this feature? Thanks

Re: Maven inheritence works with 2.1-SNAPSHOT but not with 2.0.9

2009-01-21 Thread kukudas
or is recommendable for my use case. Thanks kukudas. Brian E Fox wrote: You found a bug in 2.1-SNAPSHOT. The parents must be pom packaging types. If you want to share checkstyle, just bundle it into a jar with assembly, and then you can add that jar as a dependency to your checkstyle config. You don't

Maven inheritence works with 2.1-SNAPSHOT but not with 2.0.9

2009-01-20 Thread kukudas
that it will work with 2.0.9. Thanks in advance kukudas

Maven2 Inheritence configuration file path

2009-01-19 Thread kukudas
child inherits my parent pom it inherits this path too and will look in its own (child) resource folder for the PMD configuration file. How do i handle such a use case ? I want that the child uses the parents configuration file as well for the plugin. thanks in advance kukudas