Author: solomax
Date: Mon Aug 15 04:54:50 2016
New Revision: 1756346

URL: http://svn.apache.org/viewvc?rev=1756346&view=rev
Log:
Release and build instruction are updated with latest changes

Modified:
    openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml
    
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml
    
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
    openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml
    openmeetings/application/branches/3.1.x/pom.xml
    openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml
    
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml
    
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
    openmeetings/application/branches/3.2.x/openmeetings-web/pom.xml
    openmeetings/application/branches/3.2.x/pom.xml
    openmeetings/application/trunk/openmeetings-server/pom.xml
    
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/BuildInstructions.xml
    
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
    openmeetings/application/trunk/openmeetings-web/pom.xml
    openmeetings/application/trunk/pom.xml
    openmeetings/site/trunk/BuildInstructions.html
    openmeetings/site/trunk/ReleaseGuide.html

Modified: openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml 
(original)
+++ openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml Mon Aug 
15 04:54:50 2016
@@ -51,13 +51,7 @@
        </scm>
        <profiles>
                <profile>
-                       <id>Quick</id>
-                       <activation>
-                               <property>
-                                       <name>quick</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>quick</id>
                        <properties>
                                <assembly.finalName>server</assembly.finalName>
                                <assembly.descriptor>quick</assembly.descriptor>
@@ -111,13 +105,7 @@
                        </build>
                </profile>
                <profile>
-                       <id>Unpacked</id>
-                       <activation>
-                               <property>
-                                       <name>unpacked</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>unpacked</id>
                        <properties>
                                <maven.test.skip>true</maven.test.skip>
                                <assembly.finalName>server</assembly.finalName>

Modified: 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml
 (original)
+++ 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml
 Mon Aug 15 04:54:50 2016
@@ -47,7 +47,7 @@
                        <p>Get the source: </p>
                        <source><![CDATA[svn checkout 
https://svn.apache.org/repos/asf/openmeetings/application/trunk/]]></source>
                        <p>Run the command: </p>
-                       <source><![CDATA[mvn clean install ]]></source>
+                       <source><![CDATA[mvn clean install -P 
allModules]]></source>
                </section>
 
                <section name="Run, Develop, Test">
@@ -65,25 +65,25 @@
                        <p>To compile only client you can run following 
command: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-flash               # compiles a complete package 
into the folder openmeetings-flash/target
+mvn install -P allModules -pl openmeetings-flash               # compiles a 
complete package into the folder openmeetings-flash/target
 ]]>
                        </source>
                        <p>In case you would like to develop Openmeetings you 
need to run <i>"unpacked"</i> build: </p>
                        <source>
 <![CDATA[
-mvn clean install -Dunpacked=true -DskipTests=true 
-Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT
+mvn clean install -P allModules,unpacked,mysql -DskipTests=true 
-Dold-backups.dwnd.skip=true -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>After modifications are made you can run 
<i>"quick"</i> build: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-web -pl openmeetings-server -Dquick=true 
-Ddb=mysql -Dwicket.mode=DEVELOPMENT
+mvn install -P allModules,quick,mysql -pl openmeetings-web -pl 
openmeetings-server -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>Any number of projects can be specified during 
build: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-util -pl openmeetings-db -pl openmeetings-core 
-pl openmeetings-install -pl openmeetings-service -pl openmeetings-web -pl 
openmeetings-server -pl openmeetings-webservice -Dquick=true -Ddb=mysql 
-Dwicket.mode=DEVELOPMENT
+mvn install -P allModules,quick,mysql -pl openmeetings-util -pl 
openmeetings-db -pl openmeetings-core -pl openmeetings-install -pl 
openmeetings-service -pl openmeetings-web -pl openmeetings-server -pl 
openmeetings-webservice -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>

Modified: 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
 (original)
+++ 
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
 Mon Aug 15 04:54:50 2016
@@ -135,7 +135,7 @@ mvn deploy -Pdeploy,rc
                                        </li>
                                        <li>
                                                <p>Run the command: </p>
-                                               <source>mvn clean install 
-Prc</source>
+                                               <source>mvn clean install -P 
allModules,rc</source>
                                        </li>
                                        <li>
                                                <p>Test building the source on 
windows and OSx or Linux</p>

Modified: openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml Mon Aug 15 
04:54:50 2016
@@ -37,13 +37,7 @@
        </properties>
        <profiles>
                <profile>
-                       <id>Mysql</id>
-                       <activation>
-                               <property>
-                                       <name>db</name>
-                                       <value>mysql</value>
-                               </property>
-                       </activation>
+                       <id>mysql</id>
                        <dependencies>
                                <dependency>
                                        <groupId>mysql</groupId>

Modified: openmeetings/application/branches/3.1.x/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Mon Aug 15 04:54:50 2016
@@ -60,7 +60,7 @@
        </properties>
        <profiles>
                <profile>
-                       <id>AllModules</id>
+                       <id>allModules</id>
                        <activation>
                                <activeByDefault>true</activeByDefault>
                        </activation>
@@ -78,13 +78,7 @@
                        </modules>
                </profile>
                <profile>
-                       <id>Quick</id>
-                       <activation>
-                               <property>
-                                       <name>quick</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>quick</id>
                        <properties>
                                <maven.test.skip>true</maven.test.skip>
                                <om.quick.build>true</om.quick.build>
@@ -756,11 +750,6 @@
                                                </goals>
                                        </execution>
                                </executions>
-                               <configuration>
-                                       <excludes>
-                                               
<exclude>src/license/THIRD-PARTY.properties</exclude> <!-- generated -->
-                                       </excludes>
-                               </configuration>
                        </plugin>
                </plugins>
                <pluginManagement>

Modified: openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml 
(original)
+++ openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml Mon Aug 
15 04:54:50 2016
@@ -51,13 +51,7 @@
        </scm>
        <profiles>
                <profile>
-                       <id>Quick</id>
-                       <activation>
-                               <property>
-                                       <name>quick</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>quick</id>
                        <properties>
                                <assembly.finalName>server</assembly.finalName>
                                <assembly.descriptor>quick</assembly.descriptor>
@@ -111,13 +105,7 @@
                        </build>
                </profile>
                <profile>
-                       <id>Unpacked</id>
-                       <activation>
-                               <property>
-                                       <name>unpacked</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>unpacked</id>
                        <properties>
                                <maven.test.skip>true</maven.test.skip>
                                <assembly.finalName>server</assembly.finalName>

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/BuildInstructions.xml
 Mon Aug 15 04:54:50 2016
@@ -47,7 +47,7 @@
                        <p>Get the source: </p>
                        <source><![CDATA[svn checkout 
https://svn.apache.org/repos/asf/openmeetings/application/trunk/]]></source>
                        <p>Run the command: </p>
-                       <source><![CDATA[mvn clean install ]]></source>
+                       <source><![CDATA[mvn clean install -P 
allModules]]></source>
                </section>
 
                <section name="Run, Develop, Test">
@@ -65,25 +65,25 @@
                        <p>To compile only client you can run following 
command: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-flash               # compiles a complete package 
into the folder openmeetings-flash/target
+mvn install -P allModules -pl openmeetings-flash               # compiles a 
complete package into the folder openmeetings-flash/target
 ]]>
                        </source>
                        <p>In case you would like to develop Openmeetings you 
need to run <i>"unpacked"</i> build: </p>
                        <source>
 <![CDATA[
-mvn clean install -Dunpacked=true -DskipTests=true 
-Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT
+mvn clean install -P allModules,unpacked,mysql -DskipTests=true 
-Dold-backups.dwnd.skip=true -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>After modifications are made you can run 
<i>"quick"</i> build: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-web -pl openmeetings-server -Dquick=true 
-Ddb=mysql -Dwicket.mode=DEVELOPMENT
+mvn install -P allModules,quick,mysql -pl openmeetings-web -pl 
openmeetings-server -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>Any number of projects can be specified during 
build: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-util -pl openmeetings-db -pl openmeetings-core 
-pl openmeetings-install -pl openmeetings-service -pl openmeetings-web -pl 
openmeetings-server -pl openmeetings-webservice -Dquick=true -Ddb=mysql 
-Dwicket.mode=DEVELOPMENT
+mvn install -P allModules,quick,mysql -pl openmeetings-util -pl 
openmeetings-db -pl openmeetings-core -pl openmeetings-install -pl 
openmeetings-service -pl openmeetings-web -pl openmeetings-server -pl 
openmeetings-webservice -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
 Mon Aug 15 04:54:50 2016
@@ -135,7 +135,7 @@ mvn deploy -Pdeploy,rc
                                        </li>
                                        <li>
                                                <p>Run the command: </p>
-                                               <source>mvn clean install 
-Prc</source>
+                                               <source>mvn clean install -P 
allModules,rc</source>
                                        </li>
                                        <li>
                                                <p>Test building the source on 
windows and OSx or Linux</p>

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/pom.xml Mon Aug 15 
04:54:50 2016
@@ -37,13 +37,7 @@
        </properties>
        <profiles>
                <profile>
-                       <id>Mysql</id>
-                       <activation>
-                               <property>
-                                       <name>db</name>
-                                       <value>mysql</value>
-                               </property>
-                       </activation>
+                       <id>mysql</id>
                        <dependencies>
                                <dependency>
                                        <groupId>mysql</groupId>

Modified: openmeetings/application/branches/3.2.x/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/pom.xml Mon Aug 15 04:54:50 2016
@@ -60,7 +60,7 @@
        </properties>
        <profiles>
                <profile>
-                       <id>AllModules</id>
+                       <id>allModules</id>
                        <activation>
                                <activeByDefault>true</activeByDefault>
                        </activation>
@@ -78,13 +78,7 @@
                        </modules>
                </profile>
                <profile>
-                       <id>Quick</id>
-                       <activation>
-                               <property>
-                                       <name>quick</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>quick</id>
                        <properties>
                                <maven.test.skip>true</maven.test.skip>
                                <om.quick.build>true</om.quick.build>
@@ -756,11 +750,6 @@
                                                </goals>
                                        </execution>
                                </executions>
-                               <configuration>
-                                       <excludes>
-                                               
<exclude>src/license/THIRD-PARTY.properties</exclude> <!-- generated -->
-                                       </excludes>
-                               </configuration>
                        </plugin>
                </plugins>
                <pluginManagement>

Modified: openmeetings/application/trunk/openmeetings-server/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-server/pom.xml (original)
+++ openmeetings/application/trunk/openmeetings-server/pom.xml Mon Aug 15 
04:54:50 2016
@@ -51,13 +51,7 @@
        </scm>
        <profiles>
                <profile>
-                       <id>Quick</id>
-                       <activation>
-                               <property>
-                                       <name>quick</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>quick</id>
                        <properties>
                                <assembly.finalName>server</assembly.finalName>
                                <assembly.descriptor>quick</assembly.descriptor>
@@ -111,13 +105,7 @@
                        </build>
                </profile>
                <profile>
-                       <id>Unpacked</id>
-                       <activation>
-                               <property>
-                                       <name>unpacked</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>unpacked</id>
                        <properties>
                                <maven.test.skip>true</maven.test.skip>
                                <assembly.finalName>server</assembly.finalName>

Modified: 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/BuildInstructions.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/src/site/xdoc/BuildInstructions.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/BuildInstructions.xml
 (original)
+++ 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/BuildInstructions.xml
 Mon Aug 15 04:54:50 2016
@@ -47,7 +47,7 @@
                        <p>Get the source: </p>
                        <source><![CDATA[svn checkout 
https://svn.apache.org/repos/asf/openmeetings/application/trunk/]]></source>
                        <p>Run the command: </p>
-                       <source><![CDATA[mvn clean install ]]></source>
+                       <source><![CDATA[mvn clean install -P 
allModules]]></source>
                </section>
 
                <section name="Run, Develop, Test">
@@ -65,25 +65,25 @@
                        <p>To compile only client you can run following 
command: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-flash               # compiles a complete package 
into the folder openmeetings-flash/target
+mvn install -P allModules -pl openmeetings-flash               # compiles a 
complete package into the folder openmeetings-flash/target
 ]]>
                        </source>
                        <p>In case you would like to develop Openmeetings you 
need to run <i>"unpacked"</i> build: </p>
                        <source>
 <![CDATA[
-mvn clean install -Dunpacked=true -DskipTests=true 
-Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT
+mvn clean install -P allModules,unpacked,mysql -DskipTests=true 
-Dold-backups.dwnd.skip=true -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>After modifications are made you can run 
<i>"quick"</i> build: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-web -pl openmeetings-server -Dquick=true 
-Ddb=mysql -Dwicket.mode=DEVELOPMENT
+mvn install -P allModules,quick,mysql -pl openmeetings-web -pl 
openmeetings-server -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>Any number of projects can be specified during 
build: </p>
                        <source>
 <![CDATA[
-mvn install -pl openmeetings-util -pl openmeetings-db -pl openmeetings-core 
-pl openmeetings-install -pl openmeetings-service -pl openmeetings-web -pl 
openmeetings-server -pl openmeetings-webservice -Dquick=true -Ddb=mysql 
-Dwicket.mode=DEVELOPMENT
+mvn install -P allModules,quick,mysql -pl openmeetings-util -pl 
openmeetings-db -pl openmeetings-core -pl openmeetings-install -pl 
openmeetings-service -pl openmeetings-web -pl openmeetings-server -pl 
openmeetings-webservice -Dwicket.mode=DEVELOPMENT
 ]]>
                        </source>
                        <p>

Modified: 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/src/site/xdoc/ReleaseGuide.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
 (original)
+++ 
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
 Mon Aug 15 04:54:50 2016
@@ -135,7 +135,7 @@ mvn deploy -Pdeploy,rc
                                        </li>
                                        <li>
                                                <p>Run the command: </p>
-                                               <source>mvn clean install 
-Prc</source>
+                                               <source>mvn clean install -P 
allModules,rc</source>
                                        </li>
                                        <li>
                                                <p>Test building the source on 
windows and OSx or Linux</p>

Modified: openmeetings/application/trunk/openmeetings-web/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/pom.xml (original)
+++ openmeetings/application/trunk/openmeetings-web/pom.xml Mon Aug 15 04:54:50 
2016
@@ -37,13 +37,7 @@
        </properties>
        <profiles>
                <profile>
-                       <id>Mysql</id>
-                       <activation>
-                               <property>
-                                       <name>db</name>
-                                       <value>mysql</value>
-                               </property>
-                       </activation>
+                       <id>mysql</id>
                        <dependencies>
                                <dependency>
                                        <groupId>mysql</groupId>

Modified: openmeetings/application/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/application/trunk/pom.xml?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/application/trunk/pom.xml (original)
+++ openmeetings/application/trunk/pom.xml Mon Aug 15 04:54:50 2016
@@ -60,7 +60,7 @@
        </properties>
        <profiles>
                <profile>
-                       <id>AllModules</id>
+                       <id>allModules</id>
                        <activation>
                                <activeByDefault>true</activeByDefault>
                        </activation>
@@ -78,13 +78,7 @@
                        </modules>
                </profile>
                <profile>
-                       <id>Quick</id>
-                       <activation>
-                               <property>
-                                       <name>quick</name>
-                                       <value>true</value>
-                               </property>
-                       </activation>
+                       <id>quick</id>
                        <properties>
                                <maven.test.skip>true</maven.test.skip>
                                <om.quick.build>true</om.quick.build>
@@ -756,11 +750,6 @@
                                                </goals>
                                        </execution>
                                </executions>
-                               <configuration>
-                                       <excludes>
-                                               
<exclude>src/license/THIRD-PARTY.properties</exclude> <!-- generated -->
-                                       </excludes>
-                               </configuration>
                        </plugin>
                </plugins>
                <pluginManagement>

Modified: openmeetings/site/trunk/BuildInstructions.html
URL: 
http://svn.apache.org/viewvc/openmeetings/site/trunk/BuildInstructions.html?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/site/trunk/BuildInstructions.html (original)
+++ openmeetings/site/trunk/BuildInstructions.html Mon Aug 15 04:54:50 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-08-12 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-08-15 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160812" />
+    <meta name="Date-Revision-yyyymmdd" content="20160815" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Build instructions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -42,7 +42,7 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="publishDate">Last Published: 2016-08-12
+                  <li id="publishDate">Last Published: 2016-08-15
                    </li>
                       
               
@@ -800,7 +800,7 @@
                        
 <p>Run the command: </p>
                        
-<div class="source"><pre class="prettyprint">mvn clean install </pre></div>
+<div class="source"><pre class="prettyprint">mvn clean install -P 
allModules</pre></div>
                </div>
 
                
@@ -830,7 +830,7 @@
                        
 <div class="source"><pre class="prettyprint">
 
-mvn install -pl openmeetings-flash               # compiles a complete package 
into the folder openmeetings-flash/target
+mvn install -P allModules -pl openmeetings-flash               # compiles a 
complete package into the folder openmeetings-flash/target
 
                        </pre></div>
                        
@@ -838,7 +838,7 @@ mvn install -pl openmeetings-flash
                        
 <div class="source"><pre class="prettyprint">
 
-mvn clean install -Dunpacked=true -DskipTests=true 
-Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT
+mvn clean install -P allModules,unpacked,mysql -DskipTests=true 
-Dold-backups.dwnd.skip=true -Dwicket.mode=DEVELOPMENT
 
                        </pre></div>
                        
@@ -846,7 +846,7 @@ mvn clean install -Dunpacked=true -Dskip
                        
 <div class="source"><pre class="prettyprint">
 
-mvn install -pl openmeetings-web -pl openmeetings-server -Dquick=true 
-Ddb=mysql -Dwicket.mode=DEVELOPMENT
+mvn install -P allModules,quick,mysql -pl openmeetings-web -pl 
openmeetings-server -Dwicket.mode=DEVELOPMENT
 
                        </pre></div>
                        
@@ -854,7 +854,7 @@ mvn install -pl openmeetings-web -pl ope
                        
 <div class="source"><pre class="prettyprint">
 
-mvn install -pl openmeetings-util -pl openmeetings-db -pl openmeetings-core 
-pl openmeetings-install -pl openmeetings-service -pl openmeetings-web -pl 
openmeetings-server -pl openmeetings-webservice -Dquick=true -Ddb=mysql 
-Dwicket.mode=DEVELOPMENT
+mvn install -P allModules,quick,mysql -pl openmeetings-util -pl 
openmeetings-db -pl openmeetings-core -pl openmeetings-install -pl 
openmeetings-service -pl openmeetings-web -pl openmeetings-server -pl 
openmeetings-webservice -Dwicket.mode=DEVELOPMENT
 
                        </pre></div>
                        

Modified: openmeetings/site/trunk/ReleaseGuide.html
URL: 
http://svn.apache.org/viewvc/openmeetings/site/trunk/ReleaseGuide.html?rev=1756346&r1=1756345&r2=1756346&view=diff
==============================================================================
--- openmeetings/site/trunk/ReleaseGuide.html (original)
+++ openmeetings/site/trunk/ReleaseGuide.html Mon Aug 15 04:54:50 2016
@@ -919,7 +919,7 @@ mvn deploy -Pdeploy,rc
                                                
 <p>Run the command: </p>
                                                
-<div class="source"><pre class="prettyprint">mvn clean install -Prc</pre></div>
+<div class="source"><pre class="prettyprint">mvn clean install -P 
allModules,rc</pre></div>
                                        </li>
                                        
 <li>


Reply via email to