debian-koji/tests/test_lib/data/maven/config.ini
2017-06-01 09:39:24 +02:00

52 lines
896 B
INI

[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