Skip to content

Commit f37f723

Browse files
Updated wiki with new maven command to build and run RemRem-Generate (#242)
* Updated wiki with new maven command to build and run RemRem-Generate
1 parent 21113eb commit f37f723

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

wiki/markdown/run.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ RemRem-Generate application can be executed with Maven command or with the maven
1616
2. Execute maven command to build and run RemRem-Generate:
1717
`mvn spring-boot:run`
1818

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.
1928

2029
## Run RemRem-Generate With Java Command
2130

0 commit comments

Comments
 (0)