Open GoogleCodeExporter opened 9 years ago
E.g. <!-- Add src/ft/java to classpath --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>add-test-source</id> <phase>generate-sources</phase> <goals> <goal>add-test-source</goal> </goals> <configuration> <sources> <source>src/ft/java</source> </sources> </configuration> </execution> </executions> </plugin>
Original issue reported on code.google.com by johan.ha...@gmail.com on 14 Dec 2009 at 7:18
johan.ha...@gmail.com
Original comment by johan.ha...@gmail.com on 22 Jul 2010 at 9:27
Original comment by johan.ha...@gmail.com on 10 Apr 2011 at 12:50
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 14 Dec 2009 at 7:18