jjelen / rpms / derby

Forked from rpms/derby 4 years ago
Clone
b23ce5f
b23ce5f
b23ce5f
  Licensed to the Apache Software Foundation (ASF) under one
b23ce5f
  or more contributor license agreements.  See the NOTICE file
b23ce5f
  distributed with this work for additional information
b23ce5f
  regarding copyright ownership.  The ASF licenses this file
b23ce5f
  to you under the Apache License, Version 2.0 (the
b23ce5f
  "License"); you may not use this file except in compliance
b23ce5f
  with the License.  You may obtain a copy of the License at
b23ce5f
b23ce5f
  http://www.apache.org/licenses/LICENSE-2.0
b23ce5f
b23ce5f
  Unless required by applicable law or agreed to in writing,
b23ce5f
  software distributed under the License is distributed on an
b23ce5f
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
b23ce5f
  KIND, either express or implied.  See the License for the
b23ce5f
  specific language governing permissions and limitations
b23ce5f
  under the License.
b23ce5f
  -->
b23ce5f
b23ce5f
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
b23ce5f
    xmlns="http://maven.apache.org/POM/4.0.0"
b23ce5f
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
b23ce5f
  <modelVersion>4.0.0</modelVersion>
b23ce5f
  <groupId>org.apache.derby</groupId>
b23ce5f
  <artifactId>derby-project</artifactId>
b23ce5f
  <version>10.6.1.0</version>
b23ce5f
  <packaging>pom</packaging>
b23ce5f
  <name>Apache Derby Project</name>
b23ce5f
  <description>Apache Derby is an open source relational database implemented entirely in Java.</description>
b23ce5f
  <url>http://db.apache.org/derby/</url>
b23ce5f
  <inceptionYear>2004</inceptionYear>
b23ce5f
  <organization>
b23ce5f
    <name>Apache Software Foundation</name>
b23ce5f
    <url>http://db.apache.org/</url>
b23ce5f
  </organization>
b23ce5f
  <licenses>
b23ce5f
    <license>
b23ce5f
      <name>Apache 2</name>
b23ce5f
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
b23ce5f
      <distribution>repo</distribution>
b23ce5f
      <comments>A business-friendly OSS license</comments>
b23ce5f
    </license>
b23ce5f
  </licenses>
b23ce5f
  <mailingLists>
b23ce5f
    <mailingList>
b23ce5f
      <name>Derby User List</name>
b23ce5f
      <subscribe>derby-user-subscribe@db.apache.org</subscribe>
b23ce5f
      <unsubscribe>derby-user-unsubscribe@db.apache.org</unsubscribe>
b23ce5f
      <archive>http://mail-archives.apache.org/mod_mbox/db-derby-user/</archive>
b23ce5f
      <otherArchives>
b23ce5f
        <otherArchive>http://www.nabble.com/Apache-Derby-Users-f93.html</otherArchive>
b23ce5f
      </otherArchives>
b23ce5f
    </mailingList>
b23ce5f
    <mailingList>
b23ce5f
      <name>Derby Developer List</name>
b23ce5f
      <subscribe>derby-dev-subscribe@db.apache.org</subscribe>
b23ce5f
      <unsubscribe>derby-dev-unsubscribe@db.apache.org</unsubscribe>
b23ce5f
      <archive>http://mail-archives.apache.org/mod_mbox/db-derby-dev/</archive>
b23ce5f
      <otherArchives>
b23ce5f
        <otherArchive>http://www.nabble.com/Apache-Derby-Developers-f91.html</otherArchive>
b23ce5f
      </otherArchives>
b23ce5f
    </mailingList>
b23ce5f
    <mailingList>
b23ce5f
      <name>Derby Commit List</name>
b23ce5f
      <subscribe>derby-commits-subscribe@db.apache.org</subscribe>
b23ce5f
      <unsubscribe>derby-commits-unsubscribe@db.apache.org</unsubscribe>
b23ce5f
      <archive>http://mail-archives.apache.org/mod_mbox/db-derby-commits/</archive>
b23ce5f
    </mailingList>
b23ce5f
  </mailingLists>
b23ce5f
  <issueManagement>
b23ce5f
    <system>JIRA</system>
b23ce5f
    <url>https://issues.apache.org/jira/browse/DERBY</url>
b23ce5f
  </issueManagement>
b23ce5f
  <scm>
b23ce5f
    <connection>scm:svn:http://svn.apache.org/repos/asf/db/derby/code/trunk</connection>
b23ce5f
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/derby/code/trunk</developerConnection>
b23ce5f
    <url>http://svn.apache.org/viewcvs.cgi/db/derby/code/trunk/?root=Apache-SVN</url>
b23ce5f
  </scm>
b23ce5f
b23ce5f
  <modules>
b23ce5f
    <module>engine</module>
b23ce5f
    <module>net</module>
b23ce5f
    <module>client</module>
b23ce5f
    <module>tools</module>
b23ce5f
    <module>war</module>
b23ce5f
    <module>derbyLocale_cs</module>
b23ce5f
    <module>derbyLocale_de_DE</module>
b23ce5f
    <module>derbyLocale_es</module>
b23ce5f
    <module>derbyLocale_fr</module>
b23ce5f
    <module>derbyLocale_hu</module>
b23ce5f
    <module>derbyLocale_it</module>
b23ce5f
    <module>derbyLocale_ja_JP</module>
b23ce5f
    <module>derbyLocale_ko_KR</module>
b23ce5f
    <module>derbyLocale_pl</module>
b23ce5f
    <module>derbyLocale_pt_BR</module>
b23ce5f
    <module>derbyLocale_ru</module>
b23ce5f
    <module>derbyLocale_zh_CN</module>
b23ce5f
    <module>derbyLocale_zh_TW</module>
b23ce5f
  </modules>
b23ce5f
b23ce5f
  
b23ce5f
  <distributionManagement>
b23ce5f
    <repository>
b23ce5f
      <id>apache.releases</id>
b23ce5f
      <name>Apache Software Foundation Maven2 repository</name>
b23ce5f
      
b23ce5f
      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
b23ce5f
      <layout>default</layout>
b23ce5f
      <uniqueVersion>false</uniqueVersion>
b23ce5f
    </repository>
b23ce5f
  </distributionManagement>
b23ce5f
b23ce5f
  <build>
b23ce5f
    <plugins>
b23ce5f
      
b23ce5f
           This requires that you have GnuPG installed and in the search path.
b23ce5f
        -->
b23ce5f
      <plugin>
b23ce5f
        <groupId>org.apache.maven.plugins</groupId>
b23ce5f
        <artifactId>maven-gpg-plugin</artifactId>
b23ce5f
        <executions>
b23ce5f
          <execution>
b23ce5f
            <id>sign-artifacts</id>
b23ce5f
            <phase>verify</phase>
b23ce5f
            <goals>
b23ce5f
              <goal>sign</goal>
b23ce5f
            </goals>
b23ce5f
          </execution>
b23ce5f
        </executions>
b23ce5f
      </plugin>
b23ce5f
b23ce5f
      
b23ce5f
           greater of maven-install-plugin. A bug in version 2.2 caused
b23ce5f
           checksums for artifacts with POM packaging to be generated.
b23ce5f
           See http://jira.codehaus.org/browse/MINSTALL-56
b23ce5f
       -->
b23ce5f
      <plugin>
b23ce5f
        <artifactId>maven-install-plugin</artifactId>
b23ce5f
        <version>2.3</version>
b23ce5f
      </plugin>
b23ce5f
b23ce5f
  </plugins>
b23ce5f
  </build>
b23ce5f
b23ce5f
  
b23ce5f
  <properties>
b23ce5f
    
b23ce5f
         If you're not using an agent, you will have to enter the signing key
b23ce5f
         phassphrase a lot of times. Since this file will be deployed, DO NOT
b23ce5f
         specify the passphrase here. If you don't have an agent running,
b23ce5f
         use a command-line property when invoking maven
b23ce5f
         (-Dgpg.passpharse=PASSPHRASE) or configure GnuPG to obtain your
b23ce5f
         passphrase another way.
b23ce5f
    <gpg.passphrase>DO_NOT_SPECIFY_YOUR_PASSPHRASE_HERE</gpg.passphrase>
b23ce5f
      -->
b23ce5f
    <gpg.useagent>true</gpg.useagent>
b23ce5f
    
b23ce5f
    <createChecksum>true</createChecksum>
b23ce5f
    
b23ce5f
         See http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
b23ce5f
      -->
b23ce5f
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
b23ce5f
    
b23ce5f
         Valid values: sane|insane
b23ce5f
      -->
b23ce5f
    <sanity>insane</sanity>
b23ce5f
  </properties>
b23ce5f
b23ce5f
</project>