solomax commented on code in PR #198: URL: https://github.com/apache/openmeetings/pull/198#discussion_r2235537098
########## openmeetings-server/src/site/xdoc/BuildInstructions.xml: ########## @@ -48,6 +48,22 @@ To develop Openmeetings you need to import maven project into Eclipse <img src="images/eclipse-import-maven-project.png" alt="Import OM into Eclipse" width="526" height="394" /> </p> + <div> + <p>To develop Openmeetings you need to import maven project into IntelliJ IDEA: </p> + <ul> + <li>Build the repository using mvn clean install -P allModules</li> Review Comment: +1 :)) ########## openmeetings-server/src/site/xdoc/BuildInstructions.xml: ########## @@ -48,6 +48,22 @@ To develop Openmeetings you need to import maven project into Eclipse <img src="images/eclipse-import-maven-project.png" alt="Import OM into Eclipse" width="526" height="394" /> </p> + <div> + <p>To develop Openmeetings you need to import maven project into IntelliJ IDEA: </p> + <ul> + <li>Build the repository using mvn clean install -P allModules</li> + <li>Open IntelliJ IDEA</li> + <li>Click on "Open" and select the root folder of the OpenMeetings repository</li> + <li>IntelliJ IDEA will detect the Maven project and ask you to import it</li> + <li>Click on "Import" to import the Maven project</li> + <li>Wait for the import to finish, IntelliJ IDEA will download all the necessary dependencies</li> + <li>Once the import is complete, you can start developing OpenMeetings</li> + </ul> + <p>Make sure to configure the JDK in IntelliJ IDEA to match the version used in the project (JDK17).</p> Review Comment: +1 :)) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openmeetings.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org