maven-surefire-plugin excludes too many tests?

2008-11-27 Thread Kristof Vanbecelaere
Hello, I have a surefire configuration like this org.apache.maven.plugins maven-surefire-plugin **/integration/selenium/**/*Test.java The idea is to exclude selenium tests du

maven-surefire-plugin configuration for unit/integration tests

2008-11-27 Thread Kristof Vanbecelaere
Hello, I found this interesting blog: http://weblogs.java.net/blog/johnsmart/archive/2008/06/unit_tests_are.html Unfortunately, I failed to make it work. When running mvn integration-test all unit tests get to run before running the integration tests, which is not really the aim. The idea reall

Re: maven-surefire-plugin configuration for unit/integration tests

2008-11-28 Thread Kristof Vanbecelaere
No, that is the point. Hand-running the integration-test goal runs unit tests as well. John Stoneham wrote: > > > Hand-running the integration-test goal will also work well, if there's > just one. Or a profile would work nicely. > > - John > > ---

Re: maven-surefire-plugin configuration for unit/integration tests

2008-11-28 Thread Kristof Vanbecelaere
I disagree. Have you ever written a selenium test? This is trial and error. I have not touched any "real" code, only test code. So I know my unit tests succeed. All I want to do is run the integration-test phase without unit tests. Stephen Connolly-2 wrote: > > 2008/11/27 Kris

Re: maven-surefire-plugin configuration for unit/integration tests

2008-11-28 Thread Kristof Vanbecelaere
something as well. Kristof Vanbecelaere wrote: > > I disagree. Have you ever written a selenium test? This is trial and > error. I have not touched any "real" code, only test code. So I know my > unit tests succeed. All I want to do is run the integration-test phas

[m102] overriding goal

2006-01-13 Thread Kristof Vanbecelaere
Hi, is it correct that in 1.0.2 one can only override project goals but not plugin goals? thanks, Kristof - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] maven-checkstyle-plugin 2.0 can't be retrieved

2006-01-31 Thread Kristof Vanbecelaere
I manually removed a beta from my local repository. I refer to the plugin using org.apache.maven.plugins maven-checkstyle-plugin checkstyle-jjguidelines.xml and running mvn s

classpath/manifest file in jar

2006-02-07 Thread Kristof Vanbecelaere
Hi, when using 2.1-SNAPSHOT of maven-jar-plugin, is there a way of getting a custom manifest file in a jar? Or getting classpath entries in the generated manifest? And which would that be? Is the info in http://maven.apache.org/guides/mini/guide- manifest.html still applicable to 2.1-SNAPS

Re: multiproject/module site ETA

2006-02-07 Thread Kristof Vanbecelaere
On Feb 7, 2006, at 0:35, Brett Porter wrote: Yes, you just need to install the skins first with - DupdateReleaseInfo=true set. Sorry, I don't have a clue. Can you elaborate? - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: classpath/manifest file in jar

2006-02-08 Thread Kristof Vanbecelaere
On Feb 7, 2006, at 20:54, Kristof Vanbecelaere wrote: Hi, when using 2.1-SNAPSHOT of maven-jar-plugin, is there a way of getting a custom manifest file in a jar? Or getting classpath entries in the generated manifest? And which would that be? I guess what I am asking for is support for

Re: classpath/manifest file in jar

2006-02-08 Thread Kristof Vanbecelaere
On Feb 7, 2006, at 20:54, Kristof Vanbecelaere wrote: Hi, when using 2.1-SNAPSHOT of maven-jar-plugin, is there a way of getting a custom manifest file in a jar? Or getting classpath entries in the generated manifest? And which would that be? Is the info in http://maven.apache.org

Re: multiproject/module site ETA

2006-02-08 Thread Kristof Vanbecelaere
On Feb 7, 2006, at 0:35, Brett Porter wrote: Yes, you just need to install the skins first with - DupdateReleaseInfo=true set. You mean like this: mvn -DupdateReleaseInfo=true site This is in my site.xml org.apache.maven.skins maven-stylus-skin 1.0-SNAPSHOT It was report

Re: multiproject/module site ETA

2006-02-08 Thread Kristof Vanbecelaere
On Feb 8, 2006, at 15:29, Kristof Vanbecelaere wrote: On Feb 7, 2006, at 0:35, Brett Porter wrote: Yes, you just need to install the skins first with - DupdateReleaseInfo=true set. Anyone else looking for the info, this is a link explaining http://www.nabble.com/mvn-site-using-http%3A

Re: jar install question

2006-02-08 Thread Kristof Vanbecelaere
add -DgeneratePom=true to the install command On Feb 8, 2006, at 21:46, Ole Ersoy wrote: Hi, I installed a few jars in my local repository using the install command shown in the maven documentation. The build works fine, except it tries to download a pom for the installed jar everytime it run

[m2] selecting modules for multi-module site

2006-02-09 Thread Kristof Vanbecelaere
Hi, Will it be possible to include/exclude modules selected for site generation in maven-site-plugin? I found http://jira.codehaus.org/browse/MNG-548 with a comment saying the support is done safe for the "plugin expression". I guess this refers to the configuration tag? Will it be added

Re: [m2] Is a new version of the site plugin coming?

2006-02-10 Thread Kristof Vanbecelaere
On Feb 10, 2006, at 9:01, Geoffrey De Smet wrote: I asked this question just a few days too, check "multiproject/ module site ETA". They have made some really useful changes for multiprojects. If you're impatient (like me), check the docs on using snapshot plugins and use a snapshot. Hi G

pmd-3.4 pom is wrong

2006-02-13 Thread Kristof Vanbecelaere
Hi, I believe the pom for pmd-3.4 contains an error. The exclusions list a version tag which is not expected. This might cause an incomplete classpath e.g. when running maven-pmd-plugin. - To unsubscribe, e-mail: [EMAIL PRO

Re: [m2] HibernateDoclet

2006-02-16 Thread Kristof Vanbecelaere
Perhaps this is what you were looking for? http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html On Feb 16, 2006, at 21:31, Frederic Close wrote: nobody seems to be willing to answer my question, so either you don't like or it's not really clear what I would like to do is use Xdcolet to