Move artifacts to top-level directory 90/75390/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Aug 2018 21:50:55 +0000 (23:50 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Aug 2018 21:54:37 +0000 (23:54 +0200)
common/artifacts is not really useful, move it to artifacts.

Change-Id: I3045e95e5d5db3cb7df4efabbb296a869ceb3a4b
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 c4e7bf254aa17e203a7906f53d77cde2700cb40f..77a8143d5f227037a85a0378254f90e0b6c274f0 100644 (file)
@@ -23,7 +23,6 @@
     <packaging>pom</packaging>
 
     <modules>
-        <module>artifacts</module>
         <module>checkstyle-logging</module>
         <module>concepts</module>
         <module>mockito-configuration</module>
diff --git a/pom.xml b/pom.xml
index f2441660759da903fbbefd38f0fa2422ea5f730c..c08d2a7029061e4ef3fba74e72ed96f3732b6f64 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
     </scm>
 
     <modules>
+        <module>artifacts</module>
         <module>benchmarks</module>
         <module>common</module>
         <module>features</module>