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

fix: Maven repository URL #395

Open
wants to merge 1 commit into
base: main
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
4 changes: 2 additions & 2 deletions doc_source/java-package-eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\.

Expand Down Expand Up @@ -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`\.
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`\.