Re: integration-test, testNG, and a CI server

2012-10-18 Thread Baptiste Mathus
Hi, Currently offline so I can't give you precise links now, but search Google for maven lifecycle. What you encounter is normal and it's basically not possible to change it easily (I mean having the pre-integration-test not running before integration-test phase). Goals are things you can bind

AW: integration-test, testNG, and a CI server

2012-10-18 Thread christofer.d...@c-ware.de
Hi, I guess what you want to do, is to have the daily build job build and deploy the latest jars without running the integration tests, am I correct? You then want to be able to run the integration tests without deploying first, am I correct? Well in that case I would suggest to tell the

Dependent jars not packaged in a servicemix service engine

2012-10-18 Thread deepthi.nidv
Hi, I have created a servicemix Service Engine with maven and my pom has dependency(client-stubs-runtime) to a jar which I need during runtime. Here's my project pom /project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

how get parameter from another module?

2012-10-18 Thread e92-330cd
Hello, I am going thru all modules in my reactor and do some work. But i need to know, if one of the project has some property or not. eg: moduleonemodule moduletwomodule modulethremodule in module two i call my own plugin which has this part of code: for (MavenProject p : reactorProjects) {

Re: Maven Central broken? (was: Broken link for avalon)

2012-10-18 Thread Jason van Zyl
Thanks for the description. This is probably our EdgeCast setup and we've seen a couple glitches with artifacts that are not requested that often not being propagated out the edges. I've raised an issue and we're looking into it. On Oct 18, 2012, at 1:58 AM, Martin Hoeller mar...@xss.co.at

Re: Maven trying to download '-sources.src' artifacts?

2012-10-18 Thread hbf
Turns out it was a problem with one of the indirect dependencies of my project. See http://stackoverflow.com/questions/12938815/maven-trying-to-download-sources-src-artifacts for the details. -- View this message in context: