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`\.