You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by kr...@apache.org on 2009/10/27 10:47:56 UTC

svn commit: r830107 - in /db/derby/code/trunk/maven2: ./ client/ derbyLocale_cs/ derbyLocale_de_DE/ derbyLocale_es/ derbyLocale_fr/ derbyLocale_hu/ derbyLocale_it/ derbyLocale_ja_JP/ derbyLocale_ko_KR/ derbyLocale_pl/ derbyLocale_pt_BR/ derbyLocale_ru/...

Author: kristwaa
Date: Tue Oct 27 09:47:54 2009
New Revision: 830107

URL: http://svn.apache.org/viewvc?rev=830107&view=rev
Log:
DERBY-4267: Investigate why Derby 10.5.1.1 is not available in the maven2 repositories.
Committed final patch for the first iteration of Maven 2 POMs for generating
Derby artifacts. They were used to generate artifacts for Derby 10.5.3.0.

Patch file: derby-4267-2c-using_ant_task.diff (slightly modified; fixed typos)


Added:
    db/derby/code/trunk/maven2/
    db/derby/code/trunk/maven2/README.txt   (with props)
    db/derby/code/trunk/maven2/client/
    db/derby/code/trunk/maven2/client/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_cs/
    db/derby/code/trunk/maven2/derbyLocale_cs/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_de_DE/
    db/derby/code/trunk/maven2/derbyLocale_de_DE/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_es/
    db/derby/code/trunk/maven2/derbyLocale_es/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_fr/
    db/derby/code/trunk/maven2/derbyLocale_fr/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_hu/
    db/derby/code/trunk/maven2/derbyLocale_hu/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_it/
    db/derby/code/trunk/maven2/derbyLocale_it/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_ja_JP/
    db/derby/code/trunk/maven2/derbyLocale_ja_JP/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_ko_KR/
    db/derby/code/trunk/maven2/derbyLocale_ko_KR/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_pl/
    db/derby/code/trunk/maven2/derbyLocale_pl/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_pt_BR/
    db/derby/code/trunk/maven2/derbyLocale_pt_BR/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_ru/
    db/derby/code/trunk/maven2/derbyLocale_ru/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_zh_CN/
    db/derby/code/trunk/maven2/derbyLocale_zh_CN/pom.xml   (with props)
    db/derby/code/trunk/maven2/derbyLocale_zh_TW/
    db/derby/code/trunk/maven2/derbyLocale_zh_TW/pom.xml   (with props)
    db/derby/code/trunk/maven2/engine/
    db/derby/code/trunk/maven2/engine/pom.xml   (with props)
    db/derby/code/trunk/maven2/net/
    db/derby/code/trunk/maven2/net/pom.xml   (with props)
    db/derby/code/trunk/maven2/pom.xml   (with props)
    db/derby/code/trunk/maven2/settings.xml   (with props)
    db/derby/code/trunk/maven2/tools/
    db/derby/code/trunk/maven2/tools/pom.xml   (with props)
    db/derby/code/trunk/maven2/war/
    db/derby/code/trunk/maven2/war/pom.xml   (with props)

Added: db/derby/code/trunk/maven2/README.txt
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/README.txt?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/README.txt (added)
+++ db/derby/code/trunk/maven2/README.txt Tue Oct 27 09:47:54 2009
@@ -0,0 +1,61 @@
+GENERATING MAVEN 2 ARTIFACTS FOR APACHE DERBY
+=============================================
+
+The POMs in the maven2 directory are able to generate Maven 2 artifacts for
+Apache Derby. The following software is required for deploying a release:
+ 1. Maven 2
+ 2. GnuPG (for signing the artifacts)
+ 3. ssh/scp (for site deployment)
+
+Note that Maven 2 will pull down quite a few required plugins the first time
+you run it. They will be cached locally, so they are not downloaded again the
+next time.
+
+Short description of the required steps:
+ a) Generate the Derby jar files.
+    For releases, generate the insane jars. You can specify which jars to use
+    with the property 'sanity' in the top-level POM.
+    The jars are expected to be found in 'jars/[in]sane' relative to the
+    checked out code repository.
+
+ b) Specify required information for one or all of the following steps.
+    To generate and deploy release artifacts, these pieces of information must
+    be specified:
+      - The Derby release version, which must be specified in all POMs.
+        One way to do this, is to use search and replace (i.e. Perl or sed).
+      - Passphrase for your GPG signing key, see top level POM and step (d).
+      - User credentials for deployment, see 'settings.xml'.
+
+ c) 'mvn clean install'
+    Generates the artifacts, signatures for the artifacts using GnuPG and
+    installs the artifacts in the local repository.
+    You are required to provide your private key and the passphrase to GnuPG.
+    Using a passphrase agent is recommended, but you can also specify it on
+    the command line when invoking maven with -Dgpg.passphrase=PASSPHRASE.
+    There are other ways to achieve this too, but please do not specify you
+    passphrase in the POM that is deployed on the Maven repositories!
+    The local repository is typically found in '~/.m2/repository/', and the
+    Derby artifacts are located under "org/apache/derby/".
+    The clean target is included to avoid unintentionally installing/deploying
+    artifacts not supposed to be deployed.
+
+    NOTE: Do not run 'mvn package|verify install', that is to combine either
+          package or verify with install, as this causes the
+          signatures of the artifacts to be signed. This shows as files like
+          './engine/target/derby-trunk-alpha.jar.asc.asc'.
+
+ d) 'mvn deploy' or 'mvn clean deploy'
+   NOTE: This step has been reported not to work. Deploy manually until fixed.
+   Deploys the artifacts, including signatures and checksum files, to the
+   Apache Maven 2 repository. The files will then be distributed to mirrors.
+
+Basically, for each project, the following files should be found in the
+various 'maven2/[project]/target' directories:
+    - ARTIFACT-VERSION.jar
+    - ARTIFACT-VERSION.jar.asc
+    - ARTIFACT-VERSION.pom
+    - ARTIFACT-VERSION.pom.asc
+
+When these are deployed or installed locally, there will be a md5 and a sha1
+file for each artifact. The 'derbywar' project will have a war file instead
+of a jar file.

Propchange: db/derby/code/trunk/maven2/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/client/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/client/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/client/pom.xml (added)
+++ db/derby/code/trunk/maven2/client/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyclient</artifactId>
+  <name>Apache Derby Client JDBC Driver</name>
+  <description>The Derby client JDBC driver, used to connect to a Derby server over a network connection.</description>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+                <copy file="${basedir}/../../jars/${sanity}/derbyclient.jar"
+                      tofile="${basedir}/target/${project.build.finalName}.jar"
+                      overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/client/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_cs/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_cs/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_cs/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_cs/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_cs</artifactId>
+  <name>Apache Derby messages: Czech</name>
+  <description>Localized (Czech) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_cs.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_cs/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_de_DE/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_de_DE/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_de_DE/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_de_DE/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_de_DE</artifactId>
+  <name>Apache Derby messages: German</name>
+  <description>Localized (German) messages for Apache Derby</description>
+
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_de_DE.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_de_DE/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_es/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_es/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_es/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_es/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_es</artifactId>
+  <name>Apache Derby messages: Spanish</name>
+  <description>Localized (Spanish) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_es.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_es/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_fr/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_fr/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_fr/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_fr/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_fr</artifactId>
+  <name>Apache Derby messages: French</name>
+  <description>Localized (French) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_fr.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_fr/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_hu/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_hu/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_hu/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_hu/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_hu</artifactId>
+  <name>Apache Derby messages: Hungarian</name>
+  <description>Localized (Hungarian) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_hu.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_hu/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_it/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_it/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_it/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_it/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_it</artifactId>
+  <name>Apache Derby messages: Italian</name>
+  <description>Localized (Italian) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_it.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_it/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_ja_JP/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_ja_JP/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_ja_JP/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_ja_JP/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_ja_JP</artifactId>
+  <name>Apache Derby messages: Japanese</name>
+  <description>Localized (Japanese) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_ja_JP.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_ja_JP/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_ko_KR/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_ko_KR/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_ko_KR/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_ko_KR/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_ko_KR</artifactId>
+  <name>Apache Derby messages: Korean</name>
+  <description>Localized (Korean) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_ko_KR.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_ko_KR/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_pl/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_pl/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_pl/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_pl/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_pl</artifactId>
+  <name>Apache Derby messages: Polish</name>
+  <description>Localized (Polish) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_pl.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_pl/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_pt_BR/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_pt_BR/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_pt_BR/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_pt_BR/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_pt_BR</artifactId>
+  <name>Apache Derby messages: Portuguese (Brazilian)</name>
+  <description>Localized (Portuguese) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_pt_BR.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_pt_BR/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_ru/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_ru/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_ru/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_ru/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_ru</artifactId>
+  <name>Apache Derby messages: Russian</name>
+  <description>Localized (Russian) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_ru.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_ru/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_zh_CN/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_zh_CN/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_zh_CN/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_zh_CN/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_zh_CN</artifactId>
+  <name>Apache Derby messages: Chinese (Simplified)</name>
+  <description>Localized (Chinese) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_zh_CN.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_zh_CN/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/derbyLocale_zh_TW/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/derbyLocale_zh_TW/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/derbyLocale_zh_TW/pom.xml (added)
+++ db/derby/code/trunk/maven2/derbyLocale_zh_TW/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbyLocale_zh_TW</artifactId>
+  <name>Apache Derby messages: Chinese (Traditional)</name>
+  <description>Localized (Chinese) messages for Apache Derby</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+            <copy file="${basedir}/../../jars/${sanity}/derbyLocale_zh_TW.jar"
+                  tofile="${basedir}/target/${project.build.finalName}.jar"
+                  overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/derbyLocale_zh_TW/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/engine/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/engine/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/engine/pom.xml (added)
+++ db/derby/code/trunk/maven2/engine/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derby</artifactId>
+  <name>Apache Derby Database Engine and Embedded JDBC Driver</name>
+  <description>Contains the core Apache Derby database engine, which also includes the embedded JDBC driver.</description>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+                <copy file="${basedir}/../../jars/${sanity}/derby.jar"
+                      tofile="${basedir}/target/${project.build.finalName}.jar"
+                      overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+
+        <!-- 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>sign-artifacts</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>sign</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      -->
+
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/engine/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/net/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/net/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/net/pom.xml (added)
+++ db/derby/code/trunk/maven2/net/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbynet</artifactId>
+  <name>Apache Derby Network Server</name>
+  <description>Contains the Apache Derby network server, which allows remote clients to connect to Derby databases over a network connection using the Derby client JDBC driver.</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>ALPHA_VERSION</version>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+                <copy file="${basedir}/../../jars/${sanity}/derbynet.jar"
+                      tofile="${basedir}/target/${project.build.finalName}.jar"
+                      overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/net/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/pom.xml (added)
+++ db/derby/code/trunk/maven2/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <artifactId>derby-project</artifactId>
+  <version>ALPHA_VERSION</version>
+  <packaging>pom</packaging>
+  <name>Apache Derby Project</name>
+  <description>Apache Derby is an open source relational database implemented entirely in Java.</description>
+  <url>http://db.apache.org/derby/</url>
+  <inceptionYear>2004</inceptionYear>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://db.apache.org/</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Derby User List</name>
+      <subscribe>derby-user-subscribe@db.apache.org</subscribe>
+      <unsubscribe>derby-user-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-derby-user/</archive>
+      <otherArchives>
+        <otherArchive>http://www.nabble.com/Apache-Derby-Users-f93.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Derby Developer List</name>
+      <subscribe>derby-dev-subscribe@db.apache.org</subscribe>
+      <unsubscribe>derby-dev-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-derby-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://www.nabble.com/Apache-Derby-Developers-f91.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Derby Commit List</name>
+      <subscribe>derby-commits-subscribe@db.apache.org</subscribe>
+      <unsubscribe>derby-commits-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-derby-commits/</archive>
+    </mailingList>
+  </mailingLists>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/DERBY</url>
+  </issueManagement>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/derby/code/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/derby/code/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/db/derby/code/trunk/?root=Apache-SVN</url>
+  </scm>
+
+  <modules>
+    <module>engine</module>
+    <module>net</module>
+    <module>client</module>
+    <module>tools</module>
+    <module>war</module>
+    <module>derbyLocale_cs</module>
+    <module>derbyLocale_de_DE</module>
+    <module>derbyLocale_es</module>
+    <module>derbyLocale_fr</module>
+    <module>derbyLocale_hu</module>
+    <module>derbyLocale_it</module>
+    <module>derbyLocale_ja_JP</module>
+    <module>derbyLocale_ko_KR</module>
+    <module>derbyLocale_pl</module>
+    <module>derbyLocale_pt_BR</module>
+    <module>derbyLocale_ru</module>
+    <module>derbyLocale_zh_CN</module>
+    <module>derbyLocale_zh_TW</module>
+  </modules>
+
+  <!-- Specify where we want to deploy the artifacts. -->
+  <distributionManagement>
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Software Foundation Maven2 repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+      <layout>default</layout>
+      <uniqueVersion>false</uniqueVersion>
+    </repository>
+  </distributionManagement>
+
+  <build>
+    <plugins>
+      <!-- Generate signatures for the artifacts using GnuPG.
+           This requires that you have GnuPG installed and in the search path.
+        -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>sign-artifacts</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>sign</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <!-- Workaround until Maven has been updated with version 2.3 or
+           greater of maven-install-plugin. A bug in version 2.2 caused
+           checksums for artifacts with POM packaging to be generated.
+           See http://jira.codehaus.org/browse/MINSTALL-56
+       -->
+      <plugin>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+
+  </plugins>
+  </build>
+
+  <!-- Properties used throughout the build / install. -->
+  <properties>
+    <!-- RELEASE_DATA: How to specify your signing key passphrase.
+         If you're not using an agent, you will have to enter the signing key
+         phassphrase a lot of times. Since this file will be deployed, DO NOT
+         specify the passphrase here. If you don't have an agent running,
+         use a command-line property when invoking maven
+         (-Dgpg.passpharse=PASSPHRASE) or configure GnuPG to obtain your
+         passphrase another way.
+    <gpg.passphrase>DO_NOT_SPECIFY_YOUR_PASSPHRASE_HERE</gpg.passphrase>
+      -->
+    <gpg.useagent>true</gpg.useagent>
+    <!-- Have Maven generate checksums (MD5 and SHA1) for the artifacts. -->
+    <createChecksum>true</createChecksum>
+    <!-- All plugins should use this value.
+         See http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+      -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <!-- Specifies whether to package the sane (debug) or insane jar.
+         Valid values: sane|insane
+      -->
+    <sanity>insane</sanity>
+  </properties>
+
+</project>

Propchange: db/derby/code/trunk/maven2/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/settings.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/settings.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/settings.xml (added)
+++ db/derby/code/trunk/maven2/settings.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,27 @@
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
+                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
+
+  <servers>
+    <server>
+      <id>apache.releases</id>
+      <!-- RELEASE_DATA: User credentials required for site deployment.
+           Replace the user name and password with your Apache credentials.
+           It is highly recommended to only do this when actually deploying
+           a release, and then revert the changes immediately afterwards to
+           avoid unintended deployments!
+      -->
+      <username>my_login</username>
+      <password>my_password</password>
+      <!-- Make sure only one of password and privateKey is used.
+           If both are present, privateKey will be ignored.
+      <privateKey>${user.home}/.ssh/id_dsa</privateKey>
+      <passphrase>some_passphrase</passphrase>
+      -->
+      <filePermissions>664</filePermissions>
+      <directoryPermissions>775</directoryPermissions>
+      <configuration></configuration>
+    </server>
+  </servers>
+</settings>

Propchange: db/derby/code/trunk/maven2/settings.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/tools/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/tools/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/tools/pom.xml (added)
+++ db/derby/code/trunk/maven2/tools/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbytools</artifactId>
+  <name>Apache Derby Tools</name>
+  <description>Contains Apache Derby tools like ij, sysinfo, and dblook.</description>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+                <copy file="${basedir}/../../jars/${sanity}/derbytools.jar"
+                      tofile="${basedir}/target/${project.build.finalName}.jar"
+                      overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+</project>

Propchange: db/derby/code/trunk/maven2/tools/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/code/trunk/maven2/war/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/war/pom.xml?rev=830107&view=auto
==============================================================================
--- db/derby/code/trunk/maven2/war/pom.xml (added)
+++ db/derby/code/trunk/maven2/war/pom.xml Tue Oct 27 09:47:54 2009
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <parent>
+    <groupId>org.apache.derby</groupId>
+    <artifactId>derby-project</artifactId>
+    <version>ALPHA_VERSION</version>
+  </parent>
+  <artifactId>derbywar</artifactId>
+  <packaging>war</packaging>
+  <name>Apache Derby Network Server admin servlet</name>
+  <description>A simple network servlet (WAR) allowing a Derby Network instance to be administrated remotely.</description>
+
+  <build>
+    <plugins>
+        <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+                <execution>
+                    <phase>package</phase>
+                    <configuration>
+                        <tasks>
+
+                <copy file="${basedir}/../../jars/${sanity}/derby.war"
+                      tofile="${basedir}/target/${project.build.finalName}.war"
+                      overwrite="true"/>
+
+                        </tasks>
+                    </configuration>
+                    <goals>
+                        <goal>run</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin>
+    </plugins>
+  </build>
+
+  <properties>
+      <!-- Workaround to make the default WAR build pass. 
+           Note that the WAR built by Maven isn't used.
+       -->
+      <maven.war.webxml>${basedir}/../../tools/j2ee/derby/WEB-INF/web.xml</maven.war.webxml> 
+  </properties>
+
+</project>

Propchange: db/derby/code/trunk/maven2/war/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native