From 8f49a2a0c12c5db2a9742f75d918d41c8fde8cef Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Sat, 21 Jul 2018 12:52:55 +0200 Subject: [PATCH] Add MIME type info for Maven https://bugs.freedesktop.org/show_bug.cgi?id=107322 --- freedesktop.org.xml.in | 7 +++ tests/list | 2 + tests/pom.xml | 110 +++++++++++++++++++++++++++++++++++++++++ tests/settings.xml | 15 ++++++ 4 files changed, 134 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 5cc2f44..b3b8b34 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -6495,6 +6495,13 @@ command to generate the output files. + + <_comment>Maven project management config files + + + + + <_comment>XMCD CD database diff --git a/tests/list b/tests/list index a49f515..6d9b99c 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 text/x-maven+xml ox +settings.xml text/x-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