Skip to content

Commit

Permalink
Remove maven wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Grigorenko <[email protected]>
  • Loading branch information
kgibm committed Dec 16, 2024
1 parent 6a8e623 commit 742522e
Show file tree
Hide file tree
Showing 11 changed files with 216 additions and 778 deletions.
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
18 changes: 0 additions & 18 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# helloworldjsp

`helloworldjsp` is a [JavaServer Pages](https://openliberty.io/docs/latest/reference/feature/jsp-2.2.html) application.
`helloworldjsp` is a [JavaServer Pages](https://openliberty.io/docs/latest/reference/feature/jsp-2.3.html) application.

## Download or Run

Expand All @@ -10,23 +10,23 @@ This application requires at least the following features to be installed:

```
<featureManager>
<feature>jsp-2.2</feature>
<feature>jsp-2.3</feature>
<featureManager>
```

Add the application to the `dropins` folder and then access at <http://localhost:9080/helloworldjsp/> or <https://localhost:9443/helloworldjsp/>
Add the application to the `dropins` folder and then access at <http://localhost:9080/helloworldjsp/>.

## Development

1. Java >= 8 is required on your `PATH`; for example, [IBM Semeru Runtimes](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/)
1. Build the WAR file:
```
./mvnw clean install
mvn clean install
```
1. The file should be under `target/helloworldjsp.war`
1. Or build and run Liberty:
```
./mvnw liberty:dev
mvn clean install liberty:dev
```
1. Wait for the message, "server is ready to run a smarter planet". For example:
```
Expand All @@ -38,7 +38,7 @@ Add the application to the `dropins` folder and then access at <http://localhost
### Eclipse
To develop in Eclipse:
To develop in Eclipse, either install the [Liberty Tools plugin](https://marketplace.eclipse.org/content/liberty-tools), or:
1. Install the Eclipse flavor: [Eclipse IDE for Enterprise Java and Web Developers](https://www.eclipse.org/downloads/packages/)
1. Start Eclipse and click File } Import... } Maven } Existing Maven Projects
308 changes: 0 additions & 308 deletions mvnw

This file was deleted.

Loading

0 comments on commit 742522e

Please sign in to comment.