Update of /var/cvs/contributions/CMSContainer/cmsc/portal
In directory james.mmbase.org:/tmp/cvs-serv1717/cmsc/portal

Modified Files:
        pom.xml 
Log Message:
CMSC-1330 Upgrade CMSc to use MMBase 1.9
CMSC-215 Upgrade from Maven 1 to Maven 2
Upgrade mmbase-1.8.7-20090402


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/portal
See also: http://www.mmbase.org/jira/browse/CMSC-1330
See also: http://www.mmbase.org/jira/browse/CMSC-215


Index: pom.xml
===================================================================
RCS file: /var/cvs/contributions/CMSContainer/cmsc/portal/pom.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- pom.xml     26 Feb 2009 12:19:15 -0000      1.5
+++ pom.xml     14 Apr 2009 10:22:58 -0000      1.6
@@ -1,48 +1,58 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>cmsc-portal</artifactId>
-    <packaging>war</packaging>
-    <name>CMS Container Portal Driver</name>
+
     <parent>
-        <groupId>finalist</groupId>
-        <artifactId>maven-base</artifactId>
+        <groupId>org.cmscontainer.core</groupId>
+        <artifactId>cmsc-core</artifactId>
         <version>1.7-SNAPSHOT</version>
     </parent>
+
+    <artifactId>cmsc-portal</artifactId>
+    <packaging>war</packaging>
+    <name>CMS Container Portal Driver</name>
+
     <description>Simple portal that allows usage of Pluto.
         This is not meant to be a fully functional portal as it only meets
         the bare minimum requirements for the Pluto container to be used.
     </description>
+    
     <dependencies>
         <dependency>
-            <groupId>finalist</groupId>
+            <groupId>org.cmscontainer.core</groupId>
             <artifactId>cmsc-contentrepository</artifactId>
-            <version>${cmsc.version}</version>
+            <version>${project.version}</version>
+            <classifier>classes</classifier>
+            <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>finalist</groupId>
+            <groupId>org.cmscontainer.core</groupId>
             <artifactId>cmsc-security</artifactId>
-            <version>${cmsc.version}</version>
+            <version>${project.version}</version>
+            <classifier>classes</classifier>
+            <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>finalist</groupId>
+            <groupId>org.cmscontainer.core</groupId>
             <artifactId>cmsc-servicemanagement</artifactId>
-            <version>${cmsc.version}</version>
+            <version>${project.version}</version>
+            <classifier>classes</classifier>
+            <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>finalist</groupId>
+            <groupId>org.cmscontainer.core</groupId>
             <artifactId>cmsc-sitemanagement</artifactId>
-            <version>${cmsc.version}</version>
+            <version>${project.version}</version>
+            <classifier>classes</classifier>
+            <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>finalist</groupId>
+            <groupId>org.cmscontainer.core</groupId>
             <artifactId>cmsc-utilities</artifactId>
-            <version>${cmsc.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>mmbase</groupId>
-            <artifactId>mmbase</artifactId>
-            <version>${mmbase.version}</version>
+            <version>${project.version}</version>
+            <classifier>classes</classifier>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
   <build>
@@ -50,23 +60,6 @@
                <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>native2ascii-maven-plugin</artifactId>
-                       <version>1.0-alpha-1</version>
-                       <configuration>
-                               <dest>${basedir}/target/classes</dest>
-                               <src>${basedir}/resources</src>
-                       </configuration>
-                       <executions>
-                               <execution>
-                               <id>native2ascii-utf8</id>
-                                       <goals>
-                                               <goal>native2ascii</goal>
-                                       </goals>
-                                       <configuration>
-                                                       
<encoding>UTF-8</encoding>
-                                                       
<includes>**/*.properties</includes>
-                                       </configuration>
-                               </execution>
-                       </executions>
                </plugin>
        </plugins>
   </build>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to