Fix: Created dummy Maven project/config file 93/8893/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 15 Aug 2022 13:30:01 +0000 (14:30 +0100)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 15 Aug 2022 13:30:25 +0000 (14:30 +0100)
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: Ia3818120722bc97e8aad3e85969e86c3f81d633e

pom.xml [new file with mode: 0644]

diff --git a/pom.xml b/pom.xml
new file mode 100644 (file)
index 0000000..0bd74ba
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>dummy.project.app</groupId>
+  <artifactId>dummy-app</artifactId>
+  <version>1.0-SNAPSHOT</version>
+
+</project>