Which version of the maven release plugin are you using? I'd check with at
least 2.4.2 or 2.5 since known issues with Git have been fixed in those
versions.
Le 13 mai 2014 03:07, "Neil Hunt" a écrit :
> For some reason, when running maven release, it is giving me an invalid
> URL just for the tag
Hi All,
Anybody can tell me when maven-metadata-local.xml is updated? What
action/command will trigger update of this file?
Bruce Wen
All,
I am using Apache Maven 3.1.1 and I am trying to get the list of
developers stored in my pom.xml by resource filtering.
The structure in my pom.xml looks like:
Bernd
When I filter by "developer= ${project.developers}" I get "developer=
[org.apache
Hi,
the first thing in such situations is to create a separate module which
contains the generation code part. In this module you can change the
configuration for maven-compiler-plugin via a pluginManagemen block...
So looks like this:
parent (pom.xml)
+-- mod-generated (pom.xml)
+
I am looking for a plugin that can generate HTML from markdown document.
This is not about using the site goal but static pages for a site. Anyone
been using something like this?
Cheers,
Paul
Hello,
Over in Apache HBase, we have an interesting problem that I'm hoping the
shade plugin can help us solve. It all started with a performance
enhancement to reduce garbage by creating a subclass of a protobuf type
[0]. It works fine for us most of the time. However, when using this code
from a
I have a master POM file which defines common stuff such as common
dependencies like junit and compiler settings.
The compiler settings are set to treat warning as error using
maven-compiler-plugin and Werror as compiler argument. I have a new
module which declares the master pom as parent pom
I have a MavenLifecycleParticipant in my plugin. It uses
maven-dependency-tree to resolve some deps that we need to do extra
processing on. It works fine if the deps are in the local repo.
But if the s3 Wagon is defined in the project along with a dependency from
the s3 bucket, then the following
I have small maven project. I'm trying to add generating site by
maven-site-plugin, but it doesn't work. When I'm building this project i
get following error:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on
project [MY-PROJECT]: SiteToolExc
Hi Kristian,
I was also getting the following error
Exception in thread "Thread-7" java.lang.LinkageError:
org.codehaus.plexus.util.IOUtil
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:364)
at
java.security.Se
10 matches
Mail list logo