!1 package init

Merge pull request !1 from maminjie/master
This commit is contained in:
openeuler-ci-bot 2020-09-02 15:33:51 +08:00 committed by Gitee
commit ea4fa5ace5
3 changed files with 37 additions and 0 deletions

BIN
takari-27.tar.gz Normal file

Binary file not shown.

33
takari-pom.spec Normal file
View File

@ -0,0 +1,33 @@
Name: takari-pom
Version: 27
Release: 1
Summary: Takari parent POM
License: EPL-1.0
URL: https://github.com/takari/takari-pom/
BuildArch: noarch
Source0: https://github.com/takari/takari-pom/archive/takari-%{version}.tar.gz
BuildRequires: maven-local mvn(io.takari.maven.plugins:takari-lifecycle-plugin)
Obsoletes: tesla-pom < 4-7
%description
Takari is a next generation development infrastructure framework. This
package provides Takari POM file to by used by Apache Maven.
%prep
%setup -q -n %{name}-takari-%{version}
%mvn_alias : io.tesla:tesla
%pom_xpath_inject 'pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId="takari-lifecycle-plugin"]/pom:configuration' '<proc>none</proc>'
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license LICENSE.txt
%changelog
* Fri Aug 14 2020 maminjie <maminjie1@huawei.com> - 27-1
- package init

4
takari-pom.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: takari/takari-pom
tag_prefix: "tesla-"
seperator: "."