Sync the latest code changes
[aai/aai-common.git] / aai-core / pom.xml
index a93e2e6..63a5d83 100644 (file)
             <artifactId>commons-lang</artifactId>
             <version>2.6</version>
         </dependency>
+       <dependency>
+           <groupId>org.apache.commons</groupId>
+           <artifactId>commons-text</artifactId>
+           <version>1.1</version>
+           <scope>compile</scope>
+       </dependency>
         <dependency>
             <groupId>com.att.eelf</groupId>
             <artifactId>eelf-core</artifactId>
             <version>1.4.0</version>
             <scope>test</scope>
         </dependency>
-    </dependencies>
+       </dependencies>
 
     <build>
         <plugins>
                             <!-- <append>true</append> -->
                         </configuration>
                     </execution>
+                               <execution>
+                                   <id>post-unit-test</id>
+                                   <phase>test</phase>
+                                   <goals>
+                                       <goal>report</goal>
+                                   </goals>
+                                   <configuration>
+                                       <!-- Sets the path to the file which contains the execution data. -->
+                                       <dataFile>${project.build.directory}/coverage-reports/jacoco.exec</dataFile>
+                                       <!-- Sets the output directory for the code coverage report. -->
+                                       <outputDirectory>${project.reporting.outputDirectory}/jacoco</outputDirectory>
+                                   </configuration>
+                               </execution>
                 </executions>
             </plugin>
             <plugin>
                 <version>2.12.4</version>
                 <configuration>
                     <argLine>-noverify ${argLine}</argLine>
+                    <runOrder>alphabetical</runOrder>
                     <systemPropertyVariables>
                         <AJSC_HOME>.</AJSC_HOME>
                         <BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>