You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Alternatively, do a manual install:
24
24
1. run `mvn install` on the project `org.oasis.oslcop.sysml.oslc-domain`: `mvn -f org.oasis.oslcop.sysml.oslc-domain/pom.xml clean install`
25
25
1. this is necessary if changes are made to the classes in the sysml-domain, which the sysml-server depends on.
26
26
1. This is also necessary when running for the first time.
27
-
2. run `mvn jetty:run-war` on the project `org.oasis.oslcop.sysml.oslc-server-model`
27
+
2. run `mvn jetty:run-war` on the project `org.oasis.oslcop.sysml.oslc-server`
28
28
3. If the first time you are running the server, you need to populate the database with some data. You have 2 alternatives:
29
29
1. Populate the data from a Json server (as defined in the properties-file `org.oasis.oslcop.sysml.oslc-server\src\main\resources\jsonServer.properties`)
0 commit comments