March 09
Prof. Ismael H. F. Santos                                                                               2
Working with multiple project builds
nJUnit4 plugin
n    <plugin>
n       <artifactId>maven-surefire-plugin</artifactId>
n       <version>2.3</version>
n     </plugin>
n
nIncluir tambem no pom.xml master file
n     <dependencies>
n      <dependency>
n        <groupId>junit</groupId>
n        <artifactId>junit</artifactId>
n        <version>4.5</version>
n        <scope>test</scope>
n      </dependency>
n    </dependencies>
n