From f0b187ac0ecf07b3a6e3d6406604ebe25d172c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20P=C3=A1dua?= Date: Thu, 6 Oct 2022 17:04:07 -0700 Subject: [PATCH] fix: Maven repository URL --- doc_source/java-package-eclipse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_source/java-package-eclipse.md b/doc_source/java-package-eclipse.md index c0c3a2a5..ef9a585a 100644 --- a/doc_source/java-package-eclipse.md +++ b/doc_source/java-package-eclipse.md @@ -15,7 +15,7 @@ Install the **Maven** Plugin for Eclipse\. 1. Start Eclipse\. From the **Help** menu in Eclipse, choose **Install New Software**\. -1. In the **Install** window, type **http://download\.eclipse\.org/technology/m2e/releases** in the **Work with:** box, and choose **Add**\. +1. In the **Install** window, type **http://download\.eclipse\.org/technology/m2e/releases/latest** in the **Work with:** box, and choose **Add**\. 1. Follow the steps to complete the setup\. @@ -101,4 +101,4 @@ The resulting \.jar, `lambda-java-example-0.0.1-SNAPSHOT.jar`, is not the final You can find the resulting standalone \.jar \(that is, your deployment package\), in the `/target `subdirectory\. - Open the context \(right\-click\) menu for the `/target` subdirectory, choose **Show In**, choose **System Explorer**, and you will find the `lambda-java-example-0.0.1-SNAPSHOT.jar`\. \ No newline at end of file + Open the context \(right\-click\) menu for the `/target` subdirectory, choose **Show In**, choose **System Explorer**, and you will find the `lambda-java-example-0.0.1-SNAPSHOT.jar`\.