Issue Details (XML | Word | Printable)

Key: MPRELEASE-16
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: fabrizio giustina
Reporter: David Jackman
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Release Plugin

Unable to change project.xml file that contains xsd information

Created: 24/Aug/05 01:33 PM   Updated: 07/Dec/05 05:41 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.5

Time Tracking:
Not Specified


 Description  « Hide
A project.xml that contains xsd can't be parsed and changed by the scm:prepare-release goal for some reason. Mine looks like this:

<project
xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
...
</project>

The worst part is the goal doesn't fail when this error occurs, so the source still gets tagged and the build succeeds.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
fabrizio giustina added a comment - 07/Dec/05 05:41 PM
fixed in version 1.5 of the RELEASE plugin (the scm goal just call code from the release plugin)