Author: mstruk
Date: 2011-01-18 14:55:06 -0500 (Tue, 18 Jan 2011)
New Revision: 5782
Modified:
portal/trunk/packaging/jboss-as5/README.txt
portal/trunk/packaging/jboss-as5/pkg/pom.xml
portal/trunk/packaging/jboss-as6/README.txt
portal/trunk/packaging/jboss-as6/pkg/pom.xml
Log:
GTNMAVEN-16 Packaging that supports JBossAS6 and does away with javascript packager
Modified: portal/trunk/packaging/jboss-as5/README.txt
===================================================================
--- portal/trunk/packaging/jboss-as5/README.txt 2011-01-18 18:37:11 UTC (rev 5781)
+++ portal/trunk/packaging/jboss-as5/README.txt 2011-01-18 19:55:06 UTC (rev 5782)
@@ -25,12 +25,12 @@
Then go to packaging/jboss-as5 to perform packaging.
-There are three profiles that cover dependency download (-Pdownload), packaging as
exploded (-Ppackage), and bundling as a zip (-Pbundle).
+There are three profiles that cover dependency download (-Pdownload), packaging as
exploded (-Pdefault), and bundling as a zip (-Pbundle).
-For main build use either 'download' or 'package' profile, but not both,
as 'download' also includes 'package' functionality.
+For main build use either 'download' or 'default' profile, but not both,
as 'download' also includes 'default' functionality.
-Profile 'package' is the one active by default. When activating any other
profile, the 'package' profile is automatically turned off, so
- it may have to be explicitly activated again if packaging is required (i.e.
-Ppackage,bundle).
+Profile 'default' is the one active by default. When activating any other
profile, the 'default' profile is automatically turned off, so
+ it may have to be explicitly activated again if packaging is required (i.e.
-Pdefault,bundle).
There are two system properties that control where the root directory for JBoss AS
servers is located, and what specific JBoss AS directory to use.
@@ -58,7 +58,7 @@
This is equivalent to:
-mvn clean package -Ppackage -Dservers.dir=../../pkg/servers
-Djbossas.name=jboss-5.1.0.GA
+mvn clean package -Pdefault -Dservers.dir=../../pkg/servers
-Djbossas.name=jboss-5.1.0.GA
2) If JBoss AS is located somewhere else adjust servers.dir and jbossas.name accordingly
@@ -83,7 +83,7 @@
or
-mvn clean package -Ppackage,bundle
+mvn clean package -Pdefault,bundle
or just
Modified: portal/trunk/packaging/jboss-as5/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as5/pkg/pom.xml 2011-01-18 18:37:11 UTC (rev 5781)
+++ portal/trunk/packaging/jboss-as5/pkg/pom.xml 2011-01-18 19:55:06 UTC (rev 5782)
@@ -961,7 +961,7 @@
</profile>
<profile>
- <id>package</id>
+ <id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
Modified: portal/trunk/packaging/jboss-as6/README.txt
===================================================================
--- portal/trunk/packaging/jboss-as6/README.txt 2011-01-18 18:37:11 UTC (rev 5781)
+++ portal/trunk/packaging/jboss-as6/README.txt 2011-01-18 19:55:06 UTC (rev 5782)
@@ -23,12 +23,12 @@
Then go to packaging/jboss-as6 to perform packaging.
-There are three profiles that cover dependency download (-Pdownload), packaging as
exploded (-Ppackage), and bundling as a zip (-Pbundle).
+There are three profiles that cover dependency download (-Pdownload), packaging as
exploded (-Pdefault), and bundling as a zip (-Pbundle).
-For main build use either 'download' or 'package' profile, but not both,
as 'download' also includes 'package' functionality.
+For main build use either 'download' or 'default' profile, but not both,
as 'download' also includes 'default' functionality.
-Profile 'package' is the one active by default. When activating any other
profile, the 'package' profile is automatically turned off, so
- it may have to be explicitly activated again if packaging is required (i.e.
-Ppackage,bundle).
+Profile 'default' is the one active by default. When activating any other
profile, the 'default' profile is automatically turned off, so
+ it may have to be explicitly activated again if packaging is required (i.e.
-Pdefault,bundle).
There are two system properties that control where the root directory for JBoss AS
servers is located, and what specific JBoss AS directory to use.
@@ -56,7 +56,7 @@
This is equivalent to:
-mvn clean package -Ppackage -Dservers.dir=../../pkg/servers
-Djbossas.name=jboss-6.0.0.Final
+mvn clean package -Pdefault -Dservers.dir=../../pkg/servers
-Djbossas.name=jboss-6.0.0.Final
2) If JBoss AS is located somewhere else adjust servers.dir and jbossas.name accordingly
@@ -81,7 +81,7 @@
or
-mvn clean package -Ppackage,bundle
+mvn clean package -Pdefault,bundle
or just
Modified: portal/trunk/packaging/jboss-as6/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as6/pkg/pom.xml 2011-01-18 18:37:11 UTC (rev 5781)
+++ portal/trunk/packaging/jboss-as6/pkg/pom.xml 2011-01-18 19:55:06 UTC (rev 5782)
@@ -955,7 +955,7 @@
</profile>
<profile>
- <id>package</id>
+ <id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>