[ANN] Apache Maven JDeps Plugin 3.0.0 Released

2015-10-29 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven JDeps Plugin, version 3.0.0 The JDeps Plugin uses the jdeps tool to analyze classes for internal API calls. For more information about the standard jdeps tool, please refer to Java+Dependency+Analysis+Tool.

[ANN] JAX-WS Maven Plugin version 2.4 Released

2015-11-14 Thread Hervé BOUTEMY
Hi, The Mojo team is pleased to announce the release of the JAX-WS Maven Plugin version 2.4. This plugin contains Maven adapter for JAX-WS's toolset. The original code was developed in the Codehaus Mojo project, then as of March 2007, the project moved to jax-ws-commons with version 1.x in

Re: Problems compiling source java with different encodings

2015-08-26 Thread Hervé BOUTEMY
maven-compiler-plugin by default uses JDK's javac: it seems javac can't work with the encoding soup you have in legacy code. If you find some feature in javac to deal with that problem, you'll have to see how to inject the trick into maven-compiler-plugin because Maven, or more precisely

Re: Where has the list of maven project properties gone?

2015-09-05 Thread Hervé BOUTEMY
here is the core reference: http://maven.apache.org/ref/3-LATEST/maven-model-builder/ it does not explain everyting that can be found in POM or in settings, since there are so much info available but it points to POM and settings descriptors and explains everything that is not POM or settings

[ANN] Apache Maven Project Info Reports Plugin 2.8.1 Released

2015-09-10 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Project Info Reports Plugin, version 2.8.1 The Maven Project Info Reports Plugin is a plugin that generates standard reports for the specified project. http://maven.apache.org/plugins/maven-project-info-reports-plugin/

Re: oss push to maven central?

2015-09-13 Thread Hervé BOUTEMY
notice that search index is updated independently from artifacts themselves: you should check and be explicit if the content isn't published (ie you don't see the artifact in https://repo.maven.apache.org/maven2/...your groupId/your artifactid/) or if you don't have it in search result Regards,

Re: Reactor projects and ${project.version}

2015-09-17 Thread Hervé BOUTEMY
the only difference I see, and which makes a huge difference, is that the value has to be calculated also when effective model is built from repository (instead of project direct build, with its reactor) I fear it is not so trivial in the context of repository calculation, since there is no

Re: Generate archetype from latest version?

2015-09-19 Thread Hervé BOUTEMY
did you try to use 'RELEASE' as version? Regards, Hervé Le vendredi 18 septembre 2015 09:22:46 Jordan Zimmerman a écrit : > Is it possible to tell the Archetype plugin to use the latest version of an > archetype when generating? That would make it far easier to script. > > -Jordan

Re: Velocity - Archetypes Question

2015-12-05 Thread Hervé BOUTEMY
Hi see http://maven.apache.org/archetype/maven-archetype-plugin/create-from-project-mojo.html "The maven-archetype-plugin uses Velocity to expand template files, and this documentation talks about 'Velocity Properties', which are values substituted into Velocity templates. See The Velocity

Re: How to use 5 digit version numbers with Maven ?

2016-01-09 Thread Hervé BOUTEMY
in fact, the way the issue is described is misleading: "How to use 5 digit version numbers with Maven ?" and "Maven only handles 3 digit version numbers using the versions-maven-plugin" it should be phrased: "How to use 5 digit version numbers with versions-maven-plugin?" and

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

2015-12-27 Thread Hervé BOUTEMY
+1 Regards, Hervé Le jeudi 24 décembre 2015 23:34:36 Michael Osipov a écrit : > 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

Re: doxia-module-confluence : NullPointerException parsing table cell with single space

2016-01-18 Thread Hervé BOUTEMY
please open a Jira issue: https://issues.apache.org/jira/browse/DOXIA/ then, if you can, in addition to your explanations, please provide your test case as a patch to unit test for the Doxia module: http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/

Re: own Maven Site plugin

2016-06-28 Thread Hervé BOUTEMY
IIRC, you're trying to create a reporting plugin, ie a report that can contribute to a Maven site maven-reporting-impl is the component you need, with included example: http://maven.apache.org/shared/maven-reporting-impl/ Regards, Hervé Le samedi 25 juin 2016 22:44:01 Philipp Kraus a écrit :

[ANN] Apache Maven Doxia 1.7 Released

2016-02-09 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia, version 1.7 (which will be used in a future 3.5 version of maven-site- plugin) Doxia is a content generation framework that provides powerful techniques for generating static and dynamic content, supporting a

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-02-23 Thread Hervé BOUTEMY
Hi Maxim, That's typical of a forced dependency to doxia-core version 1.6 or less (which is typical from a project inheriting from an ASF version 17 parent POM because of MPOM-69 fix). I'm still waiting for a little more feedback before releasing ASF parent POM version 18 with

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-02-24 Thread Hervé BOUTEMY
l dependency > > Are you going to announce #18? > > > On Wed, Feb 24, 2016 at 12:58 PM, Hervé BOUTEMY <herve.bout...@free.fr> > > wrote: > > Hi Maxim, > > > > That's typical of a forced dependency to doxia-core version 1.6 or less > > (which > &g

[ANN] Apache Maven Doxia Sitetools 1.7 Released

2016-02-14 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 1.7 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 PDF.

[ANN] Apache Maven Site Plugin 3.5 Released

2016-02-18 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.5 The Site Plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

Re: Maven Fluido Skin incompatibility with new maven-site-plugin 3.5

2016-02-20 Thread Hervé BOUTEMY
Hi Anthony, Yes, you're completely right: we're working on it, and tried to make clear that Fluido Skin 1.4 is not immediately compatible with Maven Site Plugin 3.5 [1] It should be done in 1 or 2 weeks, dependings on the order in which we'll have to do the work (perhaps we'll need to to a

Re: Site Plugin 3.5 URL behavior and multi-module builds

2016-03-10 Thread Hervé BOUTEMY
yes, it is expected behaviour: see "inheritance assembly" step of model builder [1] in your case, your config cause artifactId to be added twice: one on project.url and one on site.url before ${project.url} is interpolated You should just not use ${project.url} in distributionManagement/site:

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-04-07 Thread Hervé BOUTEMY
p;quot</a>;> > > > > > > Will try to check CHANGELOG for maven-site-plugin > > > > > > On Thu, Apr 7, 2016 at 12:29 PM, Maxim Solodovnik <solomax...@gmail.com> > > > > wrote: > >> Thanks for letting me know > >>

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-04-07 Thread Hervé BOUTEMY
e typos) > > > > On Feb 27, 2016 14:04, "Maxim Solodovnik" <solomax...@gmail.com> wrote: > > > Thanks a lot! > > > I'll wait for the announce and then will test :) > > > > > > On Thu, Feb 25, 2016 at 12:47 PM, Hervé BOUTEMY <he

Re: New maven site and doxia with custom velocity doxia

2016-04-12 Thread Hervé BOUTEMY
Hi, The code to populate Velocity tools was completely rewritten in https://issues.apache.org/jira/browse/DOXIASITETOOLS-93 Previously, it was using default Velocity mechanisms, that were not giving consistent results with request-scoped tools. It was then rewritten to have working

[ANN] Apache Maven Doxia Sitetools 1.7.1 Released

2016-04-10 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 1.7.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 PDF.

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-04-08 Thread Hervé BOUTEMY
gt; great :) > > On Thu, Apr 7, 2016 at 12:48 PM, Hervé BOUTEMY <herve.bout...@free.fr> > > wrote: > > great, thanks for the feedback > > > > Regards, > > > > Hervé > > > > Le jeudi 7 avril 2016 12:45:53 Maxim Solodovnik a écrit : > &

Re: Why did the Maven Site Plugin 3.4.1 vanished

2016-04-21 Thread Hervé BOUTEMY
Hi, 3.4.1? This version never existed http://svn.apache.org/viewvc/maven/plugins/tags/ Didn't you look for 3.5.1? Regards, Hervé Le jeudi 21 avril 2016 23:52:25 Oliver B. Fischer a écrit : > Hi, > > I just recognized that version 3.4.1 of the Maven Site Plugin vanished > from Maven Central.

[ANN] Apache Software Foundation Parent POM Version 18 Released

2016-05-19 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 18. https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 18 Release Notes - Maven POMs -

Re: Preferred way to submit Doxia Patches

2016-05-22 Thread Hervé BOUTEMY
No, Jira is the good way to submit patches: thanks for your help. But in addition to Jira, having some discussion here can help: as you can see, your request here got the intended effect = this issue is now being discussed in Jira There are many Maven components, many Jiras, on so much

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-05-02 Thread Hervé Boutemy
ng do you have any roadmap for 18-SNAPSHOT release? > It is always better to use release versions :) > > On Sat, Apr 9, 2016 at 1:46 AM, Hervé BOUTEMY <herve.bout...@free.fr> wrote: > > I knew I did cleanup in some algorithms, but I didn't expect such an > > improveme

[ANN] Apache Maven Site Plugin 3.5.1 Released

2016-04-14 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.5.1 The Maven Site Plugin is a plugin that generates a site for the current project. http://maven.apache.org/plugins/maven-site-plugin/ You should specify the version in your project's plugin

Re: Is there a guide on how to use Sisu within Maven plugins?

2017-02-03 Thread Hervé BOUTEMY
notice:@Component we're using in a Mojo is from Maven Plugin Tools org.apache.maven.plugins.annotations.Component [1] it's different from @Component from Plexus, which is org.codehaus.plexus.component.annotations.Component [2] Using the same class name in a different package is probably a bad

Re: Generating xdoc content to be included into site

2017-02-03 Thread Hervé BOUTEMY
you're the first one I see who does that: I never imagined to support this scenario Then I'd say: it's by design :) I don't know if adding this feature would be hard or not Regards, Hervé Le jeudi 2 février 2017, 01:02:33 CET Maxim Solodovnik a écrit : > One additional question, > > I'm

Re: Is there a guide on how to use Sisu within Maven plugins?

2017-02-03 Thread Hervé BOUTEMY
email thread: I suppose you're referring to an other discussion Regards, Hervé > The > discussion about the annotations caused extra confusion but in the end had > nothing to do with the issue. > > thanks, > Robert > > On Fri, 03 Feb 2017 10:15:05 +0100, Hervé BOUTEM

Re: Generating xdoc content to be included into site

2017-02-03 Thread Hervé BOUTEMY
ke to have 7 copies of the same file :( > > On Fri, Feb 3, 2017 at 4:20 PM, Hervé BOUTEMY <herve.bout...@free.fr> wrote: > > you're the first one I see who does that: I never imagined to support this > > scenario > > > > Then I'd say: it's by design :) >

Re: Finding another plugins configuration

2017-02-03 Thread Hervé BOUTEMY
b) is probably possible, but not recommended When we want to share some configuration between plugins, the usual solution is to define a convention on a property name: see for example maven.test.skip that is supported both by maven-compiler-plugin [1], Surefire [2], nar-maven-plugin in

Re: Generating xdoc content to be included into site

2017-02-16 Thread Hervé BOUTEMY
penmeetings/tree/3.2.x/openmeetings-server > performing final assembly, and contains main site with all xdocs etc.: > https://github.com/apache/openmeetings/blob/3.2.x/openmeetings-server/src/si > te/site.xml > > I'm not advanced maven user and still learning, so would appreciate any >

Re: Single-page sites?

2017-02-27 Thread Hervé BOUTEMY
Hi, No, this is not a current option of maven-site-plugin. Pdf plugin does such equivalent one doc from every report. but writing such a plugin for one unique html page is not an easy tasks: in addition to the whole reporting integration work, you'll need to work on inter-document links in

Re: [EXTERNAL] Re: help with version range

2016-09-24 Thread Hervé BOUTEMY
Le vendredi 23 septembre 2016 18:46:36 Manfred Moser a écrit : > Fair enough. From the purely engineering/mathematical point of view it might > not make sense. But I dont see a way to get that changed with breaking a > TON of other stuff. +1 > And I am not even sure if it would be more intuitive

Re: [EXTERNAL] Re: help with version range

2016-09-24 Thread Hervé BOUTEMY
I worked a lot on this in the past, and the range I found the easiest to write is: [1.0,2.0-a-a) = "alpha-alpha" trick yes, this is still a trick, but at least this better shows the intent Regards, Hervé Le vendredi 23 septembre 2016 13:41:37 Robert Patrick a écrit : > Well...like I said, I

Re: Inconsistent documentation

2016-09-24 Thread Hervé BOUTEMY
you're right: the mini guide explains Archetype 1.x, which had its descriptor as archetype.xml But Archetype is now Archetype 2, with archetype-metadata.xml descriptor If you can create a MNGSITE issue and attach a patch for

Re: Inconsistent documentation

2016-09-25 Thread Hervé BOUTEMY
page updated with a notice and a link to Jira issue Regards, Hervé Le samedi 24 septembre 2016 23:40:41 Hervé BOUTEMY a écrit : > you're right: the mini guide explains Archetype 1.x, which had its > descriptor as archetype.xml > But Archetype is now Archetype 2, with archetype-met

[ANN] Apache Maven Site Plugin 3.6 Released

2016-11-17 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.6 The Site Plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

Re: ${project.parent.parent.version} does not work

2016-12-02 Thread Hervé BOUTEMY
I confirm that it is not expected to work currently: here is the reference documentation for pom interpolation: http://maven.apache.org/ref/3-LATEST/maven-model-builder/ index.html#Model_Interpolation there is not parent element in parent Was it expected to work with Maven 2, before the whole

Re: Maven Indexer questions

2017-03-30 Thread Hervé BOUTEMY
Le mercredi 29 mars 2017, 16:31:10 CEST Laird Nelson a écrit : > I am working with the maven-indexer componentry for the first time; please > forgive my ignorance. > > I normally wouldn't ask these questions here, but there is no documentation. did you have a look at:

Re: Maven Indexer questions

2017-03-30 Thread Hervé BOUTEMY
how to write it to have a chance someone will use it... Regards, Hervé Le jeudi 30 mars 2017, 16:57:51 CEST Laird Nelson a écrit : > On Thu, Mar 30, 2017 at 9:44 AM Hervé BOUTEMY <herve.bout...@free.fr> wrote: > > Le mercredi 29 mars 2017, 16:31:10 CEST Laird Nelson a écrit : &

Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-10 Thread Hervé BOUTEMY
there is no feature now to dump effective config as text: didn't think at this scenario PRs welcome or at least ideas on where to add this feature to make it usable Regards, Hervé Le lundi 10 avril 2017, 07:35:49 CEST Francesco Chicchiriccò a écrit : > On 2017-04-10 09:16 (+0200), Karl Heinz

Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-11 Thread Hervé BOUTEMY
a écrit : > I still wonder if we want to have this. > It is less interesting which colors are used, but instead more interesting > the colors you want. > So having a list with the available options would be good enough for me. > > Robert > > On Tue, 11 Apr 2017 00:42

Re: [EXTERNAL] Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-12 Thread Hervé BOUTEMY
active > settings. > > -Original Message- > From: Hervé BOUTEMY [mailto:herve.bout...@free.fr] > Sent: Tuesday, April 11, 2017 8:10 PM > To: Maven Users List <users@maven.apache.org> > Subject: [EXTERNAL] Re: Any way to change the color scheme in Maven 3.5.0? > >

Re: Build using toolchains version, but run unit tests against various JDKs?

2017-03-03 Thread Hervé BOUTEMY
yes, using the JDK selected by the toolchain plugin was until recently the intent of toolchain-plugin: help being consistent in every plugin requiring to use a JDK that is different from the JRE used to launch Maven now that it works as expected, there are new use cases arising where the

Re: Maven central and indexing

2017-03-10 Thread Hervé BOUTEMY
FYI, Nexus Indexer was given to Apache Maven by Sonatype in 2010: http://incubator.apache.org/ip-clearance/maven-indexer.html Then became Maven Indexer http://maven.apache.org/maven-indexer/ or for better documentation: http://maven.apache.org/maven-indexer-archives/maven-indexer-LATEST/

Re: Enforcer requirePropertyDiverges not propagated to descendants?

2017-03-04 Thread Hervé BOUTEMY
first, you'll have to talk about rules, not only the plugin: there are many rules, some implemented by the plugin and some implemented by MojoHaus extra- enforcer-rules then: MojoHaus requirePropertyDiverges [1] requires that the property value is different, not that it is not empty IIUC what

Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-08 Thread Hervé BOUTEMY
Hi, Yes, you can customize colors (thanks to some help I got during a Paris HackerGarten Meetup [1]). Here is the link in th ereference documentation: http://maven.apache.org/ref/3.5.0/maven-embedder/ While reading now what I wrote, it should probably be enhanced to be more explicit that

Re: Is there any good way to write maven site document?

2017-07-19 Thread Hervé BOUTEMY
Hi, You can use site:run to quickly test documentation rendering each time you want. On IDE plugin to ease document writing, on Maven side, the Eclipse plugin that was written a few years ago needs some love to run on recent Eclipse versions... Given the various wiki formats [1] supported by

Re: doxia-ide/eclipse

2017-07-19 Thread Hervé BOUTEMY
Hi, I used this plugin a few years ago, then it started to misbehave when upgrading Eclipse version. And now, it even does not build any more: looks like something changed in Eclipse ecosystem I'll update the page to tell that this plugin does not even build any more: help wanted... Regards,

Re: doxia-ide/eclipse

2017-07-21 Thread Hervé BOUTEMY
plugin for Maven site APT > edition. > > Best regards. > > 2017-07-19 9:41 GMT+02:00 Hervé BOUTEMY <herve.bout...@free.fr>: > > Hi, > > > > I used this plugin a few years ago, then it started to misbehave when > > upgrading Eclipse version. And now, it eve

Re: Reuse/Share Content among document in Maven Site

2017-07-21 Thread Hervé BOUTEMY
in maven-site-plugin, you can use Velocity [1] (with #parse directive to reuse some content) Regards, Hervé [1] http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/ index.html Le jeudi 20 juillet 2017, 17:49:59 CEST Bruce Wen a écrit : > Hi All, > > Is there any way to

Re: doxia-ide/eclipse

2017-07-24 Thread Hervé BOUTEMY
le for an anonymous user :-( > > Best regards > > 2017-07-22 11:48 GMT+02:00 Hervé BOUTEMY <herve.bout...@free.fr>: > > here it is: the site is updated > > and I managed to have the build successful again > > > > help is still wanted to improve the plugin: mo

Re: doxia-ide/eclipse

2017-07-26 Thread Hervé BOUTEMY
Site/ > > OK > > and it's containing the Eclipse update site: https://builds.apache.org/ > > > view/M-R/view/Maven/job/doxia-eclipse-editor/Maven-generated_Site/eclipse > > http 404 but no authent/redirection asked => would be OK. > > Best regards > > 20

Re: doxia-ide/eclipse

2017-07-22 Thread Hervé BOUTEMY
:58:27 CEST Hervé BOUTEMY a écrit : > I forgot this update site: thanks for the reminder > > I'll update the page to make it more visible, and add a "help wanted" > text... > > Regards, > > Hervé > > Le mercredi 19 juillet 2017, 10:55:27 CEST Alix L

Re: Building Maven 3.5.0 on GNURoot Debian

2017-05-20 Thread Hervé BOUTEMY
Maven is built basically like any Maven project. We have additional instruction to run its [1], but the Maven build part is just completely classical Regards, Hervé [1] http://maven.apache.org/guides/development/guide-building-maven.html Le samedi 20 mai 2017, 11:10:05 CEST Rupinder Singh a

Re: Compiling from source with no previous Maven installed.

2017-05-20 Thread Hervé BOUTEMY
for Maven versions before 3.5, there is an Ant build Regards, Hervé Le vendredi 19 mai 2017, 07:35:39 CEST Ray Sheppard a écrit : > Hello, >I have tried to find the proper directions in the documentation. > However, all documentation seems to assume there is already a Maven > installed or

Re: Overriding the site plugin

2017-10-15 Thread Hervé BOUTEMY
you found it I'll just add a reference documentation on default lifecycles and plugins/ goals binding: http://maven.apache.org/ref/current/maven-core/lifecycles.html Regards, Hervé Le dimanche 15 octobre 2017, 18:08:31 CEST Mark Raynsford a écrit : > On 2017-10-15T17:02:19 + > > Mark

[ANN] Apache Maven Reporting Executor 1.4 Released

2017-10-16 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Reporting Executor, version 1.4 Classes to manage report plugin executions with Maven 3. https://maven.apache.org/shared/maven-reporting-exec/ You should specify the version in your project's dependency configuration:

Re: unable to generate site with module-info defined

2017-09-30 Thread Hervé BOUTEMY
Hi Russel, Can you give more stacktrace lines, please, since I suppose it is a reporting plugin issue, but I cannot figure out *which* report plugin (and I'll have to find a way to have more tiny stacktraces when there is an issue with a report plugin that is launched by maven-site-plugin,

Re: How to enforce running my Maven Plugin with a certain Java version

2017-09-30 Thread Hervé BOUTEMY
I fully agree with the analysis thinking at it, it seems we could provide a backward compatible option: instead of changing pom.xml model to add more prerequisite features [1], why don't we enhance META-INF/maven/plugin.xml [2] ? Notice that, as I write that, I see that even maven version

Re: Specifying version range for dependency causes resolver error; maven-metadata.xml on central looks wrong - how do I make ranges work?

2017-09-30 Thread Hervé BOUTEMY
- teaching to users, and perhaps tooling, to modify manually modify and publish the content Feasible but not easy, given one feature of Maven repository format is its stability Regards, Hervé > > Kind regards, > Christian > > On Thu, Sep 28, 2017 at 4:27 AM, Hervé BOUTE

Re: unable to generate site with module-info defined

2017-09-30 Thread Hervé BOUTEMY
septembre 2017, 13:15:36 CEST Hervé BOUTEMY a écrit : > Hi Russel, > > Can you give more stacktrace lines, please, since I suppose it is a > reporting plugin issue, but I cannot figure out *which* report plugin > > (and I'll have to find a way to have more tiny stacktraces when t

Re: unable to generate site with module-info defined

2017-10-01 Thread Hervé BOUTEMY
va/module-info.java > >> :4: error: module not found: javassist>> > >>requires javassist; > >> > >> ^ > >> > >> Command line was: > >> /Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Hom

Re: Specifying version range for dependency causes resolver error; maven-metadata.xml on central looks wrong - how do I make ranges work?

2017-09-27 Thread Hervé BOUTEMY
Hi, Here is a list of inconsistencies (expected to be extensive) in central between maven-metadata.xml and what is in the repo [1] (updated daily): in this file, each "+" is about a version that is available in the repo but not referenced in maven-metadata.xml, and each "-" is about a version

Re: 1;34mINFO[m] formatting on console output

2017-08-24 Thread Hervé BOUTEMY
can you give info on Maven version and OS used? And if you are on Windows, which command line you're using? there is no reason to stop working: - any Unix supports these ANSI escape codes natively - we use JAnsi to add support on Windows Regards, Hervé Le jeudi 24 août 2017, 20:54:26 CEST

Re: 1;34mINFO[m] formatting on console output

2017-08-27 Thread Hervé BOUTEMY
ng Ridge, NJ 07920 > T +1 973-348-1521 > jacob.fried...@optum.com > www.optum.com > > > -Original Message- > From: Hervé BOUTEMY [mailto:herve.bout...@free.fr] > Sent: Friday, August 25, 2017 2:42 AM > To: Maven Users List > Subject: Re: 1;34mINFO[m] formatting on cons

Re: 1;34mINFO[m] formatting on console output

2017-08-25 Thread Hervé BOUTEMY
; Thanks, > Jake > > > > Jacob Friedman, PMP, PMI-ACP | Optum > Scrum Master, Optum Technology > > 131 Morristown Rd, Basking Ridge, NJ 07920 > T +1 973-348-1521 > jacob.fried...@optum.com > www.optum.com > > > -Origi

Re: Any way to activate a profile based on a property substring?

2017-11-10 Thread Hervé BOUTEMY
the current PropertyProfileActivator [1] does not provide such feature I imagine you can create an extension that will behave the way you want Regards, Hervé [1] http://maven.apache.org/ref/3.5.2/maven-model-builder/xref/org/apache/ maven/model/profile/activation/PropertyProfileActivator.html

Re: using includes in maven-source-plugin induces sources are not found anymore

2017-11-03 Thread Hervé BOUTEMY
"additionnalFiles" list that would add some files at root of the generated jar (like NOTICE and LICENSE) I'm open to PRs :) Regards, Hervé Le jeudi 2 novembre 2017, 22:25:49 CET MAISONOBE Luc a écrit : > Hi, > > MAISONOBE Luc <luc.maison...@c-s.fr> a écrit : >

Re: using includes in maven-source-plugin induces sources are not found anymore

2017-11-02 Thread Hervé BOUTEMY
Hi, AFAIK, reading the plugin source code, there is no feature to add files that are not in compile source root: this will require a new feature. Did you try adding a secondary source root, using build-helper:add-source? Regards, Hervé Le jeudi 2 novembre 2017, 11:54:58 CET Luc Maisonobe a

Re: Excluding inherited developers

2017-12-09 Thread Hervé BOUTEMY
I fear there is no feature for that this is an opportunity to explain the code: 1. everything is in maven-model-builder [1] 2. the step of interest here is inheritance assembly [2] 3. and if you look at source code [3], there is code to avoid emptying data during inheritance, but no merge

Re: Maven site filter properties with a period

2017-10-20 Thread Hervé BOUTEMY
i'm be set > > https://issues.apache.org/jira/projects/MSITE/issues/MSITE-799 > > On Thu, Oct 19, 2017 at 1:34 PM, Hervé BOUTEMY <herve.bout...@free.fr> > > wrote: > > there is some doc about this: > > http://maven.apache.org/plugins/maven-site-plugin/ >

Re: Maven site filter properties with a period

2017-10-21 Thread Hervé BOUTEMY
an > put the parts related to properties with dots and the ## markdown issue > > On Fri, Oct 20, 2017 at 10:50 PM, Alex O'Ree <spyhunte...@gmail.com> wrote: > > Excellent, thanks Hervé > > > > On Fri, Oct 20, 2017 at 10:33 PM, Hervé BOUTEMY <herve.bout...@free.fr>

[ANN] Apache Maven Site Plugin 3.7.1 Released

2018-04-28 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.7.1 The Maven Site Plugin is a plugin that generates a site for the current project. https://maven.apache.org/plugins/maven-site-plugin/ You should specify the version in your project's plugin

[ANN] Apache Maven Plugin Tools 3.5.2 Released

2018-05-26 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.5.2, including Apache Maven Plugin Plugin 3.5.2 The Maven Plugin Tools contains the necessary tools to generate rebarbative content like descriptor, help and documentation. In addition, it

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

2018-05-18 Thread Hervé BOUTEMY
Le vendredi 18 mai 2018, 22:36:20 CEST Rob Tompkins a écrit : > > On May 18, 2018, at 3:30 PM, Michael Osipov wrote: > > > > Am 2018-05-17 um 15:12 schrieb Rob Tompkins: > > > Hello maven guys, > > > > > > Over on commons we’ve been writing our own release-plugin > > > >

Re: Maven coordinates terminology

2018-06-08 Thread Hervé BOUTEMY
Le vendredi 8 juin 2018, 09:18:59 CEST Ross Goldberg a écrit : > Is there any established terminology for the following Maven coordinates > situations? AFAIK, no > > (I've included possible terms underneath each situation, in case no term > currently exists for it) > > - have groupId,

Re: Maven coordinates terminology

2018-06-08 Thread Hervé BOUTEMY
Le vendredi 8 juin 2018, 22:53:17 CEST Ross Goldberg a écrit : > Thanks for the insight, Hervé. > > "packaging" is not part of coordinates: what you can have is "type" > > > I got "packaging" from: > > https://maven.apache.org/pom.html#Maven_Coordinates > > Is that page out of date? Or is

Re: How to create a site/doxia plugin?

2018-07-03 Thread Hervé BOUTEMY
Hi Peter, What do you call a Doxia plugin? I see misc interpretations: - a Doxia module [1], to support a new output format = a new Sink, see the currfent modules that provide Sinks (and not only parsers) [2] - a Skin [3], to have a web site that matches better your intent - a new Maven

Re: Maven Docker Images

2017-10-19 Thread Hervé BOUTEMY
great idea ok, we need a git repo at ASF what else? Is there some sort of release process? some sort of source to release? Regards, Hervé Le jeudi 19 octobre 2017, 13:47:45 CEST Mike Drob a écrit : > Thanks for the pointer, Carlos! I had searched the archives, but maybe I > didn't go back far

Re: Maven site filter properties with a period

2017-10-19 Thread Hervé BOUTEMY
there is some doc about this: http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html#Filtering Regards, Hervé Le lundi 16 octobre 2017, 20:22:04 CEST Alex O'Ree a écrit : > I have some pom defined properties that I'm trying to inject into a maven > site markdown file.

Re: Maven Docker Images

2017-10-19 Thread Hervé BOUTEMY
ttps://issues.apache.org/jira/issues/?jql=component%20% > > 3D%20Docker%20AND%20project%20%3D%20INFRA > > [3] https://issues.apache.org/jira/browse/INFRA-14756 > > > > > On Fri, Oct 20, 2017 at 12:30 AM, Hervé BOUTEMY <herve.bout...@free.fr> > > > > >

Re: How to create a site/doxia plugin?

2018-07-03 Thread Hervé BOUTEMY
st). > > Kind regards > > Peter > > Am 03.07.2018 um 08:14 schrieb Hervé BOUTEMY: > > Hi Peter, > > > > What do you call a Doxia plugin? > > > > I see misc interpretations: > > > > - a Doxia module [1], to support a new

[ANN] Apache Maven Site Plugin 3.7 Released

2017-12-31 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.7 The Maven Site Plugin is a plugin that generates a site for the current project. http://maven.apache.org/plugins/maven-site-plugin/ You should specify the version in your project's plugin

Re: Make custom plugin executed only once in multimodule (inherited=false? aggregator?)

2018-01-05 Thread Hervé BOUTEMY
Hi François, Happy New Year! Can you check in generated META-INF/maven/plugin.xml descriptor that your annotation in source was well detected? Because it looks like a typo somewhere in your plugin: if you can share the code (eventually privately), perhaps new eyes can find it. Regards,

[ANN] Apache Maven Doxia 1.8 Released

2017-12-21 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia, version 1.8 (which will be used in a future 3.7 version of maven-site- plugin) Doxia is a content generation framework that provides powerful techniques for generating static and dynamic content, supporting a

Re: sorting versions for artifacts with hypen and / or dot in filename

2018-01-10 Thread Hervé BOUTEMY
Maven does not use the file name to try to guess artifactId: Maven has artifactId in a pom.xml (either as pom.xml coordinates, either as dependency coordinates) and when necessary generates a filename to find associated file. Then there is never any ambiguity when files are in a Maven

[ANN] Apache Software Foundation Parent POM Version 19 Released

2018-01-24 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 19. https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 19 You can download the appropriate

[ANN] Apache Maven SCM Publish Plugin 3.0.0 Released

2018-01-29 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven SCM Publish Plugin, version 3.0.0 The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM. The primary goal was to have an utility plugin to allow Apache projects to

Re: prevent automatic adaptation of scm connection url

2018-02-07 Thread Hervé BOUTEMY
see https://issues.apache.org/jira/browse/MNG-6059 for a new feature to avoid artifactId addition the current behaviour is documented in http://maven.apache.org/ref/3.5.2/maven-model-builder/index.html#Inheritance_Assembly Regards, Hervé Le mardi 6 février 2018, 08:31:50 CET Basin Ilya a

Re: per-warm the maven cache for 2 stage Docker build

2018-02-19 Thread Hervé BOUTEMY
Le lundi 19 février 2018, 09:25:13 CET Adam Sandor a écrit : > Hello Maven people, > > Can someone at least give me some feedback on why this one is not > getting any answers? Asked the question in a wrong way? Is it not > clear? Not interesting? I suppose this is a mix that not many people are

[ANN] Apache Maven PDF Plugin 1.4 Released

2017-12-28 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven PDF Plugin, version 1.4 This plugin allows you to generate a PDF version of your project's documentation. https://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your

[ANN] Apache Maven Doxia Sitetools 1.8 Released

2017-12-28 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 1.8 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 PDF.

[ANN] Apache Software Foundation Parent POM Version 21 Released

2018-08-22 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 21. https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 21 You can download the appropriate

[ANN] Apache Maven Parent POMs 32 Released

2018-07-19 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 32. Maven Parent POMs include Maven Parent POM itself, but also Maven Plugins Parent POM, Maven Shared Components Parent POM, Maven Skins Parent POM and Maven Doxia Tools Parent POM.

<    1   2   3   4   5   6   >