255 lines
7.1 KiB
Python
255 lines
7.1 KiB
Python
# -*- python -*-
|
|
# vim: ft=python
|
|
config = {
|
|
"buildrequires": [
|
|
"javapackages-tools",
|
|
"platform",
|
|
],
|
|
"requires": [
|
|
"javapackages-tools",
|
|
"platform",
|
|
],
|
|
|
|
"bootstrap": False,
|
|
"full_refs": False,
|
|
"default_ref": "tycho",
|
|
"include_build_deps": True,
|
|
"closure": False,
|
|
"filter_unused": False,
|
|
"topo_sort": True,
|
|
|
|
"api": [
|
|
"tycho",
|
|
"tycho-extras",
|
|
"cbi-plugins",
|
|
"takari-tycho-support",
|
|
],
|
|
"profiles": {
|
|
"default": [
|
|
"tycho",
|
|
"tycho-extras",
|
|
],
|
|
},
|
|
"filter": [
|
|
],
|
|
"includes": [
|
|
],
|
|
"excludes": [
|
|
# Additional Runtime Exclusions
|
|
"apache-commons-configuration",
|
|
"avalon-framework",
|
|
"avalon-logkit",
|
|
"dain-snappy",
|
|
"extra166y",
|
|
"fop",
|
|
"gpars",
|
|
"groovy",
|
|
"jcsp",
|
|
"maven-javadoc-plugin",
|
|
"multiverse",
|
|
"netty-tcnative",
|
|
"netty3",
|
|
"parboiled",
|
|
"pdfbox",
|
|
"pegdown",
|
|
"xstream",
|
|
# Additional Buildtime Exclusions
|
|
"aalto-xml",
|
|
"aesh",
|
|
"antlr3",
|
|
"antlr32",
|
|
"apacheds",
|
|
"apache-commons-dbcp",
|
|
"apache-commons-pool",
|
|
"avro",
|
|
"bookkeeper",
|
|
"buildnumber-maven-plugin",
|
|
"byte-buddy",
|
|
"bytelist",
|
|
"classmate",
|
|
"curator",
|
|
"eclipselink-persistence-api",
|
|
"ehcache-core",
|
|
"fastutil",
|
|
"felix-bundlerepository",
|
|
"geronimo-validation",
|
|
"geronimo-interceptor",
|
|
"gnu-getopt",
|
|
"guava",
|
|
"hadoop",
|
|
"hibernate3",
|
|
"hibernate-jpa-2.0-api",
|
|
"hibernate-validator",
|
|
"hppc",
|
|
"jackson",
|
|
"jboss-annotations-1.2-api",
|
|
"jboss-classfilewriter",
|
|
"jboss-ejb-3.2-api",
|
|
"jboss-el-3.0-api",
|
|
"jboss-logging",
|
|
"jboss-logging-tools",
|
|
"jboss-marshalling",
|
|
"jboss-remoting",
|
|
"jboss-remoting-jmx",
|
|
"jboss-sasl",
|
|
"jboss-transaction-1.1-api",
|
|
"jcodings",
|
|
"jctools",
|
|
"jdeparser",
|
|
"jersey1",
|
|
"jets3t",
|
|
"jffi",
|
|
"jgroups",
|
|
"jna",
|
|
"jnr-constants",
|
|
"jnr-enxio",
|
|
"jnr-ffi",
|
|
"jnr-netdb",
|
|
"jnr-posix",
|
|
"jnr-x86asm",
|
|
"joda-time",
|
|
"jsr-311",
|
|
"kohsuke-pom",
|
|
"leveldb-java",
|
|
"leveldbjni",
|
|
"log4j",
|
|
"maven-mapping",
|
|
"metrics",
|
|
"mx4j",
|
|
"netty",
|
|
"objectweb-asm3",
|
|
"protobuf",
|
|
"protoparser",
|
|
"resteasy",
|
|
"rhino",
|
|
"scala",
|
|
"snappy-java",
|
|
"stax2-api",
|
|
"stream-lib",
|
|
"stringtemplate",
|
|
"stringtemplate4",
|
|
"wildfly-common",
|
|
"xnio",
|
|
# eclipse (without contributor_tools and tests)
|
|
"apache-commons-fileupload",
|
|
"eclipse-egit",
|
|
# eclipse-ecf (without providers)
|
|
"dnsjava",
|
|
"irclib",
|
|
# batik (jp_minimal)
|
|
"jython",
|
|
# mustache-java (jp_minimal)
|
|
"jackson-dataformats-text",
|
|
"cli-parser",
|
|
# tesla-polyglot (jp_minimal)
|
|
"mvn(org.codehaus.gmavenplus:gmavenplus-plugin)",
|
|
"mvn(org.codehaus.groovy:groovy)",
|
|
"snakeyaml",
|
|
"base64coder",
|
|
# lucene (jp_minimal)
|
|
"antlr4",
|
|
"morfologik-stemming",
|
|
"nekohtml",
|
|
"randomizedtesting",
|
|
"spatial4j",
|
|
# jetty (jp_minimal)
|
|
"geronimo-jaspic-spec",
|
|
"glassfish-transaction-api",
|
|
"glassfish-websocket-api",
|
|
"infinispan",
|
|
"jboss-websocket-1.0-api",
|
|
"jetty-alpn",
|
|
"jetty-alpn-api",
|
|
"jetty-artifact-remote-resources",
|
|
"jetty-assembly-descriptors",
|
|
"jetty-distribution-remote-resources",
|
|
"jetty-parent",
|
|
"jetty-schemas",
|
|
"jetty-test-helper",
|
|
"jetty-test-policy",
|
|
"jetty-toolchain",
|
|
"jnr-unixsocket",
|
|
"maven-war-plugin",
|
|
"mongo-java-driver",
|
|
"protostream",
|
|
"springframework",
|
|
"tomcat",
|
|
"tomcat-taglibs-standard",
|
|
"weld-api",
|
|
"weld-core",
|
|
],
|
|
"module_excludes": {
|
|
("javapackages-tools", "201801"),
|
|
},
|
|
"frozen_refs": [
|
|
],
|
|
"stream_override": {
|
|
"javapackages-tools": {
|
|
"1.3": "[201801]",
|
|
},
|
|
"platform": {
|
|
"1.3": "[f31]",
|
|
},
|
|
},
|
|
|
|
"macros": {
|
|
"_with_bootstrap": 1,
|
|
"_with_jp_minimal": 1,
|
|
"_without_jgit_eclipse_features": 1,
|
|
},
|
|
|
|
"summary": "Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven",
|
|
"description": """\
|
|
Tycho is a set of Maven plugins and extensions for building Eclipse plugins and
|
|
OSGI bundles with Maven. Eclipse plugins and OSGI bundles have their own metadata
|
|
for expressing dependencies, source folder locations, etc. that are normally found
|
|
in a Maven POM. Tycho uses native metadata for Eclipse plugins and OSGi bundles
|
|
and uses the POM to configure and drive the build. Tycho supports bundles, fragments,
|
|
features, update site projects and RCP applications. Tycho also knows how to run
|
|
JUnit test plugins using OSGi runtime and there is also support for sharing build
|
|
results using Maven artifact repositories.
|
|
|
|
Tycho plugins introduce new packaging types and the corresponding lifecycle bindings
|
|
that allow Maven to use OSGi and Eclipse metadata during a Maven build. OSGi rules
|
|
are used to resolve project dependencies and package visibility restrictions are
|
|
honored by the OSGi-aware JDT-based compiler plugin. Tycho will use OSGi metadata
|
|
and OSGi rules to calculate project dependencies dynamically and injects them
|
|
into the Maven project model at build time. Tycho supports all attributes supported
|
|
by the Eclipse OSGi resolver (Require-Bundle, Import-Package, Eclipse-GenericRequire,
|
|
etc). Tycho will use proper classpath access rules during compilation. Tycho supports
|
|
all project types supported by PDE and will use PDE/JDT project metadata where
|
|
possible. One important design goal in Tycho is to make sure there is no duplication
|
|
of metadata between POM and OSGi metadata.
|
|
""",
|
|
|
|
"koji_config": {
|
|
"server": "https://koji.fedoraproject.org/kojihub",
|
|
"topurl": "https://kojipkgs.fedoraproject.org/",
|
|
"multicall_chunk_size": 1000,
|
|
"tag_name": "f30-build",
|
|
},
|
|
"dependency": {
|
|
"repo_arch": "x86_64",
|
|
"resolve_for_arch": "x86_64",
|
|
"ignore_weak_deps": True,
|
|
"cache_l2_capacity": 2,
|
|
},
|
|
"directories": {
|
|
"cachedir": "/tmp/maven-modulemd-gen",
|
|
},
|
|
"logging": {
|
|
"version": 1,
|
|
"loggers": {
|
|
"": {
|
|
"level": "INFO",
|
|
"handlers": ["stderr"],
|
|
},
|
|
},
|
|
"handlers": {
|
|
"stderr": {
|
|
"class": "logging.StreamHandler",
|
|
"stream": "ext://sys.stderr"
|
|
},
|
|
},
|
|
},
|
|
}
|