Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Maven archetype article and talk to the resources and videos #697

Merged
merged 1 commit into from
Feb 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions content/markdown/articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ under the License.

## Videos on Maven

| | Title | Covers | Published | Authors | Watch the Video |
|:--------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------|:----------------------:|:-------------------------------------:|:--------------------|:----------------------------------------------------------------------------------|
| | How to use Apache Maven Toolchains in an Apache Maven Project | Maven 3.8.6 and above | July 2022 | Karl Heinz Marbaise | [Youtube](https://www.youtube.com/watch?v=-KbDcJcglPc) |
| [![Getting started with Apache Maven](images/books/getting_started.png)](https://www.youtube.com/playlist?list=PLTgRMOcmRb3OGBIfqPSZFk0Nn0B4xGZqs) | Getting started with Apache Maven | Maven 2.2.1, and above | Packt Publishing (September 30, 2013) | Russell Gold | [Packt](https://www.youtube.com/playlist?list=PLTgRMOcmRb3OGBIfqPSZFk0Nn0B4xGZqs) |
| | Title | Covers | Published | Authors | Watch the Video |
|:--------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------|:----------------------:|:-------------------------------------:|:-------------------------|:----------------------------------------------------------------------------------|
| | Maven Marvels: Project Generation at Warp Speed | Maven 3 and above | October 2024 | Giovanni van der Schelde | [Youtube](https://www.youtube.com/watch?v=R_MJTwish2c) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
thank your for your adding your talk and article to the list.

I would argue (but I'm not a lawyer) that we should mentioned that Devoxx published it and name it in the video label too

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a lawyer either, but I don't think it is necessary to mention who published it. Devoxx is not the owner of the content; the speaker is. Speakers at Devoxx grant "The Java Community BV" (the commercial company that runs Devoxx) the right to publish their content.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue isn't legality. It's citation style. English majors and scientific publishers care a great deal about this. Software developers? Not so much. I don't think we've ever bothered to specify a style guide, be it AP, MLA, or Chicago. That said, I would still add something like "Devoxx Belgium 2024"

| | How to use Apache Maven Toolchains in an Apache Maven Project | Maven 3.8.6 and above | July 2022 | Karl Heinz Marbaise | [Youtube](https://www.youtube.com/watch?v=-KbDcJcglPc) |
| [![Getting started with Apache Maven](images/books/getting_started.png)](https://www.youtube.com/playlist?list=PLTgRMOcmRb3OGBIfqPSZFk0Nn0B4xGZqs) | Getting started with Apache Maven | Maven 2.2.1, and above | Packt Publishing (September 30, 2013) | Russell Gold | [Packt](https://www.youtube.com/playlist?list=PLTgRMOcmRb3OGBIfqPSZFk0Nn0B4xGZqs) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This table has one column too much (first column looks like it contains a book cover image), and it includes a book (last row). But let's address that separately :-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This table has one column too much (first column looks like it contains a book cover image), and it includes a book (last row). But let's address that separately :-)

As an information: This has been since years. This is a video series about the book, both from Packt (but not the original video on their website anymore, I changed it to the now linked video series on youtube when converted the page to markdown, see #621).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know, @Bukama. I would suggest we drop the first column nevertheless in a separate PR. It's a bit odd that only one video has it filled.


## Articles on Maven

Expand All @@ -47,6 +48,7 @@ Just ping us on the [dev mailing list](mailing-lists.html) to get in touch.

| Title | Publisher | Author | Published |
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------|:------------------------------------------------------------|:----------------:|
| [Maven Marvels - The Maven Archetype Plugin](https://www.giovds.com/posts/2024/09/maven-marvels-archetypes) | | Giovanni van der Schelde | September 2024 |
| [Handling sensitive data in Maven](https://cstamas.org/blog/2024/09/handling-sensitive-data-in-maven/) | | Tamás Cservenák | 7 December 2024 |
| [Maven4 ante portas! (Part 1)](https://cstamas.org/blog/2024/12/maven4-ante-portas/) | | Tamás Cservenák | 7 December 2024 |
| [Maven 4 - Part I - Easier Versions](https://blog.soebes.io/posts/2024/03/2024-03-31-maven-4-part-i/) | | Karl Heinz Marbaise | 31 March 2024 |
Expand Down