File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ RemRem-Generate application can be executed with Maven command or with the maven
16
16
2 . Execute maven command to build and run RemRem-Generate:
17
17
` mvn spring-boot:run `
18
18
19
+ - NOTE: If getting issue with above command like it seems maven tries to download a package instead
20
+ of referencing existing module of the project, so than try to execute this below maven command from root directory(eiffel-remrem-generate).
21
+ ` mvn -pl service -am spring-boot:run `
22
+
23
+ - Details about the changed command:
24
+
25
+ pl service: Tells maven only consider the service module for goal spring-boot: run .
26
+
27
+ am: Tells maven also build any modules that the service module depends on.
19
28
20
29
## Run RemRem-Generate With Java Command
21
30
You can’t perform that action at this time.
0 commit comments