You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2006/09/28 11:53:06 UTC

svn commit: r450779 - in /incubator/openejb/trunk/openejb3: assembly/pom.xml container/pom.xml examples/pom.xml openejb-itests/pom.xml pom.xml server/pom.xml

Author: jlaskowski
Date: Thu Sep 28 02:53:04 2006
New Revision: 450779

URL: http://svn.apache.org/viewvc?view=rev&rev=450779
Log:
 o Rename openejb-parent id to openejb
 o Add/change information in the parent pom

Modified:
    incubator/openejb/trunk/openejb3/assembly/pom.xml
    incubator/openejb/trunk/openejb3/container/pom.xml
    incubator/openejb/trunk/openejb3/examples/pom.xml
    incubator/openejb/trunk/openejb3/openejb-itests/pom.xml
    incubator/openejb/trunk/openejb3/pom.xml
    incubator/openejb/trunk/openejb3/server/pom.xml

Modified: incubator/openejb/trunk/openejb3/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/pom.xml?view=diff&rev=450779&r1=450778&r2=450779
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/pom.xml Thu Sep 28 02:53:04 2006
@@ -3,7 +3,7 @@
 <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">
   <parent>
-    <artifactId>openejb-parent</artifactId>
+    <artifactId>openejb</artifactId>
     <groupId>org.apache.openejb</groupId>
     <version>3.0-incubating-SNAPSHOT</version>
   </parent>

Modified: incubator/openejb/trunk/openejb3/container/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/container/pom.xml?view=diff&rev=450779&r1=450778&r2=450779
==============================================================================
--- incubator/openejb/trunk/openejb3/container/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/container/pom.xml Thu Sep 28 02:53:04 2006
@@ -1,7 +1,7 @@
 <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">
   <parent>
-    <artifactId>openejb-parent</artifactId>
+    <artifactId>openejb</artifactId>
     <groupId>org.apache.openejb</groupId>
     <version>3.0-incubating-SNAPSHOT</version>
   </parent>

Modified: incubator/openejb/trunk/openejb3/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/examples/pom.xml?view=diff&rev=450779&r1=450778&r2=450779
==============================================================================
--- incubator/openejb/trunk/openejb3/examples/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/examples/pom.xml Thu Sep 28 02:53:04 2006
@@ -3,7 +3,7 @@
 <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">
   <parent>
-    <artifactId>openejb-parent</artifactId>
+    <artifactId>openejb</artifactId>
     <groupId>org.apache.openejb</groupId>
     <version>3.0-incubating-SNAPSHOT</version>
   </parent>

Modified: incubator/openejb/trunk/openejb3/openejb-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/openejb-itests/pom.xml?view=diff&rev=450779&r1=450778&r2=450779
==============================================================================
--- incubator/openejb/trunk/openejb3/openejb-itests/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/openejb-itests/pom.xml Thu Sep 28 02:53:04 2006
@@ -1,7 +1,7 @@
 <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">
   <parent>
-    <artifactId>openejb-parent</artifactId>
+    <artifactId>openejb</artifactId>
     <groupId>org.apache.openejb</groupId>
     <version>3.0-incubating-SNAPSHOT</version>
     </parent>

Modified: incubator/openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/pom.xml?view=diff&rev=450779&r1=450778&r2=450779
==============================================================================
--- incubator/openejb/trunk/openejb3/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/pom.xml Thu Sep 28 02:53:04 2006
@@ -20,183 +20,211 @@
 
 <!-- $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>
-  <groupId>org.apache.openejb</groupId>
-  <artifactId>openejb-parent</artifactId>
-  <packaging>pom</packaging>
-  <version>3.0-incubating-SNAPSHOT</version>
-  <name>OpenEJB :: Project</name>
-  <url>http://incubator.apache.org/projects/openejb</url>
-  <issueManagement>
-    <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/OPENEJB</url>
-  </issueManagement>
-  <ciManagement>
-    <system>continuum</system>
-    <url>http://vmbuild.apache.org/continuum</url>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>openejb-commits@incubator.apache.org</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
-  <inceptionYear>1999</inceptionYear>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/</connection>
-    <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/</developerConnection>
-  </scm>
-  <build>
-    <defaultGoal>install</defaultGoal>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-    </plugins>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-webdav</artifactId>
-        <version>1.0-beta-1</version>
-      </extension>
-    </extensions>
-  </build>
-  <modules>
-    <module>openejb-itests</module>
-    <module>container</module>
-    <module>server</module> 
-    <module>examples</module> 
-  </modules>
-
-  <profiles>
-    <profile>
-      <id>assemble</id>
-      <activation>
-        <property>
-          <name>assemble</name>
-        </property>
-      </activation>
-      <modules>
-        <module>assembly</module>
-      </modules>
-    </profile>
-  </profiles>
-
-  <repositories>
-    <repository>
-      <id>codehaus</id>
-      <name>Codehaus Repository</name>
-      <url>http://dist.codehaus.org</url>
-      <layout>legacy</layout>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>apache-m2-snapshot</id>
-      <name>Apache M2 Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-    </repository>
-    <repository>
-      <id>apache-m1-snapshot</id>
-      <name>Apache Repository</name>
-      <url>http://people.apache.org/repository</url>
-      <layout>legacy</layout>
-    </repository>
-    <repository>
-      <id>DainDevRepo</id>
-      <name>Dain's Development Repository</name>
-      <url>http://people.apache.org/~dain/repository/m2-dev</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>DainDevRepo</id>
-      <name>Dain's Development Repository</name>
-      <url>http://people.apache.org/~dain/repository/m2-dev</url>
-    </pluginRepository>
-  </pluginRepositories>  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-ejb_3.0_spec</artifactId>
-        <version>1.0-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
-        <version>1.0.1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-servlet_2.4_spec</artifactId>
-        <version>1.0.1</version>
-      </dependency>
-      <dependency>
-        <groupId>geronimo</groupId>
-        <artifactId>geronimo-kernel</artifactId>
-        <version>1.2-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>xbean-reflect</artifactId>
-        <version>2.6</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>xbean-finder</artifactId>
-        <version>2.6</version>
-      </dependency>
-      <dependency>
-        <groupId>castor</groupId>
-        <artifactId>castor</artifactId>
-        <version>1.0</version>
-      </dependency>
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.12</version>
-      </dependency>
-      <dependency>
-        <groupId>idb</groupId>
-        <artifactId>idb</artifactId>
-        <version>3.26</version>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>1.0.4</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  <distributionManagement>
-    <repository>
-      <id>codehaus.org</id>
-      <name>OpenEJB Central Repository</name>
-      <url>dav:https://dav.codehaus.org/repository/openejb/</url>
-    </repository>
-    <snapshotRepository>
-      <id>codehaus.org</id>
-      <name>OpenEJB Central Development Repository</name>
-      <url>dav:https://dav.codehaus.org/snapshots.repository/openejb/</url>
-    </snapshotRepository>
-    <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/openejb/</url>
-    </site>
-  </distributionManagement>
+<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</groupId>
+        <artifactId>apache</artifactId>
+        <version>3</version>
+    </parent>
+
+    <groupId>org.apache.openejb</groupId>
+    <artifactId>openejb</artifactId>
+    <name>OpenEJB</name>
+    <packaging>pom</packaging>
+
+    <version>3.0-incubating-SNAPSHOT</version>
+
+    <description>
+        OpenEJB is an open source, modular, configurable and extendable EJB Container System and EJB Server.
+    </description>
+
+    <url>http://cwiki.apache.org/OPENEJB</url>
+
+    <issueManagement>
+        <system>jira</system>
+        <url>http://issues.apache.org/jira/browse/OPENEJB</url>
+    </issueManagement>
+    <inceptionYear>1999</inceptionYear>
+    <mailingLists>
+        <mailingList>
+            <name>OpenEJB Commits List</name>
+            <subscribe>openejb-commits-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>openejb-commits-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>openejb-commits@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-openejb-commits/</archive>
+        </mailingList>
+        <mailingList>
+            <name>OpenEJB Developer List</name>
+            <subscribe>openejb-dev-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>openejb-dev-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>openejb-dev@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-openejb-dev/</archive>
+        </mailingList>
+        <mailingList>
+            <name>OpenEJB Users List</name>
+            <subscribe>openejb-users-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>openejb-users-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>openejb-users@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-openejb-users/</archive>
+        </mailingList>
+    </mailingLists>
+    <ciManagement>
+        <system>continuum</system>
+        <url>http://vmbuild.apache.org/continuum</url>
+        <notifiers>
+            <notifier>
+                <configuration>
+                    <address>openejb-commits@incubator.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/</connection>
+        <developerConnection>
+            scm:svn:https://${maven.username}@svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/
+        </developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3</url>
+    </scm>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <modules>
+        <module>openejb-itests</module>
+        <module>container</module>
+        <module>server</module>
+        <module>examples</module>
+    </modules>
+
+    <profiles>
+        <profile>
+            <id>assemble</id>
+            <activation>
+                <property>
+                    <name>assemble</name>
+                </property>
+            </activation>
+            <modules>
+                <module>assembly</module>
+            </modules>
+        </profile>
+    </profiles>
+
+    <repositories>
+        <repository>
+            <id>codehaus</id>
+            <name>Codehaus Repository</name>
+            <url>http://dist.codehaus.org</url>
+            <layout>legacy</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>apache-m2-snapshot</id>
+            <name>Apache M2 Snapshot Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        </repository>
+        <repository>
+            <id>apache-m1-snapshot</id>
+            <name>Apache Repository</name>
+            <url>http://people.apache.org/repository</url>
+            <layout>legacy</layout>
+        </repository>
+        <repository>
+            <id>DainDevRepo</id>
+            <name>Dain's Development Repository</name>
+            <url>http://people.apache.org/~dain/repository/m2-dev</url>
+        </repository>
+    </repositories>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>DainDevRepo</id>
+            <name>Dain's Development Repository</name>
+            <url>http://people.apache.org/~dain/repository/m2-dev</url>
+        </pluginRepository>
+    </pluginRepositories>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-ejb_3.0_spec</artifactId>
+                <version>1.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+                <version>1.0.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-servlet_2.4_spec</artifactId>
+                <version>1.0.1</version>
+            </dependency>
+            <dependency>
+                <groupId>geronimo</groupId>
+                <artifactId>geronimo-kernel</artifactId>
+                <version>1.2-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.xbean</groupId>
+                <artifactId>xbean-reflect</artifactId>
+                <version>2.6</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.xbean</groupId>
+                <artifactId>xbean-finder</artifactId>
+                <version>2.6</version>
+            </dependency>
+            <dependency>
+                <groupId>castor</groupId>
+                <artifactId>castor</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.12</version>
+            </dependency>
+            <dependency>
+                <groupId>idb</groupId>
+                <artifactId>idb</artifactId>
+                <version>3.26</version>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>3.8.1</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.0.4</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    <distributionManagement>
+        <site>
+            <id>codehaus.org</id>
+            <url>dav:https://dav.codehaus.org/openejb/</url>
+        </site>
+    </distributionManagement>
 </project>

Modified: incubator/openejb/trunk/openejb3/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/server/pom.xml?view=diff&rev=450779&r1=450778&r2=450779
==============================================================================
--- incubator/openejb/trunk/openejb3/server/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/server/pom.xml Thu Sep 28 02:53:04 2006
@@ -1,7 +1,7 @@
 <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">
   <parent>
-    <artifactId>openejb-parent</artifactId>
+    <artifactId>openejb</artifactId>
     <groupId>org.apache.openejb</groupId>
     <version>3.0-incubating-SNAPSHOT</version>
     </parent>



Re: svn commit: r450779 - in /incubator/openejb/trunk/openejb3: assembly/pom.xml container/pom.xml examples/pom.xml openejb-itests/pom.xml pom.xml server/pom.xml

Posted by Dain Sundstrom <da...@iq80.com>.
On Sep 28, 2006, at 6:23 PM, David Blevins wrote:

>> I don't really know. It seemed very compeling to named it openejb.
>> XBean, OpenJPA did this too. Even Geronimo has its parent as  
>> geronimo.
>
> Don't know why those projects didn't choose to follow Maven  
> convention like we did.  Anything the Maven guys touch has a foo- 
> parent pom (Maven, Continuum, Mojo, Plexus, etc.).

Because we didn't know any better :(

I'll bring up on the xbean list changing it.

Thanks,

-dain

Re: svn commit: r450779 - in /incubator/openejb/trunk/openejb3: assembly/pom.xml container/pom.xml examples/pom.xml openejb-itests/pom.xml pom.xml server/pom.xml

Posted by David Blevins <da...@visi.com>.
On Sep 28, 2006, at 11:48 AM, Jacek Laskowski wrote:

> On 9/28/06, David Blevins <da...@visi.com> wrote:
>
>> I'd be happy with anything other than 'openejb' for a root pom
>> artifactId.  Simply because if we use it, we no longer have the
>> option to create some sort of user-land deliverable with that name.
>> Maybe an openejb-N.N.jar and openejb-N.N.pom or something along those
>> lines.
>>
>> What do you think?
>
> I don't really know. It seemed very compeling to named it openejb.
> XBean, OpenJPA did this too. Even Geronimo has its parent as geronimo.

Don't know why those projects didn't choose to follow Maven  
convention like we did.  Anything the Maven guys touch has a foo- 
parent pom (Maven, Continuum, Mojo, Plexus, etc.).

> I'm not a strong proponent of using openejb, but it looked the best
> available choice.

Cool.  Let's change it back then and keep 'openejb' on reserve for  
something user-consumable.

-David

> Jacek
>
> -- 
> Jacek Laskowski
> http://www.laskowski.net.pl
>


Re: svn commit: r450779 - in /incubator/openejb/trunk/openejb3: assembly/pom.xml container/pom.xml examples/pom.xml openejb-itests/pom.xml pom.xml server/pom.xml

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/28/06, David Blevins <da...@visi.com> wrote:

> I'd be happy with anything other than 'openejb' for a root pom
> artifactId.  Simply because if we use it, we no longer have the
> option to create some sort of user-land deliverable with that name.
> Maybe an openejb-N.N.jar and openejb-N.N.pom or something along those
> lines.
>
> What do you think?

I don't really know. It seemed very compeling to named it openejb.
XBean, OpenJPA did this too. Even Geronimo has its parent as geronimo.
I'm not a strong proponent of using openejb, but it looked the best
available choice.

Jacek

-- 
Jacek Laskowski
http://www.laskowski.net.pl

Re: svn commit: r450779 - in /incubator/openejb/trunk/openejb3: assembly/pom.xml container/pom.xml examples/pom.xml openejb-itests/pom.xml pom.xml server/pom.xml

Posted by David Blevins <da...@visi.com>.
On Sep 28, 2006, at 2:53 AM, jlaskowski@apache.org wrote:

> Author: jlaskowski
> Date: Thu Sep 28 02:53:04 2006
> New Revision: 450779
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=450779
> Log:
>  o Rename openejb-parent id to openejb
>  o Add/change information in the parent pom
>

I'd be happy with anything other than 'openejb' for a root pom  
artifactId.  Simply because if we use it, we no longer have the  
option to create some sort of user-land deliverable with that name.   
Maybe an openejb-N.N.jar and openejb-N.N.pom or something along those  
lines.

What do you think?

-David