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
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
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
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
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