Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.2
-
Fix Version/s: 3.2
-
Component/s: Maven Plugin
-
Labels:None
-
Environment:Maven 2.2.1
-
Number of attachments :
Description
Modifying the sourceDirectory and testSourceDirectory properties works as expected under Maven 3 but a error occurs under Maven 2.2.1 "ERROR: Cannot override read-only parameter: sourceDirectory in goal: jbehave:run-stories-as-paths"
Upgrading to Maven 3 is currently not a option as this was discovered by a CI build running in Hudson and it does not support Maven 3 as a project type.
Activity

Field | Original Value | New Value |
---|---|---|
Summary | The sourceDirectory propertey of the jbehave-maven-plugin is read-only in maven 2.2.1 | The sourceDirectory property of the jbehave-maven-plugin is read-only in maven 2.2.1 |
Fix Version/s | 3.2 [ 16757 ] | |
Fix Version/s | 3.x [ 16979 ] |

Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Hi Alan, we can make the sourceDirectory not read-only, but why would you need that?