This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 48eb9873 OPENMEETINGS-2798 Add IntelliJ build instructions.
     new 42c7747d Site is updated due to 8.1.0 release
48eb9873 is described below

commit 48eb9873546035c86a099742041b21818c173f92
Author: Sebastian Wagner <[email protected]>
AuthorDate: Mon Jul 28 21:33:49 2025 +1200

    OPENMEETINGS-2798 Add IntelliJ build instructions.
---
 BuildInstructions.html | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/BuildInstructions.html b/BuildInstructions.html
index 0532b55b..a12ccc00 100644
--- a/BuildInstructions.html
+++ b/BuildInstructions.html
@@ -3,7 +3,7 @@
 
   <!doctype html>
 <!--
-Generated by Apache Maven Doxia 2024-12-29
+Generated by Apache Maven Doxia 2025-01-01
 , Rendered using Reflow Maven Skin 2.3.4 
(http://devacfr.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="" lang="">
@@ -217,7 +217,7 @@ Generated by Apache Maven Doxia 2024-12-29
         <main class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-8" 
role="main">
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
-            <li class="publishDate version-date">Last Published: 2024-12-29
+            <li class="publishDate version-date">Last Published: 2025-01-01
 </li>
         </ol>
     </nav>
@@ -249,6 +249,21 @@ Generated by Apache Maven Doxia 2024-12-29
 <section>
  <h1 id="run-develop-test">Run, Develop, Test</h1>
  <p>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" class="img-fluid"></p>
+ <div>
+  <p>To develop Openmeetings you need to import maven project into IntelliJ 
IDEA:</p>
+  <ul>
+   <li>Build the repository using <code>mvn clean install -P 
allModules</code></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>
+  <p>For more information on how to set up IntelliJ IDEA for OpenMeetings 
development, refer to the <a 
href="https://www.jetbrains.com/help/idea/maven-support.html"; target="_blank" 
class="externalLink">IntelliJ IDEA Maven support documentation</a>.</p>
+  <p>For running OpenMeetings from IntelliJ see <a 
href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+in+IntelliJ";
 class="externalLink">Wiki instructions</a></p>
+ </div>
 </section>
 <section>
  <h1 id="check-for-known-vulnerabilities">Check for known vulnerabilities</h1>

Reply via email to