Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-1246

target/test-classes isn't added to ${project.testClasspathElements} variable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0 (RC)
    • 2.0.1
    • None
    • hmm, doesnt matter i think

    Description

      MavenProject.getTestClasspathElemets()

      Following line should be added:
      list.add( getBuild().getTestOutputDirectory() );

      right after line:
      list.add( getBuild().getOutputDirectory() );

      Attachments

        1. MNG-1246.patch
          0.4 kB
          Allan Q. Ramirez

        Activity

          People

            aramirez Allan Q. Ramirez
            pburdylo Piotr Burdylo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: