mirror of
https://github.com/Wisser/Jailer.git
synced 2026-02-20 01:10:16 -06:00
added pom-template
This commit is contained in:
59
admin/oss/jailer-engine-X.pom
Normal file
59
admin/oss/jailer-engine-X.pom
Normal file
@@ -0,0 +1,59 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>io.github.wisser</groupId>
|
||||
<artifactId>jailer-engine</artifactId>
|
||||
<!version>X</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>jailer-engine</name>
|
||||
<description>Database subsetting tool</description>
|
||||
<url>https://github.com/Wisser/Jailer</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Ralf Wisser</name>
|
||||
<email>rwisser@users.sourceforge.net</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>https://github.com/Wisser/Jailer.git</connection>
|
||||
<url>http://github.com/Wisser/Jailer/tree/master</url>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>args4j</groupId>
|
||||
<artifactId>args4j</artifactId>
|
||||
<version>2.33</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.4.199</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -1,5 +1,5 @@
|
||||
gpg -ab jailer-engine-V.jar
|
||||
gpg -ab jailer-engine-V-sources.jar
|
||||
gpg -ab jailer-engine-V-javadoc.jar
|
||||
gpg -ab jailer-engine-V.pom
|
||||
gpg -ab jailer-engine-X.jar
|
||||
gpg -ab jailer-engine-X-sources.jar
|
||||
gpg -ab jailer-engine-X-javadoc.jar
|
||||
gpg -ab jailer-engine-X.pom
|
||||
jar -cvf bundle.jar *.jar *.pom *.asc
|
||||
|
||||
Reference in New Issue
Block a user