From d4cc493c2571d6198d22e625d1824ab57ec8c66d Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Sat, 21 Jul 2018 12:52:55 +0200 Subject: [PATCH 3/3] Add MIME type info for Maven https://bugs.freedesktop.org/show_bug.cgi?id=107322 --- freedesktop.org.xml.in | 12 +++++ tests/list | 2 + tests/pom.xml | 110 +++++++++++++++++++++++++++++++++++++++++ tests/settings.xml | 15 ++++++ 4 files changed, 139 insertions(+) create mode 100644 tests/pom.xml create mode 100644 tests/settings.xml diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index dbd0c7e..46fe7d2 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -6499,6 +6499,18 @@ command to generate the output files. + + <_comment>Maven buildsystem + Maven + + + + + + + + + <_comment>XMCD CD database diff --git a/tests/list b/tests/list index 4f24b6d..a02e58b 100644 --- a/tests/list +++ b/tests/list @@ -368,6 +368,8 @@ test.mml application/mathml+xml ox # Qt Linguist: https://bugreports.qt.io/browse/QTBUG-64435 linguist.ts text/vnd.qt.linguist test.xsl application/xslt+xml +pom.xml application/maven+xml ox +settings.xml application/maven+xml ox test.cbl text/x-cobol ox # Copied from http://docs.newzbin.com/index.php/Newzbin:NZB_Specs sample1.nzb application/x-nzb diff --git a/tests/pom.xml b/tests/pom.xml new file mode 100644 index 0000000..520047e --- /dev/null +++ b/tests/pom.xml @@ -0,0 +1,110 @@ + + 4.0.0 + Maven Default Project + + + + central + Maven Repository Switchboard + default + http://repo1.maven.org/maven2 + + false + + + + + + + central + Maven Plugin Repository + http://repo1.maven.org/maven2 + default + + false + + + never + + + + + + target + target/classes + ${artifactId}-${version} + target/test-classes + src/main/java + src/main/scripts + src/test/java + + + src/main/resources + + + + + src/test/resources + + + + + + target/site + + + + + release-profile + + + + performRelease + + + + + + + true + org.apache.maven.plugins + maven-source-plugin + + + + attach-sources + + jar + + + + + + true + org.apache.maven.plugins + maven-javadoc-plugin + + + + attach-javadocs + + jar + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + + + + + + diff --git a/tests/settings.xml b/tests/settings.xml new file mode 100644 index 0000000..39a3115 --- /dev/null +++ b/tests/settings.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + -- 2.18.0