You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2006/10/26 03:48:26 UTC

svn commit: r467829 - in /portals/jetspeed-2/trunk/enterprise: ./ ear-full/ ear-full/pom.xml ear-min/ ear-min/pom.xml pom.xml

Author: taylor
Date: Wed Oct 25 18:48:25 2006
New Revision: 467829

URL: http://svn.apache.org/viewvc?view=rev&rev=467829
Log:
enterprise archive (EAR) build for:

1. minimal build: with j2-admin portlet app only
2. full build: with all portlet apps deployed with quickStart

Added:
    portals/jetspeed-2/trunk/enterprise/
    portals/jetspeed-2/trunk/enterprise/ear-full/
    portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml
    portals/jetspeed-2/trunk/enterprise/ear-min/
    portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml
    portals/jetspeed-2/trunk/enterprise/pom.xml

Added: portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml?view=auto&rev=467829
==============================================================================
--- portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml (added)
+++ portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml Wed Oct 25 18:48:25 2006
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+  $Id:$
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <prerequisites>
+        <maven>2.0.4</maven>
+    </prerequisites>
+
+    <!-- POM Identification -->
+
+    <artifactId>jetspeed-full</artifactId>
+    <parent>
+        <groupId>org.apache.portals.jetspeed-2</groupId>
+        <artifactId>jetspeed-enterprise</artifactId>
+        <version>2.1-dev</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>    
+    <packaging>ear</packaging>
+    <name>Jetspeed-2 Full Enterprise Archive</name>
+
+    <!-- Application Modules -->
+
+    <modules>
+    </modules>
+
+    <!-- Application Dependencies -->
+    
+    <dependencies>
+        <!-- Provided Dependencies -->
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>j2-admin</artifactId>
+ 		    <type>war</type>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>demo</artifactId>
+ 		    <type>war</type>
+        </dependency>        
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>rss</artifactId>
+ 		    <type>war</type>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.portals.bridges</groupId>
+            <artifactId>jpetstore</artifactId>
+            <version>1.0</version>            
+ 		    <type>war</type>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.portals.bridges</groupId>
+            <artifactId>jsf-demo</artifactId>
+            <version>1.0</version>            
+ 		    <type>war</type>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.portals.bridges</groupId>
+            <artifactId>perl</artifactId>
+            <version>1.0</version>            
+ 		    <type>war</type>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.portals.bridges</groupId>
+            <artifactId>php</artifactId>
+            <version>1.0</version>            
+ 		    <type>war</type>
+        </dependency>                
+    </dependencies>
+
+	 <build>
+		<plugins>
+		      <plugin>
+		        <groupId>org.apache.maven.plugins</groupId>
+		        <artifactId>maven-ear-plugin</artifactId>
+		        <configuration>
+		           <modules>
+		             <webModule>
+		               <groupId>${pom.groupId}</groupId>
+		               <artifactId>jetspeed</artifactId>
+		               <contextRoot>/jetspeed</contextRoot>
+		             </webModule>                                              
+		             <webModule>
+		               <groupId>${pom.groupId}</groupId>
+		               <artifactId>j2-admin</artifactId>
+		               <contextRoot>/j2-admin</contextRoot>
+		             </webModule>
+		             <webModule>
+		               <groupId>${pom.groupId}</groupId>
+		               <artifactId>demo</artifactId>
+		               <contextRoot>/demo</contextRoot>
+		             </webModule>                       
+		             <webModule>
+		               <groupId>${pom.groupId}</groupId>
+		               <artifactId>rss</artifactId>
+		               <contextRoot>/rss</contextRoot>
+		             </webModule>                       
+		             <webModule>
+		               <groupId>org.apache.portals.bridges</groupId>
+		               <artifactId>jpetstore</artifactId>
+		               <contextRoot>/jpetstore</contextRoot>
+		             </webModule>                       
+		             <webModule>
+		               <groupId>org.apache.portals.bridges</groupId>
+		               <artifactId>jsf-demo</artifactId>
+		               <contextRoot>/jsf-demo</contextRoot>
+		             </webModule>                       
+		             <webModule>
+		               <groupId>org.apache.portals.bridges</groupId>
+		               <artifactId>perl</artifactId>
+		               <contextRoot>/perl</contextRoot>
+		             </webModule>      
+		             <webModule>
+		               <groupId>org.apache.portals.bridges</groupId>
+		               <artifactId>php</artifactId>
+		               <contextRoot>/php</contextRoot>
+		             </webModule>                                                                                      
+  				   <javaModule>
+                      <groupId>${pom.groupId}</groupId>
+                      <artifactId>jetspeed-api</artifactId>
+                      <bundleDir>/</bundleDir>
+                   </javaModule>
+ 				   <javaModule>
+                      <groupId>${pom.groupId}</groupId>
+                      <artifactId>jetspeed-commons</artifactId>
+                      <bundleDir>/</bundleDir>
+                   </javaModule>
+ 				   <javaModule>
+                      <groupId>org.apache.portals.bridges</groupId>
+                      <artifactId>portals-bridges-common</artifactId>
+                      <bundleDir>/</bundleDir>
+                   </javaModule>
+ 				   <javaModule>                      
+                      <groupId>portlet-api</groupId>
+                      <artifactId>portlet-api</artifactId>
+                      <bundleDir>/</bundleDir>
+                   </javaModule>
+ 				   <javaModule>                      
+                      <groupId>org.apache.pluto</groupId>
+                      <artifactId>pluto</artifactId>                        
+                      <bundleDir>/</bundleDir>
+                   </javaModule>                                              
+		          </modules>
+		        </configuration>
+		      </plugin>
+		    </plugins>
+	 </build>
+</project>
+

Added: portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml?view=auto&rev=467829
==============================================================================
--- portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml (added)
+++ portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml Wed Oct 25 18:48:25 2006
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+  $Id:$
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <prerequisites>
+        <maven>2.0.4</maven>
+    </prerequisites>
+
+    <!-- POM Identification -->
+
+    <artifactId>jetspeed-min</artifactId>
+    <parent>
+        <groupId>org.apache.portals.jetspeed-2</groupId>
+        <artifactId>jetspeed-enterprise</artifactId>
+        <version>2.1-dev</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>    
+    <packaging>ear</packaging>
+    <name>Jetspeed-2 Minimal Enterprise Archive</name>
+
+    <!-- Application Modules -->
+
+    <modules>
+    </modules>
+
+    <!-- Application Dependencies -->
+    
+    <dependencies>
+        <!-- Provided Dependencies -->
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>j2-admin</artifactId>
+ 		    <type>war</type>
+        </dependency>
+    </dependencies>
+
+	 <build>
+		<plugins>
+		      <plugin>
+		        <groupId>org.apache.maven.plugins</groupId>
+		        <artifactId>maven-ear-plugin</artifactId>
+		        <configuration>
+		           <modules>
+		             <webModule>
+		               <groupId>${pom.groupId}</groupId>
+		               <artifactId>jetspeed</artifactId>
+		               <contextRoot>/jetspeed</contextRoot>
+		             </webModule>                       
+		             <webModule>
+		               <groupId>${pom.groupId}</groupId>
+		               <artifactId>j2-admin</artifactId>
+		               <contextRoot>/j2-admin</contextRoot>
+		             </webModule>
+                       
+  				   <javaModule>
+                      <groupId>${pom.groupId}</groupId>
+                      <artifactId>jetspeed-api</artifactId>
+                      <bundleDir>/</bundleDir>
+                   </javaModule>
+ 				   <javaModule>
+                      <groupId>${pom.groupId}</groupId>
+                      <artifactId>jetspeed-commons</artifactId>
+                      <bundleDir>/</bundleDir>
+                   </javaModule>
+ 				   <javaModule>
+                      <groupId>org.apache.portals.bridges</groupId>
+                      <artifactId>portals-bridges-common</artifactId>
+                      <bundleDir>/</bundleDir>
+                   </javaModule>
+ 				   <javaModule>                      
+                      <groupId>portlet-api</groupId>
+                      <artifactId>portlet-api</artifactId>
+                      <bundleDir>/</bundleDir>
+                   </javaModule>
+ 				   <javaModule>                      
+                      <groupId>org.apache.pluto</groupId>
+                      <artifactId>pluto</artifactId>                        
+                      <bundleDir>/</bundleDir>
+                   </javaModule>                                              
+		          </modules>
+		        </configuration>
+		      </plugin>
+		    </plugins>
+	 </build>
+</project>
+

Added: portals/jetspeed-2/trunk/enterprise/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/pom.xml?view=auto&rev=467829
==============================================================================
--- portals/jetspeed-2/trunk/enterprise/pom.xml (added)
+++ portals/jetspeed-2/trunk/enterprise/pom.xml Wed Oct 25 18:48:25 2006
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+  $Id:$
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <prerequisites>
+        <maven>2.0.4</maven>
+    </prerequisites>
+
+    <!-- POM Identification -->
+
+    <artifactId>jetspeed-enterprise</artifactId>
+    <parent>
+        <groupId>org.apache.portals.jetspeed-2</groupId>
+        <artifactId>jetspeed-2</artifactId>
+        <version>2.1-dev</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <packaging>pom</packaging>
+    <name>Jetspeed-2 Enterprise Deployments</name>
+    <description>
+        Jetspeed-2 Enterprise Deployment Builds
+    </description>
+
+    <!-- Application Modules -->
+
+    <modules>
+        <module>ear-full</module>
+        <module>ear-min</module>    
+    </modules>
+
+    <!-- Application Dependencies -->
+
+    <dependencies>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>jetspeed</artifactId>
+ 		    <type>war</type>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>jetspeed-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>jetspeed-commons</artifactId>
+        </dependency>
+        <dependency>       
+            <groupId>portlet-api</groupId>
+            <artifactId>portlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.pluto</groupId>
+            <artifactId>pluto</artifactId>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.portals.bridges</groupId>
+            <artifactId>portals-bridges-common</artifactId>
+        </dependency>
+    </dependencies>
+
+    <!-- Project Information -->
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/enterprise</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/enterprise</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/enterprise/</url>
+    </scm>
+    
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org