You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Palsson (JIRA)" <ji...@codehaus.org> on 2010/01/18 14:28:55 UTC

[jira] Created: (MCHANGES-191) changes schema version should be determined from the document, not speficied in the pom

changes schema version should be determined from the document, not speficied in the pom
---------------------------------------------------------------------------------------

                 Key: MCHANGES-191
                 URL: http://jira.codehaus.org/browse/MCHANGES-191
             Project: Maven 2.x Changes Plugin
          Issue Type: Bug
          Components: changes-report
    Affects Versions: 2.3
            Reporter: Karl Palsson


With multiple changes.xsd schema versions, the changes validator should determine the document version from the document itself, instead of relying on a configuration parameter.

Currently, you need 
{code:xml}
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changes-plugin</artifactId>
        <version>${changesPluginVersion}</version>   
        <executions>
          <execution>
             ...
            <configuration>
              <changesXsdVersion>1.0.1</changesXsdVersion>
            </configuration>
          </execution>
        </executions>     
      </plugin>
{code}

To actually use a different schema version, regardless of what the target namespace of the changes.xml file is.

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