AW: AW: [RANT] This Maven thing is killing us....

2006-07-03 Thread roger.butenuth
Hi! Steve is right, one of the core features is currently broken. Currently we are in the "startup phase" of our project with few developers, so sending an email around "clear your local repository" is an option. We hope the bug is fixed before the full team is working. If not, we will have t

AW: [RANT] This Maven thing is killing us....

2006-07-03 Thread roger.butenuth
Hello! Yes, 1908 is correct. Additionally, http://jira.codehaus.org/browse/MNG-2289 is related to the same problem. I suppose more people will run into this problem because the usage of SNAPSHOTs is very convenient in large projects during the development phase. Roger > -Ursprüngliche Na

AW: [RANT] This Maven thing is killing us....

2006-07-02 Thread roger.butenuth
Hello! I am not the first one with this problem, see http://jira.codehaus.org/browse/MNG-2289. We are not using the uniqueVersion feature (we don't want all the versions in our repository). We observe the behaviour with all our artifacts in a company maven-proxy. May be it does not happen aga

AW: [RANT] This Maven thing is killing us....

2006-07-02 Thread roger.butenuth
Unfortunately the SNAPSHOT-feature is broken (at least in 2.0.4): When you have a copy of a snapshot versioned artifact, the jar is not updated when a new jar with same snapshot version is uploaded to the repository. I already filed this as a bug and hope it will be fixed in 2.0.5. It is annoyin

AW: Snapshot feature broken in maven 2?

2006-05-30 Thread roger.butenuth
Hi! I have seen you have filed a similar bug in jira (http://jira.codehaus.org/browse/MNG-2289). I have added my description to that bug and have voted to it. Roger > -Ursprüngliche Nachricht- > Von: Jörg Schaible [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 29. Mai 2006 18:28 > An:

Snapshot feature broken in maven 2?

2006-05-29 Thread roger.butenuth
Hi! We use maven 2 to build a large project consisting of several modules. Dependencies between modules are handled by the maven dependency mechanism. During development, we want to use the SNAPSHOT feature because we don't want to have an inflation of version numbers. The problem: For me it

Problem with plexus-compiler-plugin / general repository configuration issue

2006-04-07 Thread roger.butenuth
Hello! We use Maven 2 in a big project in a setup with a proxy and a local repository (both handled by one instance of maven-proxy). I want all developers use the proxy/cache/local repository before going to ibiblio or codehaus. Therefore, everybody has redefined central to our local repository

AW: Issues while trying to implement an aggregated report for the Clover plugin

2006-03-27 Thread roger.butenuth
Hi! > -Ursprüngliche Nachricht- > Von: Vincent Massol [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 27. März 2006 18:12 > An: 'Maven Developers List' > Betreff: Issues while trying to implement an aggregated > report for the Clover plugin > > Hi, > > As I mentioned in some previous em

Report in parent project after report in child projects?

2006-03-25 Thread roger.butenuth
Hi! I want to write an "aggregation report": When I have a project consisting of a parent project and serveral child projects, the report of the parent project is executed before the reports of the child projects. This makes it impossible to have some sort of aggregation in the report of the pa

EMMA plugin for Maven

2006-03-24 Thread roger.butenuth
Hello! We needed a maven plugin for EMMA and have created one. Is there anybody interested to do a review / some testing? I would like to see the plugin in the list of standard maven plugins. Regards Roger Butenuth