protected String getClassesDirectory()

in src/main/java/org/apache/maven/plugins/jdeps/TestJDKInternalsMojo.java [59:62]


    protected String getClassesDirectory()
    {
        return getProject().getBuild().getTestOutputDirectory();
    }