Hello there,
I have a question regarding maven release plugin. We use codehaus
native-plugin to build jni, I want to pass the cflags during release phase.
However I see that I am unable to pass any of the arguments through release
plugin. Any experience or pointers would help
this is mvn command w
Hello maven guys,
Over on commons we’ve been writing our own release-plugin, and have the idea to
do the release promotion using a mojo. The goal here would be do do something
analogous to svn mv . Is that available in the [maven-scm-api]?
At first read it doesn’t look like it. Would you inste
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Dependency Analyzer Version 1.10
https://maven.apache.org/shared/maven-dependency-analyzer/
Analyzes the dependencies of a project for undeclared or unused artifacts.
You should specify the v
Thanks Dan. Figured out there is a maven-install-plugin:install-files in a
child pom. So far builds going well.
Regards,
~ Vivi
On 5/16/18, 9:26 PM, "Vivi An" wrote:
Great info. Thanks a lot Dan!
I don’t see we use any plugin with aggregate goal though, we have around
120 modules.