blob: 2b3c1928a399fcf1434f272530d0c11115a8500f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
xml.namespace="http://maven.apache.org/SCM/GIT/${version}"
xml.schemaLocation="http://maven.apache.org/xsd/scm-git-${version}.xsd">
<id>git</id>
<name>Git</name>
<description>git Provider Model.</description>
<defaults>
<default>
<key>package</key>
<value>org.apache.maven.scm.providers.gitlib.settings</value>
</default>
</defaults>
<classes>
<class rootElement="true" xml.tagName="git-settings">
<name>Settings</name>
<version>1.0.0+</version>
<fields>
<field>
<name>revParseDateFormat</name>
<version>1.0.0+</version>
<type>String</type>
<defaultValue>yyyy-MM-dd HH:mm:ss</defaultValue>
<description><![CDATA[
git format allowed by changelog command.
]]></description>
</field>
<field>
<name>traceGitCommand</name>
<version>1.0.0+</version>
<type>String</type>
<defaultValue></defaultValue>
<description><![CDATA[
Traces the execution of a git command.
could be 1,2, true or a file location
]]></description>
</field>
<field>
<name>gitCommand</name>
<version>1.1.0+</version>
<type>String</type>
<defaultValue>git</defaultValue>
<description><![CDATA[
The actual name of the git executable
]]></description>
</field>
<field>
<name>commitNoVerify</name>
<version>1.0.0+</version>
<type>boolean</type>
<defaultValue>false</defaultValue>
<description>use the option --no-verify (can prevent trailing whitespace issue with cygwin)</description>
</field>
</fields>
</class>
</classes>
</model>