[jira] Created: (MAVENUPLOAD-650) Groovy 1.0-jsr-04 not uploaded correctly

2005-12-28 Thread Dominik Roblek (JIRA)
Groovy 1.0-jsr-04 not uploaded correctly Key: MAVENUPLOAD-650 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-650 Project: maven-upload-requests Type: Bug Reporter: Dominik Roblek The groovy is declared in POM as

Ant standard error output stream

2003-11-05 Thread Dominik Roblek
I have maven.xml which calls Ant task. The problem is, that I cannot see messages written by Ant on "standard error output stream". The Maven's -X switch does not help here. Is there a way to tell Maven to log messages written by Ant on "standard error output stream"? They are often very critical

RE: is project inheritance transitive ?

2003-11-04 Thread Dominik Roblek
I've tried to build MAVEN_RC2_UNSTABLE branch of Maven buit build failed with: --- [exec] [echo] Overriding touchstone-goal-A [exec] [echo] touchstone-goal-B defined in plugin. [exec] com.werken.werkz.UnattainableGoalException: Unable to obtain goal [touchstone-tests] -- null:68:24: Goal s

is project inheritance transitive ?

2003-11-03 Thread Dominik Roblek
I have a project B which extends project A using element of POM and project C which extends project B using element of POM. It seems that project C does not extends project A. Is POM inheritance transitive or non-transitive operation in Maven? If it's not transititve, is there any workaround to

"deploy" and "artifact" plugins

2003-10-28 Thread Dominik Roblek
t” property. There seems to be another "site" plugin which offer quite similar functionality to "deploy" plugin but it is implemented in its one way. Why such diversity? Is it necessary or is it so because of historical reasons? Otherwise Maven seems great