Friday, October 22, 2010

another test

 <execution>
   <id>add-test-source</id>
   <phase>generate-sources</phase>
   <goals>
    <goal>add-test-source</goal>
   </goals> 
    <configuration>
      <sources>
      <source>src/test/scala</source>
     </sources>
    </configuration>
  </execution>

No comments:

Post a Comment