Logging for dependencies of Maven plugin

2015-04-16 Thread Sander Verhagen
Hi group, I already askedhttp://stackoverflow.com/questions/29619125/logging-for-dependencies-of-maven-plugin this on Stack Overflow, but I think it's a somewhat specialized question, so I wanted to ask here as well. I would like to influence logging of dependencies of a plugin that I'm

RE: Logging for dependencies of Maven plugin

2015-04-16 Thread Endo Alejandro
I've wondered this myself for a while as well. Hope you find an answer -Original Message- From: Sander Verhagen [mailto:san...@sanderverhagen.net] Sent: Thursday, April 16, 2015 02:20 AM To: users@maven.apache.org Subject: Logging for dependencies of Maven plugin Hi group, I already

Re: Logging for dependencies of Maven plugin

2015-04-16 Thread Robert Scholte
Hi, This might be possible with Maven-3.1.1+ by changing the apache-maven-3.x/conf/logging/simplelogger.properties See SimpleLogger[1] for the configuration options. You need to specify a specific logLevel for these packages (org.slf4j.simpleLogger.log.a.b.c) , so it doesn't pick up the

[ANN] Apache Maven JavaDoc Plugin Version 2.10.3 Released

2015-04-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, version 2.10.3 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. http://maven.apache.org/plugins/maven-javadoc-plugin Please be aware of the new location of our

[ANN] Apache Maven Verifier Plugin Version 1.1 Released

2015-04-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Verifier Plugin, version 1.1 Useful for integration tests - verifies the existence of certain conditions. http://maven.apache.org/plugins/maven-verifier-plugin/ Please be aware of the new location of our issue tracker

RE: Logging for dependencies of Maven plugin

2015-04-16 Thread Sander Verhagen
Hi all, Thank you, Robert. I understand that you suggest changing a configuration file that is part of the local Maven installation. While that strategy would (possibly) suffice for myself, when debugging this plugin, I would appreciate contributing back a solution for all users of this

Re: for maven-compiler-plugin

2015-04-16 Thread Lin Ma
Thanks Gruss for the details, I tried mvn -U help:effective-pom -Doutput=epom.xml, and find sourceDirectory is without main directory in the middle, which conform to what compiles actually when I execute mvn package. Then I tried mvn -U

Re: [ANN] Apache Maven JavaDoc Plugin Version 2.10.3 Released

2015-04-16 Thread Marcos Zolnowski
Release notes are empty here: http://maven.apache.org/components/plugins/maven-javadoc-plugin/jira-report.html Probably, we can blame the new issue tracker. On Thursday, April 16, 2015 2:20 PM, Karl Heinz Marbaise khmarba...@apache.org wrote: The Apache Maven team is pleased to announce the

Re: [ANN] Apache Maven Verifier Plugin Version 1.1 Released

2015-04-16 Thread Curtis Rueden
Hi Karl, The Apache Maven team is pleased to announce the release of the Apache Maven Verifier Plugin, version 1.1 Congratulations on the release. Out of curiosity, I was wondering... What is the purpose of the maven-verifier-plugin, compared to the maven-enforcer-plugin? From the Verifier