You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2006/04/28 22:59:37 UTC

svn commit: r398007 - in /geronimo/xbean/trunk: ./ xbean-classpath/ xbean-jmx/ xbean-kernel/ xbean-osgi/ xbean-reflect/ xbean-sca/ xbean-server/ xbean-spring/ xbean-telnet/ xbean-tiger/

Author: gnodet
Date: Fri Apr 28 13:59:36 2006
New Revision: 398007

URL: http://svn.apache.org/viewcvs?rev=398007&view=rev
Log:
Fix poms (add Apache copyright).
Fix osgi tests when running 'mvn install site' were tests were run twice in the same jvm (and fails)

Modified:
    geronimo/xbean/trunk/pom.xml
    geronimo/xbean/trunk/xbean-classpath/pom.xml
    geronimo/xbean/trunk/xbean-jmx/pom.xml
    geronimo/xbean/trunk/xbean-kernel/pom.xml
    geronimo/xbean/trunk/xbean-osgi/pom.xml
    geronimo/xbean/trunk/xbean-reflect/pom.xml
    geronimo/xbean/trunk/xbean-sca/pom.xml
    geronimo/xbean/trunk/xbean-server/pom.xml
    geronimo/xbean/trunk/xbean-spring/pom.xml
    geronimo/xbean/trunk/xbean-telnet/pom.xml
    geronimo/xbean/trunk/xbean-tiger/pom.xml

Modified: geronimo/xbean/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/pom.xml (original)
+++ geronimo/xbean/trunk/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,15 +1,45 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 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: 397560 $ $Date: 2006-04-27 16:53:40 +0200 (jeu., 27 avr. 2006) $ -->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
   <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>1</version>
+  </parent>
+  
   <groupId>org.apache.xbean</groupId>
   <artifactId>xbean</artifactId>
   <packaging>pom</packaging>
   <name>XBean</name>
   <version>2.3-SNAPSHOT</version>
-  <description>XBean is a plugin based server archtecutre.</description>
+  <description>XBean is a plugin based server architecture.</description>
   <url>http://xbean.org</url>
+
   <issueManagement>
     <system>jira</system>
-    <url>http://jira.codehaus.org/browse/XB</url>
+    <url>http://issues.apache.org/jira/browse/XBEAN</url>
   </issueManagement>
   <ciManagement>
     <system>continuum</system>
@@ -21,6 +51,7 @@
       </notifier>
     </notifiers>
   </ciManagement>
+  
   <mailingLists>
     <mailingList>
       <name>xbean developers</name>
@@ -38,6 +69,7 @@
       <unsubscribe>mailto:scm-unsubscribe@xbean.org</unsubscribe>
     </mailingList>
   </mailingLists>
+  
   <developers>
     <developer>
       <id>chirino</id>
@@ -89,23 +121,22 @@
       </roles>
       <timezone>-8</timezone>
     </developer>
+    <developer>
+      <id>gnodet</id>
+      <name>Guillaume Nodet</name>
+      <roles>
+        <role>Commiter</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
   </developers>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/xbean/trunk/</connection>
     <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/xbean/trunk</developerConnection>
     <url>http://svn.apache.org/repos/asf/geronimo/xbean/trunk/</url>
   </scm>
-  <organization>
-    <name>XBean</name>
-    <url>http://xbean.org/</url>
-  </organization>
+
   <build>
     <extensions>
       <extension>
@@ -143,6 +174,7 @@
       </plugin>
     </plugins>
   </build>
+
   <modules>
     <module>xbean-classpath</module>
     <module>xbean-kernel</module>
@@ -155,38 +187,7 @@
     <module>xbean-tiger</module>
     <module>maven-xbean-plugin</module>
   </modules>
-<!--
-  <repositories>
-    <repository>
-      <snapshots />
-      <id>snapshots</id>
-      <name>Maven SNAPSHOT Repository</name>
-      <url>http://snapshots.maven.codehaus.org/maven2</url>
-    </repository>
-    <repository>
-      <snapshots />
-      <id>org.livetribe</id>
-      <name>LiveTribe Repository</name>
-      <url>http://repo.livetribe.org/maven2-snapshot</url>
-    </repository>
-    <repository>
-      <id>codehaus</id>
-      <url>http://dist.codehaus.org/</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>codehaus-plugins</id>
-      <name>Maven Central Plugins Repository</name>
-      <url>http://test.maven.codehaus.org/maven2</url>
-    </pluginRepository>
-    <pluginRepository>
-      <id>snapshots</id>
-      <name>Maven Central Plugins Development Repository</name>
-      <url>http://snapshots.maven.codehaus.org/maven2</url>
-    </pluginRepository>
-  </pluginRepositories>
--->
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -195,6 +196,7 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -274,6 +276,7 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+
   <distributionManagement>
     <repository>
       <id>xbean-repo</id>
@@ -290,4 +293,21 @@
       <url>scpexe://xbean.org/home/projects/xbean/public_html/maven/</url>
     </site>
   </distributionManagement>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+
 </project>

Modified: geronimo/xbean/trunk/xbean-classpath/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-classpath/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-classpath/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-classpath/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,11 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>xbean</artifactId>
-    <groupId>org.apache.xbean</groupId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>xbean-classpath</artifactId>
-  <name>XBean :: ClassPath</name>
-  <version>2.3-SNAPSHOT</version>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
+    <version>2.3-SNAPSHOT</version>
+  </parent>
+  
+  <artifactId>xbean-classpath</artifactId>
+  <name>XBean :: ClassPath</name>
+
+</project>

Modified: geronimo/xbean/trunk/xbean-jmx/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-jmx/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-jmx/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-jmx/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,68 +1,79 @@
-<project>
-    <parent>
-        <artifactId>xbean</artifactId>
-        <groupId>org.apache.xbean</groupId>
-        <version>2.3-SNAPSHOT</version>
-    </parent>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+
+  <modelVersion>4.0.0</modelVersion>
 
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>xbean-jmx</artifactId>
-    <name>XBean :: JMX</name>
+  <parent>
+    <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
     <version>2.3-SNAPSHOT</version>
+  </parent>
 
-    <build>
-        <resources>
-            <resource>
-                <directory>target/generated</directory>
-            </resource>
-            <resource>
-                <directory>src/main/resources</directory>
-            </resource>
-        </resources>
+  <artifactId>xbean-jmx</artifactId>
+  <name>XBean :: JMX</name>
 
-        <plugins>
-          <plugin>
-            <groupId>org.apache.xbean</groupId>
-            <artifactId>maven-xbean-plugin</artifactId>
-            <version>${pom.version}</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>mapping</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <namespace>http://xbean.apache.org/schemas/jmx</namespace>
-            </configuration>
-          </plugin>
-        </plugins>
-    </build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>maven-xbean-plugin</artifactId>
+        <version>${pom.version}</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>mapping</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <namespace>http://xbean.apache.org/schemas/jmx</namespace>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>mx4j</groupId>
-            <artifactId>mx4j</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.livetribe</groupId>
-            <artifactId>livetribe-jmx</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.xbean</groupId>
-            <artifactId>xbean-kernel</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.xbean</groupId>
-            <artifactId>xbean-spring</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>mx4j</groupId>
+      <artifactId>mx4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.livetribe</groupId>
+      <artifactId>livetribe-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xbean</groupId>
+      <artifactId>xbean-kernel</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xbean</groupId>
+      <artifactId>xbean-spring</artifactId>
+    </dependency>
+  </dependencies>
+  
 </project>

Modified: geronimo/xbean/trunk/xbean-kernel/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-kernel/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-kernel/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-kernel/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,29 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>xbean</artifactId>
-    <groupId>org.apache.xbean</groupId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>xbean-kernel</artifactId>
-  <name>XBean :: Kernel</name>
-  <version>2.3-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/ServiceManagerRegistryTest.*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>backport-util-concurrent</groupId>
-      <artifactId>backport-util-concurrent</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
+    <version>2.3-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>xbean-kernel</artifactId>
+  <name>XBean :: Kernel</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/ServiceManagerRegistryTest.*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>backport-util-concurrent</groupId>
+      <artifactId>backport-util-concurrent</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Modified: geronimo/xbean/trunk/xbean-osgi/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-osgi/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-osgi/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-osgi/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,17 +1,51 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
   <parent>
-    <artifactId>xbean</artifactId>
     <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
     <version>2.3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+  
   <artifactId>xbean-osgi</artifactId>
   <name>XBean :: OSGi</name>
-  <version>2.3-SNAPSHOT</version>
+
   <dependencies>
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>osgi</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+  
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <forkMode>once</forkMode>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+</project>

Modified: geronimo/xbean/trunk/xbean-reflect/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-reflect/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-reflect/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-reflect/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,29 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>xbean</artifactId>
-    <groupId>org.apache.xbean</groupId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>xbean-reflect</artifactId>
-  <name>XBean :: Reflect</name>
-  <version>2.3-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>mx4j</groupId>
-      <artifactId>mx4j</artifactId>
-      <version>3.0.1</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
+    <version>2.3-SNAPSHOT</version>
+  </parent>
+  
+  <artifactId>xbean-reflect</artifactId>
+  <name>XBean :: Reflect</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>mx4j</groupId>
+      <artifactId>mx4j</artifactId>
+    </dependency>
+  </dependencies>
+  
+</project>

Modified: geronimo/xbean/trunk/xbean-sca/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-sca/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-sca/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-sca/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,22 +1,36 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
   <parent>
-    <artifactId>xbean</artifactId>
     <groupId>org.apache.xbean</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <artifactId>xbean</artifactId>
+    <version>2.3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+  
   <artifactId>xbean-sca</artifactId>
   <name>XBean :: SCA</name>
-  <version>2.2-SNAPSHOT</version>
+
   <build>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources</directory>
-      </testResource>
-      <testResource>
-        <directory>target/test-generated</directory>
-      </testResource>
-    </testResources>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -28,6 +42,7 @@
       </plugin>
     </plugins>
   </build>
+
   <dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
@@ -50,4 +65,5 @@
       <artifactId>backport-util-concurrent</artifactId>
     </dependency>
   </dependencies>
+
 </project>

Modified: geronimo/xbean/trunk/xbean-server/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-server/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-server/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-server/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,19 +1,36 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
   <parent>
-    <artifactId>xbean</artifactId>
     <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
     <version>2.3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+  
   <artifactId>xbean-server</artifactId>
   <name>XBean :: Server</name>
-  <version>2.3-SNAPSHOT</version>
+
   <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-      </resource>
-    </resources>
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
@@ -40,11 +57,11 @@
       </plugin>
     </plugins>
   </build>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
-      <version>2.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>cglib</groupId>
@@ -54,11 +71,11 @@
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-kernel</artifactId>
-      <version>2.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
   </dependencies>
+  
 </project>

Modified: geronimo/xbean/trunk/xbean-spring/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-spring/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-spring/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-spring/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,15 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
 <project
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
   <parent>
-    <artifactId>xbean</artifactId>
     <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
     <version>2.3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+  
   <artifactId>xbean-spring</artifactId>
   <name>XBean :: Spring</name>
-  <version>2.3-SNAPSHOT</version>
+
   <build>
     <testResources>
       <testResource>
@@ -48,6 +68,7 @@
       </plugin>
     </plugins>
   </build>
+
   <dependencies>
     <dependency>
       <groupId>mx4j</groupId>
@@ -83,4 +104,5 @@
       <optional>true</optional>
     </dependency>
   </dependencies>
+
 </project>

Modified: geronimo/xbean/trunk/xbean-telnet/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-telnet/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-telnet/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-telnet/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,17 +1,40 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>xbean</artifactId>
-    <groupId>org.apache.xbean</groupId>
-    <version>2.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>xbean-telnet</artifactId>
-  <name>XBean :: Telnet</name>
-  <version>2.3-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>groovy</groupId>
-      <artifactId>groovy</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
+    <version>2.3-SNAPSHOT</version>
+  </parent>
+  
+  <artifactId>xbean-telnet</artifactId>
+  <name>XBean :: Telnet</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>groovy</groupId>
+      <artifactId>groovy</artifactId>
+    </dependency>
+  </dependencies>
+  
+</project>

Modified: geronimo/xbean/trunk/xbean-tiger/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/xbean/trunk/xbean-tiger/pom.xml?rev=398007&r1=398006&r2=398007&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-tiger/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-tiger/pom.xml Fri Apr 28 13:59:36 2006
@@ -1,13 +1,35 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-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.
+-->
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
   <parent>
-    <artifactId>xbean</artifactId>
     <groupId>org.apache.xbean</groupId>
+    <artifactId>xbean</artifactId>
     <version>2.3-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+  
   <artifactId>xbean-tiger</artifactId>
   <name>XBean :: Tiger</name>
-  <version>2.3-SNAPSHOT</version>
+
   <build>
     <testResources>
       <testResource>
@@ -41,35 +63,9 @@
           <namespace>http://xbean.apache.org/schemas/tiger</namespace>
         </configuration>
       </plugin>
-      <!--
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>process-classes</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <taskdef classname="org.apache.xbean.spring.generator.MappingGeneratorTask" name="mapping">
-                  <classpath>
-                    <pathelement path="${basedir}/target/classes"></pathelement>
-                    <path refid="maven.runtime.classpath"></path>
-                  </classpath>
-                </taskdef>
-                <mapping namespace="http://xbean.apache.org/schemas/tiger" srcdir="src/main/java" destFile="target/tiger.xsd" metaInfDir="${basedir}/target/generated/"></mapping>
-                <copy todir="${basedir}/target/classes">
-                  <fileset dir="${basedir}/target/generated"></fileset>
-                </copy>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      -->
     </plugins>
   </build>
+
   <dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
@@ -84,4 +80,5 @@
       <artifactId>commons-logging</artifactId>
     </dependency>
   </dependencies>
+
 </project>