Change-Id: I523f3a0a3619feace27493e3f7111bcca9e5add9
Issue-ID: SDC-1385
Signed-off-by: dfx1971 <avi.ziv@amdocs.com>
                 </executions>
             </plugin>
 
+
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>create-reporting-folders</id>
+                        <phase>generate-sources</phase>
+                        <configuration>
+                            <tasks>
+                                <echo message="Generate reports and downloads folders"/>
+                                <mkdir dir="${basedir}/report"/>
+                                <mkdir dir="${basedir}/resources/downloads"/>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
             <!-- ============================================= -->
             <!-- Build the UI module node code -->
             <!-- ============================================= -->