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
  <parent>
b23ce5f
    <groupId>org.apache.derby</groupId>
b23ce5f
    <artifactId>derby-project</artifactId>
b23ce5f
    <version>10.6.1.0</version>
b23ce5f
  </parent>
b23ce5f
  <artifactId>derbytools</artifactId>
b23ce5f
  <name>Apache Derby Tools</name>
b23ce5f
  <description>Contains Apache Derby tools like ij, sysinfo, and dblook.</description>
b23ce5f
b23ce5f
  <build>
b23ce5f
    <plugins>
b23ce5f
        <plugin>
b23ce5f
            <artifactId>maven-antrun-plugin</artifactId>
b23ce5f
            <executions>
b23ce5f
                <execution>
b23ce5f
                    <phase>package</phase>
b23ce5f
                    <configuration>
b23ce5f
                        <tasks>
b23ce5f
b23ce5f
                
b23ce5f
                      tofile="${basedir}/target/${project.build.finalName}.jar"
b23ce5f
                      overwrite="true"/>
b23ce5f
b23ce5f
                        </tasks>
b23ce5f
                    </configuration>
b23ce5f
                    <goals>
b23ce5f
                        <goal>run</goal>
b23ce5f
                    </goals>
b23ce5f
                </execution>
b23ce5f
            </executions>
b23ce5f
        </plugin>
b23ce5f
    </plugins>
b23ce5f
  </build>
b23ce5f
b23ce5f
</project>