diff --git a/maker/java/org/lionsoul/ip2region/MakerTest.java b/maker/java/org/lionsoul/ip2region/MakerTest.java new file mode 100644 index 0000000..4639393 --- /dev/null +++ b/maker/java/org/lionsoul/ip2region/MakerTest.java @@ -0,0 +1,11 @@ +// Copyright 2022 The Ip2Region Authors. All rights reserved. +// Use of this source code is governed by a Apache2.0-style +// license that can be found in the LICENSE file. +// +// @Author Lion +// @Date 2022/07/12 + +package org.lionsoul.ip2region; + +public class MakerTest { +} diff --git a/maker/java/org/lionsoul/ip2region/xdb/Maker.java b/maker/java/org/lionsoul/ip2region/xdb/Maker.java new file mode 100644 index 0000000..b28c829 --- /dev/null +++ b/maker/java/org/lionsoul/ip2region/xdb/Maker.java @@ -0,0 +1,11 @@ +// Copyright 2022 The Ip2Region Authors. All rights reserved. +// Use of this source code is governed by a Apache2.0-style +// license that can be found in the LICENSE file. +// +// @Author Lion +// @Date 2022/07/12 + +package org.lionsoul.ip2region.xdb; + +public class Maker { +} diff --git a/maker/java/pom.xml b/maker/java/pom.xml new file mode 100644 index 0000000..391aef7 --- /dev/null +++ b/maker/java/pom.xml @@ -0,0 +1,190 @@ + + + 4.0.0 + + org.lionsoul + ip2region + 2.6.4 + jar + + ip2region + https://github.com/lionsoul2014/ip2region + Open source offline internet address db manager framework and locator + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + git@github.com:lionsoul2014/ip2region.git + scm:git:git@github.com:lionsoul2014/ip2region.git + scm:git:git@github.com:lionsoul2014/ip2region.git + + + + + lionsoul + chenxin + chenxin619315@gmail.com + + + + + https://github.com/lionsoul2014/ip2region/issues + Github issues + + + + UTF-8 + UTF-8 + + + + + junit + junit + 4.13.1 + test + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + package + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + + attach-javadocs + package + + jar + + + ${javadoc.opts} + + + + + false + + + + + org.apache.maven.plugins + maven-shade-plugin + 1.4 + + + package + + shade + + + + + org.lionsoul.ip2region.MakerTest + + + + + + + + + + + + java8-doclint-disabled + + [1.8,) + + + -Xdoclint:none + + + + release + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + package + + jar + + + ${javadoc.opts} + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + verify + + sign + + + + + + + + + oss + https://oss.sonatype.org/content/repositories/snapshots/ + + + oss + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + +