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

Added Video Link. #324

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
24 changes: 24 additions & 0 deletions content/xdoc/articles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,30 @@ under the License.

</section>

<section name="Videos on Maven">
<p>
Copy link
Contributor

Choose a reason for hiding this comment

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

suggest deleting this paragraph; after making a video no one is going to then re-record it

Copy link
Member

Choose a reason for hiding this comment

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

You mean it will be out of date sooner or later?

Copy link
Member Author

Choose a reason for hiding this comment

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

to be honest @elharo I don't understand your comment? What do you mean by after making a video no one is going to then re-record it ??

Copy link
Member

Choose a reason for hiding this comment

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

@khmarbaise He means as soon as Maven changes in this regard the video will be outdated and no one will do a new video. No information is better than outdated/wrong one. WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

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

Realistically there's no point to asking the dev mailing list for feedback on a video. In an article, I can edit and republish very easily. With most videos I can't.

If you have made videos on Maven we suggest contacting the developers on the mailing list as we would be happy
to provide feedback to help ensure accuracy in your videos. Just ping us on the <a href="mailing-lists.html">dev mailing list</a>
to get in touch.
</p>

<div style="margin-top: 1.5em;">
<table>
<tr>
<th>Title</th>
<th>Publisher</th>
<th>Author</th>
<th>Published</th>
</tr>
<tr>
<td><a href="https://youtu.be/-KbDcJcglPc">How to use Apache Maven Toolchains in an Apache Maven Project.</a></td>
<td>Karl Heinz Marbaise</td>
<td>July 2022</td>
</tr>
</table>
</div>
</section>

<section name="Articles on Maven">
<p>
If you are writing an article on Maven we suggest contacting the developers on the mailing list as we would be happy
Expand Down