You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "David Jackman (JIRA)" <ji...@codehaus.org> on 2005/08/24 20:34:02 UTC

[jira] Created: (MPSCM-64) Unable to change project.xml file that contains xsd information

Unable to change project.xml file that contains xsd information
---------------------------------------------------------------

         Key: MPSCM-64
         URL: http://jira.codehaus.org/browse/MPSCM-64
     Project: maven-scm-plugin
        Type: Bug
    Versions: 1.4    
 Reporter: David Jackman
    Priority: Blocker


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.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPRELEASE-16) Unable to change project.xml file that contains xsd information

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPRELEASE-16?page=all ]
     
fabrizio giustina closed MPRELEASE-16:
--------------------------------------

      Assign To: fabrizio giustina
     Resolution: Fixed
    Fix Version: 1.5

fixed in version 1.5 of the RELEASE plugin (the scm goal just call code from the release plugin)

> Unable to change project.xml file that contains xsd information
> ---------------------------------------------------------------
>
>          Key: MPRELEASE-16
>          URL: http://jira.codehaus.org/browse/MPRELEASE-16
>      Project: maven-release-plugin
>         Type: Bug

>     Reporter: David Jackman
>     Assignee: fabrizio giustina
>     Priority: Blocker
>      Fix For: 1.5

>
>
> 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.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org