Author: vsiveton Date: Sat Aug 16 06:10:19 2008 New Revision: 686492 URL: http://svn.apache.org/viewvc?rev=686492&view=rev Log: o normalized date o added license header
Modified: maven/scm/trunk/src/site/apt/accurev.apt maven/scm/trunk/src/site/apt/bazaar.apt maven/scm/trunk/src/site/apt/clearcase.apt maven/scm/trunk/src/site/apt/cvs.apt maven/scm/trunk/src/site/apt/git.apt maven/scm/trunk/src/site/apt/guide/index.apt maven/scm/trunk/src/site/apt/guide/new_provider.apt maven/scm/trunk/src/site/apt/guide/usage.apt maven/scm/trunk/src/site/apt/index.apt maven/scm/trunk/src/site/apt/local.apt maven/scm/trunk/src/site/apt/mercurial.apt maven/scm/trunk/src/site/apt/perforce.apt maven/scm/trunk/src/site/apt/scm-commands.apt maven/scm/trunk/src/site/apt/scm-url-format.apt maven/scm/trunk/src/site/apt/scms-overview.apt maven/scm/trunk/src/site/apt/scmtools.apt maven/scm/trunk/src/site/apt/starteam.apt maven/scm/trunk/src/site/apt/subversion.apt maven/scm/trunk/src/site/apt/synergy.apt maven/scm/trunk/src/site/apt/vss.apt Modified: maven/scm/trunk/src/site/apt/accurev.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/accurev.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/accurev.apt (original) +++ maven/scm/trunk/src/site/apt/accurev.apt Sat Aug 16 06:10:19 2008 @@ -6,6 +6,26 @@ 2008-08-10 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: Accurev * General Info Modified: maven/scm/trunk/src/site/apt/bazaar.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/bazaar.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/bazaar.apt (original) +++ maven/scm/trunk/src/site/apt/bazaar.apt Sat Aug 16 06:10:19 2008 @@ -1,11 +1,31 @@ ------ SCM Implementation: Bazaar ------ - Torbjørn Eikli Smørgrav + Torbj�rn Eikli Sm�rgrav ------ - 1 February 2006 + 2006-02-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: Bazaar * General Info Modified: maven/scm/trunk/src/site/apt/clearcase.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/clearcase.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/clearcase.apt (original) +++ maven/scm/trunk/src/site/apt/clearcase.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe, Arne Degenring ------ - 1 December 2005, last update on 22 March 2007 + 2007-03-22 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: ClearCase * General Info @@ -72,7 +92,7 @@ ** Auto-generated config spec For many users of a base ClearCase SCM installation, auto-generated config specs are more convenient than user-supplied - config specs. Instead of being forced to provide a config spec file at an external location, the SCM URL contains + config specs. Instead of being forced to provide a config spec file at an external location, the SCM URL contains all information that is needed to check out the code. Specify one load rule for the project you want to check out within the SCM URL, as in the following examples: @@ -160,7 +180,7 @@ ** ClearCase Type - By default, the ClearCase SCM provider uses commands appropriate for the full ClearCase version. If you are using ClearCase LT or + By default, the ClearCase SCM provider uses commands appropriate for the full ClearCase version. If you are using ClearCase LT or ClearCase UCM instead, you must specify this fact in the clearcase-settings.xml file. ------- Modified: maven/scm/trunk/src/site/apt/cvs.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/cvs.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/cvs.apt (original) +++ maven/scm/trunk/src/site/apt/cvs.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: CVS * General Info @@ -33,7 +53,7 @@ * pserver, connecting to a password-authenticating server - * sspi, secure authentication (less supported by clients and servers, may require using native implementation, for more details see "How to choose the CVS provider implementation") + * sspi, secure authentication (less supported by clients and servers, may require using native implementation, for more details see "How to choose the CVS provider implementation") * ext, connecting to a server using an external rsh program Modified: maven/scm/trunk/src/site/apt/git.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/git.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/git.apt (original) +++ maven/scm/trunk/src/site/apt/git.apt Sat Aug 16 06:10:19 2008 @@ -6,6 +6,26 @@ 2008-08-10 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: Git * General Info Modified: maven/scm/trunk/src/site/apt/guide/index.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/guide/index.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/guide/index.apt (original) +++ maven/scm/trunk/src/site/apt/guide/index.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Maven Team ------ - 12 March 2007 + 2007-03-12 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + Guides * {{{usage.html}How to use Maven-SCM in my application?}} Modified: maven/scm/trunk/src/site/apt/guide/new_provider.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/guide/new_provider.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/guide/new_provider.apt (original) +++ maven/scm/trunk/src/site/apt/guide/new_provider.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Maven Team ------ - 27 March 2007 + 2007-03-27 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + How to write a new SCM provider? * What are the steps to write a new Maven-SCM provider? Modified: maven/scm/trunk/src/site/apt/guide/usage.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/guide/usage.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/guide/usage.apt (original) +++ maven/scm/trunk/src/site/apt/guide/usage.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Maven Team ------ - 26 March 2007 + 2007-03-26 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + How to use Maven-SCM in my application? * Create an SCM Manager Modified: maven/scm/trunk/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/index.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/index.apt (original) +++ maven/scm/trunk/src/site/apt/index.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + Maven SCM Maven SCM supports Maven 2.x plugins (e.g. Modified: maven/scm/trunk/src/site/apt/local.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/local.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/local.apt (original) +++ maven/scm/trunk/src/site/apt/local.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: File System * General Info @@ -23,7 +43,7 @@ ------- <path_to_repository>: The absolute or relative path to the parent directory of your pom.xml - + <module_name>: The name of the directory that contains your pom.xml Modified: maven/scm/trunk/src/site/apt/mercurial.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/mercurial.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/mercurial.apt (original) +++ maven/scm/trunk/src/site/apt/mercurial.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Ryan Daum ------ - 12 April 2007 + 2007-04-12 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: Mercurial * General Info Modified: maven/scm/trunk/src/site/apt/perforce.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/perforce.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/perforce.apt (original) +++ maven/scm/trunk/src/site/apt/perforce.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: Perforce * General Info @@ -32,7 +52,7 @@ * Associating Jobs with checkin changelist Many Perforce installation have a 'require job' rule/trigger turned on. - To allow checkin when such a rule is defined, the system property maven.scm.jobs + To allow checkin when such a rule is defined, the system property maven.scm.jobs can be set to specify a job that will be associated with the changelist on checkin. Handling of multiple jobs is currently not implemented. Sample: -Dmaven.scm.jobs=JOB1234 Modified: maven/scm/trunk/src/site/apt/scm-commands.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/scm-commands.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/scm-commands.apt (original) +++ maven/scm/trunk/src/site/apt/scm-commands.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + Maven SCM Commands Maven SCM uses a exposes a fixed set of commands for it users. The providers for each SCM must implements those commands through Modified: maven/scm/trunk/src/site/apt/scm-url-format.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/scm-url-format.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/scm-url-format.apt (original) +++ maven/scm/trunk/src/site/apt/scm-url-format.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Emmanuel Venisse ------ - 28 June 2005 + 2005-06-05 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM URL Format * SCM Url Modified: maven/scm/trunk/src/site/apt/scms-overview.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/scms-overview.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/scms-overview.apt (original) +++ maven/scm/trunk/src/site/apt/scms-overview.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + Overview of SCM's Maven SCM supports many SCM's. This is a list of all currently known SCM's: @@ -31,7 +51,7 @@ * {{{accurev.html}Accurev}} * {{{clearcase.html}ClearCase}} - + * {{{git.html}Git}} * {{{local.html}File system}} Modified: maven/scm/trunk/src/site/apt/scmtools.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/scmtools.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/scmtools.apt (original) +++ maven/scm/trunk/src/site/apt/scmtools.apt Sat Aug 16 06:10:19 2008 @@ -4,6 +4,26 @@ Emmanuel Venisse ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + Accurev Link : {{http://www.accurev.com/}} Modified: maven/scm/trunk/src/site/apt/starteam.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/starteam.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/starteam.apt (original) +++ maven/scm/trunk/src/site/apt/starteam.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: StarTeam * General Info Modified: maven/scm/trunk/src/site/apt/subversion.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/subversion.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/subversion.apt (original) +++ maven/scm/trunk/src/site/apt/subversion.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: Subversion * General Info Modified: maven/scm/trunk/src/site/apt/synergy.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/synergy.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/synergy.apt (original) +++ maven/scm/trunk/src/site/apt/synergy.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Julien Henry (Capgemini) & La Poste ------ - October, 23 2006 + 2006-10-23 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: CM/Synergy * General Info Modified: maven/scm/trunk/src/site/apt/vss.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/vss.apt?rev=686492&r1=686491&r2=686492&view=diff ============================================================================== --- maven/scm/trunk/src/site/apt/vss.apt (original) +++ maven/scm/trunk/src/site/apt/vss.apt Sat Aug 16 06:10:19 2008 @@ -3,9 +3,29 @@ ------ Wim Deblauwe ------ - 1 December 2005 + 2005-12-01 ------ +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + SCM Implementation: Visual Source Safe * General Info