Skip to content

Commit f0b187a

Browse files
authored
fix: Maven repository URL
1 parent cad20e9 commit f0b187a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/java-package-eclipse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install the **Maven** Plugin for Eclipse\.
1515

1616
1. Start Eclipse\. From the **Help** menu in Eclipse, choose **Install New Software**\.
1717

18-
1. In the **Install** window, type **http://download\.eclipse\.org/technology/m2e/releases** in the **Work with:** box, and choose **Add**\.
18+
1. In the **Install** window, type **http://download\.eclipse\.org/technology/m2e/releases/latest** in the **Work with:** box, and choose **Add**\.
1919

2020
1. Follow the steps to complete the setup\.
2121

@@ -101,4 +101,4 @@ The resulting \.jar, `lambda-java-example-0.0.1-SNAPSHOT.jar`, is not the final
101101

102102
You can find the resulting standalone \.jar \(that is, your deployment package\), in the `/target `subdirectory\.
103103

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

0 commit comments

Comments
 (0)