Re: Upgrade to 3.1.1 causes problems

2014-05-12 Thread sachi
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

How to avoid checking parent project in maven-site-plugin

2014-05-12 Thread Dariusz Jurojc
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]:

Wagon extensions not available from AbstractMavenLifecycleParticipant or maven-dependency-tree?

2014-05-12 Thread William Ferguson
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

How to override settings for maven module

2014-05-12 Thread Niranjan Rao
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

Shading all modules in a project

2014-05-12 Thread Nick Dimiduk
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

What's a good plugin to translate markdown content?

2014-05-12 Thread Paul Benedict
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

Re: How to override settings for maven module

2014-05-12 Thread Karl Heinz Marbaise
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)

Maven filter structure in pom.xml

2014-05-12 Thread Prager, Bernd
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: developers developer nameBernd/name /developer /developers When I filter by developer=

When maven-metadata-local.xml is Updated

2014-05-12 Thread Bruce Wen
Hi All, Anybody can tell me when maven-metadata-local.xml is updated? What action/command will trigger update of this file? Bruce Wen