[
https://jira.codehaus.org/browse/MCHANGES-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MCHANGES-191.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> changes schema version should be determined from the document, not speficied
> in the pom
> ---------------------------------------------------------------------------------------
>
> Key: MCHANGES-191
> URL: https://jira.codehaus.org/browse/MCHANGES-191
> Project: Maven Changes Plugin
> Issue Type: Bug
> Components: changes.xml
> 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 was sent by Atlassian JIRA
(v6.1.6#6162)