ut: koji.utils - cases for related Maven build utils

This commit is contained in:
Yuming Zhu 2016-11-14 03:17:08 +00:00 committed by Mike McLean
parent edbed0a167
commit de5a34288a
8 changed files with 430 additions and 5 deletions

View file

View file

@ -0,0 +1,16 @@
[pkg]
type=maven
patches=patchurl
specfile=specfile
goals=goal1 goal2
profiles=profile1 profile2
packages=pkg1 pkg2
jvm_options=--opt1 --opt2=val
maven_options=--opt1 --opt2=val
properties: p1=1
p2
p3=ppp3
envs:e1=1
e2=2
buildrequires=r1 r2
otheropts=others

View file

@ -0,0 +1,17 @@
[pkg]
type=other
scmurl=scmurl
patches=patchurl
specfile=specfile
goals=goal1 goal2
profiles=profile1 profile2
packages=pkg1 pkg2
jvm_options=--opt1 --opt2=val
maven_options=--opt1 --opt2=val
properties: p1=1
p2
p3=ppp3
envs:e1=1
e2=2
buildrequires=r1 r2
otheropts=others

View file

@ -0,0 +1,17 @@
[pkg]
type=wrapper
scmurl=scmurl
patches=patchurl
specfile=specfile
goals=goal1 goal2
profiles=profile1 profile2
packages=pkg1 pkg2
jvm_options=--opt1 --opt2=val
maven_options=--opt1 --opt2=val
properties: p1=1
p2
p3=ppp3
envs:e1=1
e2=2
buildrequires=r1 r2
otheropts=others

View file

@ -0,0 +1,52 @@
[pkg1]
scmurl=scmurl
patches=patchurl
specfile=specfile
goals=goal1 goal2
profiles=profile1 profile2
packages=pkg1 pkg2
jvm_options=--opt1 --opt2=val
maven_options=--opt1 --opt2=val
properties: p1=1
p2
p3=ppp3
envs:e1=1
e2=2
buildrequires=r1 r2
otheropts=others
[pkg2]
type=maven
scmurl=scmurl
patches=patchurl
specfile=specfile
goals=goal1 goal2
profiles=profile1 profile2
packages=pkg1 pkg2
jvm_options=--opt1 --opt2=val
maven_options=--opt1 --opt2=val
properties: p1=1
p2
p3=ppp3
envs:e1=1
e2=2
buildrequires=r1 r2
otheropts=others
[pkg3]
type=wrapper
scmurl=scmurl
patches=patchurl
specfile=specfile
goals=goal1 goal2
profiles=profile1 profile2
packages=pkg1 pkg2
jvm_options=--opt1 --opt2=val
maven_options=--opt1 --opt2=val
properties: p1=1
p2
p3=ppp3
envs:e1=1
e2=2
buildrequires=r1
otheropts=others

View file

@ -0,0 +1,16 @@
[pkg4]
scmurl=scmurl
patches=patchurl
specfile=specfile
goals=goal1 goal2
profiles=profile1 profile2
packages=pkg1 pkg2
jvm_options=--opt1 --opt2=val
maven_options=--opt1 --opt2=val
properties: p1=1
p2
p3=ppp3
envs:e1=1
e2=2
buildrequires=r1 r2
otheropts=others