Re: HTTP/2 support in Maven

2020-10-25 Thread Michael Osipov
level protocols like TLS with application protocols. Moreover, there is still h2c. Tomcat 8.5+ just works fine with h2 and h2c when connected via curl. On Sun, 25 Oct 2020, 09:52 Michael Osipov, wrote: Am 2020-10-24 um 14:25 schrieb Benjamin Marwell: You need at least java 9 for http/2. Java

Re: HTTP/2 support in Maven

2020-10-25 Thread Michael Osipov
Am 2020-10-23 um 10:08 schrieb Jakub Bartecek: Hello, I'd like to ask if it is possible to turn on HTTP/2 support in Maven. I haven't found such an option. If not: Are there any plans to add the support? There is nothing to turn on and that would be unwise, something like this should be done

Re: HTTP/2 support in Maven

2020-10-25 Thread Michael Osipov
Am 2020-10-24 um 14:25 schrieb Benjamin Marwell: You need at least java 9 for http/2. Java 11 is a current LTS release which supports h2. Why? TLS 1.3 and ALPN have been backported to Java 8 recently. Is there anything in the transport code preventing h2 transport? Yes, your participation

[ANN] Maven Resolver 1.6.1 released

2020-10-09 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.6.1. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.6.1 ** Sub-task * [MRESOLVER-139] - Make SimpleDigest use SHA-1 or MD5 only * [MRESOLVER-140] - Default to SHA-1

Re: Maven SSL certificate for repo1.maven.org

2020-09-06 Thread Michael Osipov
Am 2020-09-04 um 11:22 schrieb Nicolas Meunier: Hello, We are using an old version of Sonatype Nexus (2.0.6) and it seems that we are not able to get dependencies stored on maven central (repo1.maven.org/maven2 or repo2.maven.org/maven2). The error we get is that the certificate is not valid

[ANN] Maven Project Info Reports Plugin 3.1.1 released

2020-09-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.1.1. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins

Re: Any specific requirements for extensions?

2020-08-12 Thread Michael Osipov
s concrete bindings for various Aether components which cannot be overridden in plugins/extensions. These bindings will need to be changed to support overriding, I'll create a patch to show how this could be done. On Tue, 11 Aug 2020 at 12:07, Michael Osipov wrote: Am 2020-08-11 um 11:48 schr

Re: Any specific requirements for extensions?

2020-08-11 Thread Michael Osipov
Am 2020-08-11 um 11:48 schrieb Stuart McCulloch: JSR330 annotation scanning is enabled for all realms including extensions, so it should be picked up. Does the replacement implementation have the same "hint" or name? ie. @Named("default") You can turn on detailed container logging with

Any specific requirements for extensions?

2020-08-06 Thread Michael Osipov
Folks, I am trying to write an extension for Maven Resolver which shall replace a default implementation. The implemented interface is an exported package in maven-core, the implementing class has proper javax.inject annotations @Named(...) and @Singleton so does the default (bundled) one.

Re: Latest tag on maven-metadata.xml

2020-07-22 Thread Michael Osipov
Am 2020-07-22 um 19:08 schrieb Vinicius Scheidegger: Is Maven deploy plugin responsible to generate/update the latest tag on maven-metadata.xml? Not really, Maven Artifact Transfer is... - To unsubscribe, e-mail:

Re: maven mvn help:system失败 一直失败

2020-07-13 Thread Michael Osipov
Am 2020-07-13 um 10:24 schrieb : You should try to ask less one single mail. Split your questions. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: PKIX path building error with Azul ZULU Open JDK 14

2020-06-16 Thread Michael Osipov
Am 2020-06-15 um 14:54 schrieb Raghavendra Chilakalapudi (rchilakalapu): Hi, Query : I am using Azul Zulu Open JDK (14.0) and planning to integrate with Maven. But getting following error when running mvn command for archetype plugin : PKIX path building failed:

[ANN] Maven Resolver Ant Tasks 1.2.1 released

2020-06-03 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver Ant Tasks version 1.2.1. https://maven.apache.org/resolver-ant-tasks/ Release Notes - Maven Resolver Ant Tasks - Version 1.2.1 ** Bug * [MRESOLVER-100] - Resolver Ant Task taskdef failing ** Improvement *

Re: Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-31 Thread Michael Osipov
Am 2020-05-31 um 03:31 schrieb Hongyi Zhao: Hi, I'm using Ubuntu 20.04 and installed maven using ` sudo apt-get install maven `. Now, I want to set socks5 proxy for maven. We don't support Debian-packaged Maven versions for various reasons. When I set it via environment variable liek this:

Re: [ANN] Maven Project Info Reports Plugin 3.1.0 released

2020-05-27 Thread Michael Osipov
Am 2020-05-27 um 10:44 schrieb Michael Osipov: Am 2020-05-27 um 03:44 schrieb Maxim Solodovnik: Hello, for whatever reason this plugin is missing in central https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/ Waiting for https://jira.apache.org/jira

Re: [ANN] Maven Project Info Reports Plugin 3.1.0 released

2020-05-27 Thread Michael Osipov
will get in touch with INFRA and MVNCENTRAL. On Wed, 27 May 2020 at 04:24, Michael Osipov wrote: The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.1.0. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify

[ANN] Maven Project Info Reports Plugin 3.1.0 released

2020-05-26 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.1.0. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins

[ANN] Apache Maven Wagon 3.4.1 released

2020-05-26 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.4.1. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.4.1 ** Bug * [WAGON-591] - Transfer event is not restarted when request is redirected * [WAGON-592] - Wagon

Re: Accessing a nexus repository requiring a client certificate

2020-05-17 Thread Michael Osipov
to have http connection pooling due to current design but especially with https it saves some IO. On Mon, 18 May 2020 at 01:53, Michael Osipov wrote: Alex, I will get back to you in a couple of days because it is a lot of work. But already agree, the current approach in Wagon makes it impossible

Re: Accessing a nexus repository requiring a client certificate

2020-05-17 Thread Michael Osipov
Michael Osipov wrote: Am 2020-05-05 um 22:03 schrieb Alex O'Ree: I was looking over the docs for the settings.xml file and noted that it looks like it's possible to access a nexus repository using a client certificate of sorts. It's not clear the docs if a JKS can be used or if it must be a ssh

Re: Accessing a nexus repository requiring a client certificate

2020-05-06 Thread Michael Osipov
Am 2020-05-05 um 22:03 schrieb Alex O'Ree: I was looking over the docs for the settings.xml file and noted that it looks like it's possible to access a nexus repository using a client certificate of sorts. It's not clear the docs if a JKS can be used or if it must be a ssh private key or what.

Aw: Accessing a nexus repository requiring a client certificate

2020-05-05 Thread Michael Osipov
> Gesendet: Dienstag, 05. Mai 2020 um 22:03 Uhr > Von: "Alex O'Ree" > An: "Maven Users List" > Betreff: Accessing a nexus repository requiring a client certificate > > I was looking over the docs for the settings.xml file and noted that it > looks like it's possible to access a nexus repository

[ANN] Maven Resolver 1.4.2 released

2020-04-27 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.4.2. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.4.2 ** Bug * [MRESOLVER-38] - SOE/OOME in DefaultDependencyNode.accept ** Improvement * [MRESOLVER-93] -

[ANN] Apache Maven Wagon 3.4.0 released

2020-04-25 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.4.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.4.0 ** Bug * [WAGON-568] - Fail to deploy on Sonatype OSS since Maven 3.5.4 * [WAGON-573] -

[ANN] Maven Fluido Skin 1.9 released

2020-04-16 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 1.9. https://maven.apache.org/skins/maven-fluido-skin/ You should specify the version in your project's site configuration: org.apache.maven.skins maven-fluido-skin 1.9 Release Notes - Maven

Re: Release Maven Doxia Plugin 1.9.1?

2019-12-20 Thread Michael Osipov
Am 2019-12-20 um 11:52 schrieb Konrad Windszus: Hi, is a bugfix release of Doxia planned soon which contains https://issues.apache.org/jira/browse/DOXIA-597? Or is there any other workaround known to get markdown code statements (`...`) work

Re: A "?"/.m2 folder is created by Maven

2019-12-14 Thread Michael Osipov
Am 2019-12-12 um 02:23 schrieb Leira Hua: I use Nix under Debian. I installed clojure through nix-shell -p clojure. clj successfully started the repl after downloaded some poms from maven. Then I found there is a folder named ‘?’ created under my $HOME. The maven cache .m2 is under this ‘?’

Re: What should be the correct way for openjdk 13 maven pom ?

2019-11-24 Thread Michael Osipov
Am 2019-11-24 um 06:01 schrieb Karen Goh: Hi, I am having problems with maven compiling java openjdk 13 in Eclipse - jee-2019-09, despite following several examples from stackoverflow. You cannot compile OpenJDK with Maven. OpenJDK uses a GNU autoconf/gmake setup.

[ANN] Maven Fluido Skin 1.8 released

2019-07-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 1.8. https://maven.apache.org/skins/maven-fluido-skin/ You should specify the version in your project's site configuration: org.apache.maven.skins maven-fluido-skin 1.8 Release Notes - Maven

[ANN] Maven Site Plugin 3.8.2 released

2019-07-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 3.8.2. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 3.8.2 ** Bug * [MSITE-823] - Documentation says JDK 1.6 required, doxia dependency requires

[ANN] Maven Default Skin 1.3 released

2019-07-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Default Skin, version 1.3. https://maven.apache.org/skins/maven-default-skin/ You should specify the version in your project's site configuration: org.apache.maven.skins maven-default-skin 1.3 Release Notes -

[ANN] Apache Maven Doxia Sitetools 1.9.1 released

2019-06-23 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 1.9.1 Doxia Sitetools is an extension of base Doxia component that generates either HTML sites, consisting of decoration and content that was generated by Doxia, or documents like RTF or

[ANN] Apache Maven Wagon 3.3.3 released

2019-06-16 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.3.3. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.3.3 ** Bug * [WAGON-494] - wagon-ssh: infinite prompts when EOF on stdin * [WAGON-557] - Integer overflow

Re: Default Surefire version

2019-06-12 Thread Michael Osipov
Am 2019-06-12 um 11:09 schrieb François Guillot: Hi, The default Surefire version in Maven is 2.12.4, which is very old. Any reason to not upgrade it to a more recent version ? Read MNG-6169 - To unsubscribe, e-mail:

[ANN] Maven Resolver 1.4.0 released

2019-06-12 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.4.0. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.4.0 ** Bug * [MRESOLVER-86] - ResolveArtifactMojo from resolver example uses plugin repositories to resolve

[ANN] Apache Maven Doxia version 1.9 released

2019-06-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia, version 1.9 https://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 1.9 ** Bug * [DOXIA-497] - APTSink: links and paragraphs inside tables * [DOXIA-538] - Tag used for monospaced is

Re: maven-changes-plugin: include git tag and commit sha1 in announcement email

2019-05-24 Thread Michael Osipov
Am 2019-05-24 um 18:35 schrieb 林自均: Hi Michael, Michael Osipov 於 2019年5月24日 週五 下午11:48 寫道: Am 2019-05-24 um 06:08 schrieb 林自均: Hi all, I am using maven-changes-plugin to send announcement emails. Now I would like to add the name of the release git tag and git commit sha1

Re: maven-changes-plugin: include git tag and commit sha1 in announcement email

2019-05-24 Thread Michael Osipov
Am 2019-05-24 um 06:08 schrieb 林自均: Hi all, I am using maven-changes-plugin to send announcement emails. Now I would like to add the name of the release git tag and git commit sha1 in the announcement. However, I didn't see any available variable to achieve this:

[ANN] Maven Resolver Ant Tasks 1.2.0 released

2019-04-12 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver Ant Tasks version 1.2.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/resolver-ant-tasks/ Release Notes - Maven Resolver Ant Tasks - Version 1.2.0 ** Bug *

[ANN] Apache Maven SCM 1.11.2 released

2019-03-21 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.11.2. https://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.11.2 ** Bug * [SCM-777] - scm:validate ignores scmCheckWorkingDirectoryUrl configuration in favor of system property **

[ANN] Apache Maven Archiver 3.4.0 released

2019-02-24 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Archiver, version 3.4.0. https://maven.apache.org/shared/maven-archiver/ You should specify the version in your project's dependency configuration: org.apache.maven maven-archiver 3.4.0 Release Notes -

Re: Maven resolves wrong dynamic (transitive) dependency version

2019-02-24 Thread Michael Osipov
Am 2019-02-24 um 21:04 schrieb Florian Schmaus: Assume a project which declares a dependency on libFoo version 1.0.0, now libFoo also declares  a dependency on libBar using a dynamic version specifier [1.0, 2.0). Now what I expect to happen is that Maven pulls in any, ideally the latest

Re: Maven Interships

2019-02-16 Thread Michael Osipov
big, too many use it, but too few work on. Michael Am 16.02.19 um 14:15 schrieb Michael Osipov: Am 2019-02-16 um 13:17 schrieb Darius Cooper: A bit off-topic, but has the Camel team considered using interns for some of its project-work? In a recent   Adam Bien  podcast interview...  Robert

Re: Maven Interships

2019-02-16 Thread Michael Osipov
Am 2019-02-16 um 13:17 schrieb Darius Cooper: A bit off-topic, but has the Camel team considered using interns for some of its project-work? In a recent Adam Bien podcast interview... Robert Scholte. mentioned that there were about 10 contributors currently pretty active on Maven, and

[ANN] Apache Maven Wagon 3.3.2 released

2019-02-08 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.3.2. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.3.2 ** Bug * [WAGON-545] - Connection reset while downloading artifacts in cloud environment (Azure) *

Aw: Re: Error with mvn site:stage-deploy

2019-01-08 Thread Michael Osipov
Please file an issue, I will take a look. > Gesendet: Dienstag, 08. Januar 2019 um 17:37 Uhr > Von: "Konrad Windszus" > An: "Maven Users List" > Betreff: Re: Error with mvn site:stage-deploy > > This seems to be related to the merged PR from >

[ANN] Apache Maven Wagon 3.3.1 released

2019-01-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.3.1. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.3.1 ** Bug * [WAGON-538] - Basic authentication fails if the password contains non-ASCII characters *

Re: Maven builds stalling on Bitbucket

2018-12-26 Thread Michael Osipov
I have fixed this already in Wagon 3.2.0 in WAGON-486. Use a Maven version which has this builtin. It should fix your NAT problem. Reread the tickets, my explanations were very detailed. Michael Am 2018-12-27 um 00:20 schrieb Sander Verhagen: Hi all, I'm sorry for reposting this[1]. But I'm

Re: Crashes while running "Maven In Five Minutes"

2018-12-04 Thread Michael Osipov
Am 2018-12-03 um 15:56 schrieb Steve Ramage:> If I follow the steps listed here (https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html) : > > > > mkdir scratch; pushd scratch; mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app

Re: Unknown packaging: bundle while building dependency report

2018-10-19 Thread Michael Osipov
Am 2018-10-16 um 08:17 schrieb Maxim Solodovnik: Hello All, I'm getting lot's of exceptions like the one below during the build. These exceptions are not affecting build status but polluting the logs Maybe you know how it can be fixed? maven-bundle-plugin version: 4.0.0

[ANN] Maven Resolver 1.3.0 released

2018-10-09 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.3.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.3.0 ** Bug * [MRESOLVER-45] - Git repo is

Re: publishing Apache Netbeans maven plugin to central

2018-10-05 Thread Michael Osipov
> Hi Maven folks, > > > > Apache NetBeans is under incubation right know and we would like to publish > it to maven central. What is the benefit having all NetBeans on Central? Those aren't usable libraries, but a whole package. Can't it just live in the Apache Dist area? Michael

[ANN] Apache Maven Wagon 3.2.0 released

2018-09-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.2.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.2.0 ** Bug * [WAGON-478] - WebDavWagon accepts SC_OK for MKCOL * [WAGON-486] - Wagon fails to download artifacts

[ANN] Apache Maven SCM 1.11.1 released

2018-09-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.11.1. https://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.11.1 ** Sub-task * [SCM-908] - GitScmProviderRepository#parseUrl(): skip parsing of user info for file:// URLs *

[HEADS UP] Maven SCM 1.11.0 coming

2018-09-01 Thread Michael Osipov
Folks, I'd like to release Maven SCM 1.11.0 in a week or so. If someone wants to add a fix or an improvement, please go ahead. We have a lot of open issues without any feedback for sometime. Michael - To unsubscribe,

Re: Double copy of XML in POMs

2018-08-02 Thread Michael Osipov
Am 2018-08-02 um 12:48 schrieb Joshua Fox: I got a lot of these error messages using Maven 3.5 on Windows 10. *The POM for… jar… is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details* It turns out that the POM files consisted of a *double

Re: repository problems (ibiblio.org) - redirections , HTTP response codes

2018-07-05 Thread Michael Osipov
Am 2018-07-05 um 16:24 schrieb David Balažic: Hi! During a clean build (we wiped the local repository cache) we encountered a problem with one artefact. We used the latest maven version 3.5.4 with Java 8u171. The error reported by maven is: Downloading from central:

[ANN] Maven Project Info Reports Plugin 3.0.0 released

2018-06-27 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.0.0. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins

[ANN] Apache Maven Wagon 3.1.0 released

2018-06-07 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.1.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.1.0 ** Bug * [WAGON-452] - RelaxedTrustStrategy does not handle multiple certificates * [WAGON-493] - Maven

[ANN] Apache Maven SCM 1.10.0 released

2018-05-28 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.10.0. https://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.10.0 ** Bug * [SCM-763] - Password masking for svnexe does not handle all cases * [SCM-797] - gitexe checkIn() fails

Re: [maven-scm-api] Looking to perform svn remote move

2018-05-18 Thread Michael Osipov
Am 2018-05-17 um 15:12 schrieb Rob Tompkins: > Hello maven guys, > > Over on commons we’ve been writing our own release-plugin What is wrong with the current Maven Release Plugin and why are you writing your own whereas we could improve the current one, can't we? Michael

[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:

[HEADS UP] Spring cleanup JIRA

2018-03-10 Thread Michael Osipov
NOTE: This has been already announced at dev@ and accepted, informing users also! We have currently almost 400 open issues which haven't been touched for more than three (3) years. The last two times I autoclosed them with a message. People could request a reopen, only a few did. If you

[ANN] MMaven Resolver 1.1.0 released

2017-07-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.1.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version Maven Artifact Resolver 1.1.0 ** Bug *

[ANN] Apache Maven Wagon 2.12 released

2017-01-30 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the ApacheMaven Wagon, version 2.12. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - version 2.12 ** Bug * [WAGON-408] - ITs for #testSecuredGet() fail with Windows * [WAGON-426] - Fingerprints loss in

[ANN] Apache Maven Doxia Sitetools 1.7.4 released

2016-11-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 1.7.4 Doxia Sitetools is an extension of base Doxia component that generates either HTML sites, consisting of decoration and content that was generated by Doxia, or documents like RTF or

[ANN] Maven Fluido Skin 1.6 released

2016-11-10 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 1.6. This module generates browsable HTML pages from Java source code. https://maven.apache.org/skins/maven-fluido-skin/ You should specify the version in your project's site configuration:

[ANN] Maven Ant Tasks Retired

2016-05-18 Thread Michael Osipov
As you can see in the release notes below, this component has now been retired. There will be no more releases of this component. Task * [MANTTASKS-252] Retire this component -The Apache Maven team - To unsubscribe, e-mail:

[RESULT] [VOTE] Retire Maven Ant Tasks

2016-05-18 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Karl Heinz Marbaise, Mirko Friedenhagen, Anders Hammar, Igor Fedorenko, Jason van Zyl, Andreas Gudian, Stian Soiland-Reyes, Ralph Goers, Manfred Moser, Connolly, Robert Scholte, Michael Osipov, Tamás Cservenák PMC quorum: reached I

[ANN] Maven Changes Plugin 2.12 released

2016-04-03 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Changes Plugin version 2.12. https://maven.apache.org/plugins/maven-changes-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-changes-plugin 2.12 Release

[ANN] Maven Project Info Reports Plugin 2.9 released

2016-03-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 2.9. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's

Upcoming Maven Project Info Reports release

2016-02-29 Thread Michael Osipov
Hi folks, I intend to roll 2.9 this week. There are still a few long-standing issues. If anyone wants to make some progress, feel free to do so. If I don't hear anything, I'll start on Wed/Thu. Michael - To unsubscribe,

[ANN] Maven Default Skin 1.2 released

2016-02-27 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Default Skin, version 1.2. This module generates browsable HTML pages from Java source code. https://maven.apache.org/skins/maven-default-skin/ You should specify the version in your project's site configuration:

[ANN] Maven Fluido Skin 1.5 released

2016-02-27 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 1.5. This module generates browsable HTML pages from Java source code. https://maven.apache.org/skins/maven-fluido-skin/ You should specify the version in your project's site configuration:

[ANN] Apache Maven JAR Utilities 1.2 released

2016-01-03 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven JAR Utilities, version 1.2. This module generates browsable HTML pages from Java source code. https://maven.apache.org/shared/maven-shared-jar/ You should specify the version in your project's dependency

Re: [MNG-5947] dependency management: imports and lack of nearest-wins

2016-01-02 Thread Michael Osipov
Am 2016-01-02 um 17:00 schrieb Michał Kowalcze: Basically it's in https://issues.apache.org/jira/browse/MNG-5947 along with example POMs. Graphically - having imports in dependency management like: final:1.0 + import:1.0 + parent:3.2.1 + commons-collections:3.2.1

Re: Another yearly issue cleanup in JIRA

2016-01-01 Thread Michael Osipov
Just wanted you to remember that no issue has been updated since my last mail. You still have a couple of days to take a look. Monday is deadline. Am 2015-12-25 um 19:00 schrieb Michael Osipov: Hi folks, the previous had a bad wording, so I decided to rerun that. I'd like to do another issue

Re: Another yearly issue cleanup in JIRA

2016-01-01 Thread Michael Osipov
Am 2016-01-01 um 23:13 schrieb Ron Wheeler: You might want to delay your deadline for a few days to allow people who have been on holidays to get back to work. Good point, let's push for another week until 2016-01-10. Michael On 01/01/2016 3:25 PM, Michael Osipov wrote: Just wanted you

[ANN] Maven Application Skin, Maven Classic Skin, Maven Stylus Skin Retired

2015-12-28 Thread Michael Osipov
As you can see in the release notes below, these skins have now been retired. There will be no more releases of these skins. Task * [MSKINS-121] Retire this skin -The Apache Maven team - To unsubscribe, e-mail:

[RESULT] [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-28 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Karl Heinz Marbaise, Stephen Connolly, Hervé Boutemy, Dennis Lundberg, Maxim Solodovnik, Andreas Gudian, Robert Scholte, Uwe Barthel, Petar Tahchiev, Mirko Friedenhagen, Maxim Solodovnik PMC quorum: reached I will continue with the

Another yearly issue cleanup in JIRA

2015-12-25 Thread Michael Osipov
Hi folks, the previous had a bad wording, so I decided to rerun that. I'd like to do another issue cleanup in JIRA like a did last year. We currently have 127 unresolved issues which haven't been updated for more than three years. They drill down as follows: Wish: 3 Task: 4 New Feature: 14

[VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-24 Thread Michael Osipov
Hi, as previously suggested, it makes sense to retire those skins because they haven't been updated for a long time and we don't have the resources to maintain them properly [1]. Last releases: Maven Application Skin: 2012-01-18 Maven Classic Skin: 2012-01-18 Maven Stylus Skin: 2012-07-30 I

[ANN] Maven Checkstyle Plugin 2.17 released

2015-10-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.17. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyle-plugin 2.17

Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Michael Osipov
Am 2015-04-27 um 20:39 schrieb Kristian Rosenvold: The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.4 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules,

[ANN] Maven PMD Plugin 3.4 released

2015-02-03 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven PMD Plugin, version 3.4. This module generates browsable HTML pages from Java source code. http://maven.apache.org/plugins/maven-pmd-plugin/ You should specify the version in your project's plugin configuration: plugin

[ANN] Maven Project Info Reports Plugin 2.8 released

2015-01-10 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin, version 2.8. This module generates browsable HTML pages from Java source code. http://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Michael Osipov
Am 2014-11-25 um 20:56 schrieb Matt Benson: From the peanut gallery: someone had complained that the owl as a mascot disregarded the Yiddish origin of the term Maven. How about naming the owl something like Abraham, Jacob, or Moses? :D That was me and I still highly dislike the connection

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Michael Osipov
at 2:07 PM, Michael Osipov micha...@apache.org wrote: Am 2014-11-25 um 20:56 schrieb Matt Benson: From the peanut gallery: someone had complained that the owl as a mascot disregarded the Yiddish origin of the term Maven. How about naming the owl something like Abraham, Jacob, or Moses? :D

Re: [DISCUSS] Adopt Mr Couché-Tard as our mascot, change the logo font to Alte Haas Grotesk, change the colour letter to v

2014-11-20 Thread Michael Osipov
My opinion on this: I do not like the connection between the owl and the word maven. While the owl stands for wisdom in the Greek culture as on the Greek euro coins, Maven is not of Greek origin. It is cleary of Hebrew/Jewish [1] origin. I see no connection here. I would rather see an old and

Re: [DISCUSS] Adopt Mr Couché-Tard as our mascot, change the logo font to Alte Haas Grotesk, change the colour letter to v

2014-11-20 Thread Michael Osipov
Am 2014-11-20 um 21:21 schrieb Michael Osipov: My opinion on this: I do not like the connection between the owl and the word maven. While the owl stands for wisdom in the Greek culture as on the Greek euro coins, Maven is not of Greek origin. It is cleary of Hebrew/Jewish [1] origin. I see

[ANN] Maven Archiver version 2.6

2014-10-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Archiver, version 2.6. This module generates browsable HTML pages from Java source code. http://maven.apache.org/shared/maven-archiver/ You should specify the version in your project's dependency configuration: dependency

[ANN] Maven Javadoc Plugin 2.10.1 released

2014-10-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.10.1. This module generates browsable HTML pages from Java source code. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configuration:

Re: Plugin to invoke SQLLDR

2014-07-03 Thread Michael Osipov
Am 2014-06-26 23:12, schrieb hanuman: Hi All, I am planning to invoke SQLLDR from in the POM.xml. any idea which plugin we can use to invoke the same? The best approach here is use Antrun Plugin or Exec. Externalize the password and do NOT pass as command line arg better yet -- use Oracle

Re: [Clash Inspector] Release 0.9 and asking for quick feedback

2014-06-28 Thread Michael Osipov
Am 2014-06-28 23:54, schrieb maili...@cedarsoft.com: Hi guys, some students have created a nice Maven plugin: http://clashinspector.com It analyzes potential problems regarding version clashes between (transient) dependencies. Where is the difference to

Re: Running plugin with own classloader for slf4j in maven 3.2

2014-06-17 Thread Michael Osipov
Am 2014-06-17 21:34, schrieb alexlehm: Until Maven 3.0.x it was possible to run plugins that use slf4j with a configuration of slf4j chosen by the project files (e.g. slf4j log4j binding or a simplelogging config in the project), since Maven wasn't using slf4j itself. Now in 3.2, the slf4j

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Michael Osipov
Am 2014-06-12 16:46, schrieb Hohl, Gerrit: Hello everyone, :) [..] Does someone know a good book or tutorial which handles all of these issues around Maven and CI/CD in more depth? Hi Gerrit, here is the approach I have been using all the years, I think this is quite common in companies:

Re: [ANN] Mojo's JAXB-2 Maven Plugin 1.6 released

2014-03-13 Thread Michael Osipov
Am 2014-03-13 16:02, schrieb Anders Hammar: is there actually a need for this plugin? The official Maven JAXB2 Plugin does quite a good job. (At least for my JAX-WS stuff). I haven't used the official JAXB2 plugin, but as far as I know it doesn't include schemagen support. Also, the docs is

Re: [ANN] Mojo's JAXB-2 Maven Plugin 1.6 released

2014-03-12 Thread Michael Osipov
Am 2014-03-12 10:43, schrieb Anders Hammar: Hi, The Mojo team is pleased to announce the release of Mojo's JAXB-2 Maven Plugin version 1.6. Hey Anders, is there actually a need for this plugin? The official Maven JAXB2 Plugin does quite a good job. (At least for my JAX-WS stuff). Michael

Re: wsimport - catalog

2014-02-18 Thread Michael Osipov
Am 2014-02-18 06:48, schrieb Sartaj Hundal: You need to get the XSD that is 'in' the jar file and then reference that retrieval within the XML. http://stackoverflow.com/questions/9280226/referencing-a-xsd-schema-within-jar-file This is what I wrote more than a week ago.

<    1   2   3   4   5   >