OK these questions may be for mahout-dev, maybe Grant who set this up --
Are we supposed to run from the parent module, or root level? which
pom.xml should operate the build? I'm definitely seeing errors about
${project.version} not being
What is '-Papache-release' -- I'm trying to figure out whether this is
supposed to be set or not. Some people mentioned this, not seeing it
in docs.
I don't see that we have any instance of maven-release-plugin -- should we?
I have Subversion 1.6.2 FWIW.
On Thu, Oct 22, 2009 at 2:37 AM, Benson Margulies <[email protected]> wrote:
> Maven always knows how to expand ${project.version} where it is allowed,
> which does not include inside of <parent/> elements. It's a basic maven
> feature.