Move mdsal-artifacts to toplevel 29/75129/2
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 11 Aug 2018 08:01:48 +0000 (10:01 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 11 Aug 2018 08:10:39 +0000 (10:10 +0200)
As per best practices, move mdsal-artifacts to the root of our
project.

Change-Id: Ibb9880aa4875d706a04a3dd7c94e7796dd4ee1ae
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml [moved from common/artifacts/pom.xml with 100% similarity]
common/pom.xml
pom.xml

similarity index 100%
rename from common/artifacts/pom.xml
rename to artifacts/pom.xml
index 9fb5d22ba989e7a737016e75b5adab58946b720d..60c899ca03654252cc5ea928ac8b7d28c652e237 100644 (file)
@@ -32,7 +32,6 @@
 
     <modules>
       <module>parent</module>
-      <module>artifacts</module>
       <module>features</module>
       <module>mdsal-common-api</module>
       <module>mdsal-common-util</module>
diff --git a/pom.xml b/pom.xml
index 87167057a26a55c24b28270c3c93b8317b8f70b4..7967b4def0cde177ebb7013694381009242214a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
     </scm>
 
     <modules>
+        <module>artifacts</module>
         <module>common</module>
         <module>dom</module>
         <module>binding</module>