[ 
http://jira.codehaus.org/browse/SUREFIRE-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kristian Rosenvold updated SUREFIRE-627:
----------------------------------------

    Component/s: Maven Surefire Plugin

> maven surefire additionalClasspathElements single test
> ------------------------------------------------------
>
>                 Key: SUREFIRE-627
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-627
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>         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

        

Reply via email to