[ANN] Release Maven Help Plugin 3.4.1 released

2024-06-05 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.4.1. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-help-plugin 3.4.1 Release Notes

[ANN] Release Maven Help Plugin 3.4.0 released

2023-03-18 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.4.0. The Maven Help Plugin is used to get relative information about a project or the system. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin

[ANN] Release Maven Help Plugin 3.3.0 released

2022-08-16 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.3.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration

[ANN] Apache Maven Help Plugin 3.2.0 Released

2019-04-22 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Help Plugin, version 3.2.0 The Maven Help Plugin is used to get relative information about a project or the system. It can be used to get a description of a particular plugin, including the plugin's goals

[ANN] Apache Maven Help Plugin Version 3.1.1 Released

2018-12-12 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Help Plugin Version 3.1.1 https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration: Important Notes since Version 3.0.0 * Maven 3+ only * JDK 7

[ANN] Apache Maven Help Plugin Version 3.1.0 Released

2018-06-09 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Help Plugin Version 3.1.0 https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration: Important Notes since Version 3.0.0 * Maven 3+ only * JDK 7

[ANN] Release Maven Help Plugin 3.0.1 released

2018-03-27 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.0.1. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration

[ANN] Release Maven Help Plugin 3.0.0 released

2018-03-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.0.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration

[ANN] Maven Help Plugin 2.2 Released

2013-02-24 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Maven Help Plugin, version 2.2 This plugin is used to get relative information about a project or the system. It can be used to get a description of a particular plugin, including the plugin's mojos with their parameters

[maven-help-plugin] bug with active-profiles in 2.1.1

2012-02-28 Thread nodje
maven-help-plugin:2.1.1:active-profiles doesn't display some active profiles under a specific set of circumstances: - a parent pom containing a set of profiles, let's say 'dev' and 'prod' - a settings.xml that activates a locally defined plugin (let's call it 'repo'), and also activates

[ANN] Maven Help Plugin 2.1.1 Released

2010-03-29 Thread Brett Porter
The Maven team is pleased to announce the release of the Maven Help Plugin, version 2.1.1. This plugin is used to get information about the working environment for the project. http://maven.apache.org/plugins/maven-help-plugin/ The release improves support for Maven 3 and removes

[ANN] Maven Help Plugin 2.1 Released

2008-09-04 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Help Plugin, version 2.1 The Maven Help plugin provides goals aimed at helping to make sense out of the build environment. It includes the ability to view the effective POM and settings files, after inheritance and active profiles

[ANN] Maven Help Plugin 2.0.2 Released

2007-11-27 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven Help Plugin, version 2.0.2. http://maven.apache.org/plugins/maven-help-plugin/ Release Notes - Maven 2.x Help Plugin - Version 2.0.2 ** Bug * [MPH-16] - help:active-profiles doesn't include profiles derived from the parent pom

[M2] extending profiles from parent pom - BUG in maven-help-plugin??

2007-03-12 Thread CodingPlayer
poms, like properties, repositories, pluginRepo. and profiles. Everything works fine except, except there seems to be a BUG with the maven-help-plugin. when executing: mvn help:effective-pom the inherited profiles are NEVER shown. Only the leaf-profiles are displayed. But all profiles

Maven help plugin

2006-11-21 Thread Trevor Torrez
Is there a way to get the help plugin to cough up the goals that a plugin supports? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven help plugin

2006-11-21 Thread Eric Redmond
-Dfull http://maven.apache.org/plugins/maven-help-plugin/describe-mojo.html Eric On 11/21/06, Trevor Torrez [EMAIL PROTECTED] wrote: Is there a way to get the help plugin to cough up the goals that a plugin supports

selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed?

2006-11-03 Thread Leonard Gestrin
Hello, I have the following setup: 1. Defined internal , external profiles in settings.xml and set internal as active. external profile has plugin repository configuration. (this play important role for some reason) 2. Defined jsp-comp profile to activate jsp compilation for the build in

Re: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed?

2006-11-03 Thread Wayne Fay
Have you tried mvn -X ... to see additional debugging information? I'd assume something is just not working right, and the stacktrace might help you see/find it. Wayne On 11/3/06, Leonard Gestrin [EMAIL PROTECTED] wrote: Hello, I have the following setup: 1. Defined internal , external

RE: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed?

2006-11-03 Thread Leonard Gestrin
for help plugin with active profiles? -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 2:26 PM To: Maven Users List Subject: Re: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin

partial answer to first part: RE: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed?

2006-11-03 Thread Leonard Gestrin
:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 3:32 PM To: Maven Users List Subject: RE: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed? Thanks, that was a good suggestion. Apparently, when plugin directory

Re: partial answer to first part: RE: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed?

2006-11-03 Thread Wayne Fay
PM To: Maven Users List Subject: RE: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed? Thanks, that was a good suggestion. Apparently, when plugin directory is configured, the latest plugin version for jspc

[ANN] Maven Help Plugin 2.0.1 Released

2006-05-07 Thread Brett Porter
The Maven team is pleased to annonunce the release of the Maven Help Plugin, version 2.0.1. http://maven.apache.org/plugins/maven-help-plugin/ You can run mvn -U to get the latest version of the plugin. Changes: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141styleName

Re: [ANN] Maven Help Plugin 2.0 Released

2006-01-27 Thread Brian Bonner
Brett, thanks! Just tried it and it works great! Brian On 1/24/06, Brett Porter [EMAIL PROTECTED] wrote: The Maven Help plugin provides goals aimed at helping to make sense out of the build environment. It includes the ability to view the effective POM and settings files, after inheritance

[ANN] Maven Help Plugin 2.0 Released

2006-01-24 Thread Brett Porter
The Maven Help plugin provides goals aimed at helping to make sense out of the build environment. It includes the ability to view the effective POM and settings files, after inheritance and active profiles have been applied, as well as a describe a particular plugin goal to give usage information