Skip to content

Commit 47cb594

Browse files
authored
Update BUILD_INSTRUCTIONS (#37)
1 parent 7671913 commit 47cb594

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

BUILD_INSTRUCTIONS.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ First, instructions on how to work on the component locally using the Eclipse ID
55

66
## Prerequisites
77

8-
- A Java Development Kit 17 (or higher)
9-
- Maven (3.9+)
10-
- Eclipse IDE (2022-06+)
8+
- A Java Development Kit 21
9+
- Maven (3.9.6)
10+
- Eclipse IDE (2023-12)
1111

1212
# Development
1313

@@ -24,6 +24,4 @@ As the model itself does not produce executable content, there is nothing to run
2424

2525
This is the recommended way if you want a production-style build. This is also what we have implemented on the Jenkins instance.
2626

27-
1. Build via maven: `mvn clean verify`
28-
29-
The p2 site for the model is now located in `java\bundles\org.eclipse.set.model.releng.repository\target\repository`.
27+
1. Build via maven: `mvn clean verify` and deploy `mvn deploy`

0 commit comments

Comments
 (0)