Mickaël Remars created NPANDAY-582:
--------------------------------------

             Summary: Default value of testAssemblyPath does not work on 
linux/mono
                 Key: NPANDAY-582
                 URL: https://issues.apache.org/jira/browse/NPANDAY-582
             Project: NPanday
          Issue Type: Bug
          Components: Maven Plugins
    Affects Versions: 1.5.0-incubating
         Environment: Debian
            Reporter: Mickaël Remars


This default value contains a backslash which linux does not like. This should 
be replaced with a slash to work on both windows and linux.

--- 
a/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/AbstractTestrelatedMojo.java
+++ 
b/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/AbstractTestrelatedMojo.java
@@ -28,7 +28,7 @@ public abstract class AbstractTestrelatedMojo
     /**
      * Test Assembly Location
      *
-     * @parameter expression = "${testAssemblyPath}" default-value = 
"${project.build.directory}\\test-assemblies"
+     * @parameter expression = "${testAssemblyPath}" default-value = 
"${project.build.directory}/test-assemblies"
      */
     protected String testAssemblyPath;
 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to