package init
This commit is contained in:
parent
adef2937e6
commit
4f079d0f6f
BIN
maven-injection-plugin-1.0.2.tar.xz
Normal file
BIN
maven-injection-plugin-1.0.2.tar.xz
Normal file
Binary file not shown.
36
maven-injection-plugin.spec
Normal file
36
maven-injection-plugin.spec
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
Name: maven-injection-plugin
|
||||||
|
Version: 1.0.2
|
||||||
|
Release: 1
|
||||||
|
Summary: Bytecode injection at Maven build time
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: http://www.jboss.org
|
||||||
|
Source0: http://www.zhangsheng.org/magic/3.0/sources/SOURCES.m/maven-injection-plugin/maven-injection-plugin-1.0.2.tar.xz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: maven-local mvn(javassist:javassist) mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven-plugin-api)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
|
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
||||||
|
%description
|
||||||
|
This package provides capability to perform bytecode injection as part of build.
|
||||||
|
|
||||||
|
%package javadoc
|
||||||
|
Summary: Javadocs for %{name}
|
||||||
|
%description javadoc
|
||||||
|
This package contains the API documentation for %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%mvn_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%mvn_install
|
||||||
|
|
||||||
|
%files -f .mfiles
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Aug 26 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.0.2-1
|
||||||
|
- Package init
|
||||||
4
maven-injection-plugin.yaml
Normal file
4
maven-injection-plugin.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: NA
|
||||||
|
src_repo: NA
|
||||||
|
tag_pattern: NA
|
||||||
|
seperator: NA
|
||||||
Loading…
x
Reference in New Issue
Block a user