Re: [ANN] Apache Maven Verifier 1.7.1 Released

2020-04-06 Thread Christopher
Never mind. I see it now.
It says "This library provides a test harness for Maven integration tests."
For some reason, this paragraph didn't render in my email client upon
first viewing.
My mistake. Sorry for the noise.

On Mon, Apr 6, 2020 at 5:41 PM Christopher  wrote:
>
> What does maven-verifier-plugin do?
> Including this information on future announcement messages would be
> helpful, thanks.
>
> On Mon, Apr 6, 2020 at 5:34 PM Robert Scholte  wrote:
> >
> > The Apache Maven team is pleased to announce the release of the Apache 
> > Maven Verifier, version 1.7.1
> >
> > This library provides a test harness for Maven integration tests.
> >
> > https://maven.apache.org/shared/maven-verifier/ 
> > [https://maven.apache.org/shared/maven-verifier/]
> >
> > You should specify the dependency in your project:
> >
> > 
> > org.apache.maven.shared
> > maven-verifier
> > 1.7.1
> > 
> >
> > You can download the appropriate sources etc. from the download page:
> >
> > https://maven.apache.org/shared/maven-verifier/download.html 
> > [https://maven.apache.org/shared/maven-verifier/download.html]
> >
> >
> > Release Notes - Maven Shared Components - Version maven-verifier-1.7.1
> >
> > ** Bug
> > * [MSHARED-872] - Embedded3xLauncher cannot be initialized
> >
> > Enjoy,
> >
> >
> > -The Apache Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [ANN] Apache Maven Verifier 1.7.1 Released

2020-04-06 Thread Christopher
What does maven-verifier-plugin do?
Including this information on future announcement messages would be
helpful, thanks.

On Mon, Apr 6, 2020 at 5:34 PM Robert Scholte  wrote:
>
> The Apache Maven team is pleased to announce the release of the Apache Maven 
> Verifier, version 1.7.1
>
> This library provides a test harness for Maven integration tests.
>
> https://maven.apache.org/shared/maven-verifier/ 
> [https://maven.apache.org/shared/maven-verifier/]
>
> You should specify the dependency in your project:
>
> 
> org.apache.maven.shared
> maven-verifier
> 1.7.1
> 
>
> You can download the appropriate sources etc. from the download page:
>
> https://maven.apache.org/shared/maven-verifier/download.html 
> [https://maven.apache.org/shared/maven-verifier/download.html]
>
>
> Release Notes - Maven Shared Components - Version maven-verifier-1.7.1
>
> ** Bug
> * [MSHARED-872] - Embedded3xLauncher cannot be initialized
>
> Enjoy,
>
>
> -The Apache Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



[ANN] Apache Maven Verifier 1.7.1 Released

2020-04-06 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven 
Verifier, version 1.7.1

This library provides a test harness for Maven integration tests.

https://maven.apache.org/shared/maven-verifier/ 
[https://maven.apache.org/shared/maven-verifier/]

You should specify the dependency in your project:


org.apache.maven.shared
maven-verifier
1.7.1


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-verifier/download.html 
[https://maven.apache.org/shared/maven-verifier/download.html]


Release Notes - Maven Shared Components - Version maven-verifier-1.7.1

** Bug
    * [MSHARED-872] - Embedded3xLauncher cannot be initialized

Enjoy,


-The Apache Maven team


Maven Dependencies Pop Quiz - Results

2020-04-06 Thread Andres Almiray
Hi!

As promised I've collected all responses and blogged about the results at
the following URL

http://andresalmiray.com/maven-dependencies-pop-quiz-results/

Please feel free to share with your colleagues and friends. Questions and
answers are available at


https://docs.google.com/document/d/1e9I2RUo6drAvHeLhSyyuZXizcdIhEDSwulV1BVTnY-I

https://docs.google.com/spreadsheets/d/1NMoWGVwjnZy0lfH82b5O-KvAgYbAbvTG6Q7_XIuoQEo/

I'll encourage you to subscribe to my newsletter if you'd like to be
notified when new quizzes become available, and/or other interesting stuff
appears on my site, you'll find the subscribe form right at my blog.

Keep on coding!

Cheers,
Andres

---
Java Champion; Groovy Enthusiast
http://andresalmiray.com
http://www.linkedin.com/in/aalmiray
--
What goes up, must come down. Ask any system administrator.
There are 10 types of people in the world: Those who understand binary, and
those who don't.
To understand recursion, we must first understand recursion.


Re: Customizing the maven-site-plugin Markdown renderer?

2020-04-06 Thread Hervé BOUTEMY
don't hesitate to share every single concrete step, even the flexmark 
standalone test: this will ease working together, ensuring we understand each 
other

even before updating doxia-module-markdown with an updated version, there is a 
test with a Maven site to be done with the normal Doxia, to show the result 
(perhaps there is a partial failure only): this will be interesting to compare 
the result against the flexmark standalone test.

then once we'll be at updating doxia-module-markdown, yes, you can override 
the version used by the maven-site-plugin by setting dependencies in plugin 
definition

Regards,

Hervé

Le lundi 6 avril 2020, 07:12:14 CEST Stephan Wissel a écrit :
> Sorry for not being clear. The GitHub part is easy.
> What I'm not sure about is how I can test my modification in the context of
> the site plugin.
> Would defining my markdown renderer as dependency of the site plugin
> overwrite the build in renderer or do I have to modify the source of the
> site plugin too?
> 
> Create a nice day!
> Stephan H. Wissel
> 
> Phone: +65 96673269
> Blog  Twitter 
> LinkedIn  Xing
> 
> 
> On Mon, Apr 6, 2020 at 6:16 AM Hervé BOUTEMY  wrote:
> > you can create a GitHub repository, or a collection of repositories
> > whatever is necessary
> > 
> > Regards,
> > 
> > Hervé
> > 
> > Le dimanche 5 avril 2020, 18:38:50 CEST Stephan Wissel a écrit :
> > > I did a flexmark standalone test, happy to try to integrate that.
> > > I presume I would define my local moxia modification (after mvn clean
> > > install) as a site plugin dependency?
> > > 
> > > Along those lines:
> > >
> > > 
> > > org.apache.maven.plugins
> > > maven-site-plugin
> > > ${maven.site.plugin.version}
> > > 
> > > 
> > > org.apache.maven.plugins
> > > doxia-module-markdown
> > > 1.9.1-stw
> > > 
> > > 
> > > 
> > > 
> > > Would that work for providing a demo?
> > > 
> > > Create a nice day!
> > > Stephan H. Wissel
> > > 
> > > Phone: +65 96673269
> > > Blog  Twitter <
> > 
> > http://twitter.com/notessensei>
> > 
> > > LinkedIn  Xing
> > > 
> > > 
> > > On Sun, Apr 5, 2020 at 10:11 PM Hervé BOUTEMY 
> > 
> > wrote:
> > > > nice work: dos it mean that you managed to have the rendering as
> > 
> > expected?
> > 
> > > > Can you create a little demo and share?
> > > > 
> > > > On making the extension configurable and easy to use, it will be
> > 
> > complex
> > 
> > > > from a
> > > > Maven Site Plugin perspective: its relationship with Doxia (the core
> > > > rendering
> > > > engine), Doxia Markdown Module (the markdown parser for Doxia), Doxia
> > > > Sitetools and Doxia Skins will bring some challenges
> > > > 
> > > > That's why we'll need ot go step by step: sharing a first result with
> > > > a
> > > > lot of
> > > > manual config first, then looking on improvement to replace manual
> > 
> > config
> > 
> > > > with
> > > > nice parameters
> > > > 
> > > > I would really love to add such extensions, I'll really need your help
> > > > 
> > > > Regards,
> > > > 
> > > > Hervé
> > > > 
> > > > Le vendredi 3 avril 2020, 21:56:41 CEST Stephan Wissel a écrit :
> > > > > Hi Hervé,
> > > > > 
> > > > > thank you for your reply, appreciate your swift response.
> > > > > It seems to be a little more complex ;-) , but started easy (looked
> > 
> > like
> > 
> > > > 1
> > > > 
> > > > > line and 1 import)
> > > > > 
> > > > > Extensions are loaded like line 145 in the MarkdownParser.class:
> > > > > extensions.add(
> > > > > AdminitionExtension.create() );
> > > > > 
> > > > > I did a quick check on CSS/JS. When I put them in
> > > > > /src/site/resources/css
> > > > > and /src/site/resources/js, they get copied into the target site.
> > > > > Then I added   
> > > > > to the site.xml - which also worked. So the prerequites can be
> > 
> > handled
> > 
> > > > > in
> > > > > the site.xml without the need to change any code.
> > > > > 
> > > > > However I wouldn't see just to load that one extra plugin always,
> > 
> > more
> > 
> > > > like
> > > > 
> > > > > make it configurable. I see two approaches:
> > > > > - read the name of the plugins from a config setting and leave it to
> > 
> > the
> > 
> > > > > user - with all consequences - which one they specify
> > > > > - pick one (for starters) and have a config true/false flag whether
> > 
> > to
> > 
> > > > load
> > > > 
> > > > > it (default false)
> > > > > 
> > > > > The first might be the more flexible solution, but could add a can
> > > > > of
> > > > > (support) worms.
> > > > > 
> > > > > What do you think?
> > > > > 
> > > > > Create a nice day!
> > > > > Stephan H. Wissel
> > > > > 
> > > > > Phone: +65 96673269
> > > > > Blog  Twitter <
> > > > 
> > > > http://twitter.com/notessensei>
> > >