maven surefire additionalClasspathElements single test ------------------------------------------------------
Key: MNG-4719 URL: http://jira.codehaus.org/browse/MNG-4719 Project: Maven 2 & 3 Issue Type: Bug Components: General Affects Versions: 2.2.1 Environment: MAC Reporter: Yaman Ustuntas hi, I have one main and one test config file which is shared by several maven projects. While testing, I am specifying the classpath to the directory where the test config file is. This works fine if the whole project is tested/build but it doesn't work while running single tests. The config file is not found in the classpath. here is the config: <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <additionalClasspathElements> <element>${project.parent.basedir}/conf/test</element> </additionalClasspathElements> </configuration> </plugin> any ideas why surefire ignores the property for running single tests? thank you -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira