vijayjcp / powermock

Automatically exported from code.google.com/p/powermock
Apache License 2.0
0 stars 2 forks source link

Add src folder in tutorial project #217

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 22 Jul 2010 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 10 Apr 2011 at 12:50