You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/11 23:44:54 UTC

svn commit: r420999 - in /geronimo/sandbox/svkmerge/m2migration: m2-assemblies/pom.xml m2-plugins/pom.xml pom.xml

Author: jdillon
Date: Tue Jul 11 14:44:53 2006
New Revision: 420999

URL: http://svn.apache.org/viewvc?rev=420999&view=rev
Log:
Adding m2-assemblies to support assembly migration

Added:
    geronimo/sandbox/svkmerge/m2migration/m2-assemblies/pom.xml   (with props)
Modified:
    geronimo/sandbox/svkmerge/m2migration/m2-plugins/pom.xml
    geronimo/sandbox/svkmerge/m2migration/pom.xml

Added: geronimo/sandbox/svkmerge/m2migration/m2-assemblies/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/m2-assemblies/pom.xml?rev=420999&view=auto
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/m2-assemblies/pom.xml (added)
+++ geronimo/sandbox/svkmerge/m2migration/m2-assemblies/pom.xml Tue Jul 11 14:44:53 2006
@@ -0,0 +1,54 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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>
+    
+    <parent>
+        <groupId>org.apache.geronimo</groupId>
+        <artifactId>geronimo</artifactId>
+        <version>1.2-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.geronimo.assemblies</groupId>
+    <artifactId>assemblies</artifactId>
+    <name>Geronimo :: Assemblies</name>
+    <packaging>pom</packaging>
+    
+    <!--
+    
+    HACK: Need to explicitly configure SCM for this module since its artifactId
+          does not match the directory it lives in.
+    
+    FIXME: Rename module directory.
+    
+    -->
+    <scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/sandbox/svkmerge/m2migration/m2-assemblies</connection>
+        <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/sandbox/svkmerge/m2migration/m2-assemblies</developerConnection>
+        <url>http://svn.apache.org/repos/asf/geronimo/sandbox/svkmerge/m2migration/m2-assemblies</url>
+    </scm>
+    
+    <modules>
+    </modules>
+    
+</project>
+

Propchange: geronimo/sandbox/svkmerge/m2migration/m2-assemblies/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/svkmerge/m2migration/m2-assemblies/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/sandbox/svkmerge/m2migration/m2-assemblies/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/sandbox/svkmerge/m2migration/m2-plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/m2-plugins/pom.xml?rev=420999&r1=420998&r2=420999&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/m2-plugins/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/m2-plugins/pom.xml Tue Jul 11 14:44:53 2006
@@ -30,8 +30,7 @@
 
     <groupId>org.apache.geronimo.plugins</groupId>
     <artifactId>plugins</artifactId>
-    <name>Geronimo Plugins</name>
-    <description>Geronimo :: Plugins</description>
+    <name>Geronimo :: Plugins</name>
     <packaging>pom</packaging>
     
     <!--

Modified: geronimo/sandbox/svkmerge/m2migration/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/pom.xml?rev=420999&r1=420998&r2=420999&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/pom.xml Tue Jul 11 14:44:53 2006
@@ -895,9 +895,7 @@
             <modules>
                 <module>applications</module>
                 <module>configs</module>
-                <!--
-                <module>assemblies</module>
-                -->
+                <module>m2-assemblies</module>
             </modules>
         </profile>