Author: svn-site-role Date: Thu Aug 7 11:17:10 2025 New Revision: 1927667 Log: Site checkin for project Apache Maven Site
Added: maven/website/content/xsd/git-settings-1.1.0.xsd maven/website/content/xsd/svn-settings-2.1.2.xsd Added: maven/website/content/xsd/git-settings-1.1.0.xsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ maven/website/content/xsd/git-settings-1.1.0.xsd Thu Aug 7 11:17:10 2025 (r1927667) @@ -0,0 +1,66 @@ +<?xml version="1.0"?> +<!-- 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. --> +<!-- =================== DO NOT EDIT THIS FILE ==================== --> +<!-- Generated by Modello 2.5.1, --> +<!-- any modifications will be overwritten. --> +<!-- ============================================================== --> +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://maven.apache.org/SCM/GIT/1.1.0" targetNamespace="http://maven.apache.org/SCM/GIT/1.1.0"> + <xs:element name="git-settings" type="Settings"> + <xs:annotation> + <xs:documentation source="version">1.0.0+</xs:documentation> + </xs:annotation> + </xs:element> + <xs:complexType name="Settings"> + <xs:annotation> + <xs:documentation source="version">1.0.0+</xs:documentation> + </xs:annotation> + <xs:all> + <xs:element minOccurs="0" name="revParseDateFormat" type="xs:string" default="yyyy-MM-dd HH:mm:ss"> + <xs:annotation> + <xs:documentation source="version">1.0.0+</xs:documentation> + <xs:documentation source="description"> + git format allowed by changelog command. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element minOccurs="0" name="traceGitCommand" type="xs:string" default=""> + <xs:annotation> + <xs:documentation source="version">1.0.0+</xs:documentation> + <xs:documentation source="description"> + Traces the execution of a git command. + could be 1,2, true or a file location + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element minOccurs="0" name="gitCommand" type="xs:string" default="git"> + <xs:annotation> + <xs:documentation source="version">1.1.0+</xs:documentation> + <xs:documentation source="description"> + The actual name of the git executable + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element minOccurs="0" name="commitNoVerify" type="xs:boolean" default="false"> + <xs:annotation> + <xs:documentation source="version">1.0.0+</xs:documentation> + <xs:documentation source="description">use the option --no-verify (can prevent trailing whitespace issue with cygwin)</xs:documentation> + </xs:annotation> + </xs:element> + </xs:all> + </xs:complexType> +</xs:schema> \ No newline at end of file Added: maven/website/content/xsd/svn-settings-2.1.2.xsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ maven/website/content/xsd/svn-settings-2.1.2.xsd Thu Aug 7 11:17:10 2025 (r1927667) @@ -0,0 +1,84 @@ +<?xml version="1.0"?> +<!-- 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. --> +<!-- =================== DO NOT EDIT THIS FILE ==================== --> +<!-- Generated by Modello 2.5.1, --> +<!-- any modifications will be overwritten. --> +<!-- ============================================================== --> +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://maven.apache.org/SCM/SVN/2.1.2" targetNamespace="http://maven.apache.org/SCM/SVN/2.1.2"> + <xs:element name="svn-settings" type="Settings"> + <xs:annotation> + <xs:documentation source="version">1.0.0+</xs:documentation> + </xs:annotation> + </xs:element> + <xs:complexType name="Settings"> + <xs:annotation> + <xs:documentation source="version">1.0.0+</xs:documentation> + </xs:annotation> + <xs:all> + <xs:element minOccurs="0" name="configDirectory" type="xs:string"> + <xs:annotation> + <xs:documentation source="version">1.0.0+</xs:documentation> + <xs:documentation source="description"> + Instructs Subversion to read configuration information from the specified directory instead of the default location. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element minOccurs="0" name="useCygwinPath" type="xs:boolean" default="false"> + <xs:annotation> + <xs:documentation source="version">1.1.0+</xs:documentation> + <xs:documentation source="description"> + Must be <code>true</code> if svn is a cygwin svn command. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element minOccurs="0" name="cygwinMountPath" type="xs:string" default="/cygwin"> + <xs:annotation> + <xs:documentation source="version">1.1.0+</xs:documentation> + <xs:documentation source="description"> + The cygwin mount path. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element minOccurs="0" name="useNonInteractive" type="xs:boolean" default="false"> + <xs:annotation> + <xs:documentation source="version">1.1.0+</xs:documentation> + <xs:documentation source="description"> + Switch on if you want to use <code>--non-interactive</code> irrespective of the interactive flag set on the according SCM provider. The value false means that provider's interactive flag is used to determine this CLI argument. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element minOccurs="0" name="useAuthCache" type="xs:boolean" default="false"> + <xs:annotation> + <xs:documentation source="version">1.1.0+</xs:documentation> + <xs:documentation source="description"> + Switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy). + If you don't change this, the command line option <code>--no-auth-cache</code> is used. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element minOccurs="0" name="trustServerCert" type="xs:boolean" default="false"> + <xs:annotation> + <xs:documentation source="version">1.1.0+</xs:documentation> + <xs:documentation source="description"> + Switch on to use svn command line option: <code>--trust-server-cert</code>. + </xs:documentation> + </xs:annotation> + </xs:element> + </xs:all> + </xs:complexType> +</xs:schema> \ No newline at end of file
