Changes for page Creating an Extension

Last modified by Vincent Massol on 2023/11/09

<
From version < 10.2 >
edited by Adel Atallah
on 2018/05/10
To version < 11.1 >
edited by Adel Atallah
on 2018/05/10
>
Change comment: Rollback to version 10.1

Summary

Details

Page properties
Content
... ... @@ -38,9 +38,10 @@
38 38  Notice the usage of a Contrib Parent POM which automatically provides configuration for lots of things. To know more about how to use the Contrib Parent POM check the [[documentation for it on GitHub>>https://github.com/xwiki-contrib/parent]].
39 39  
40 40  {{code language="xml"}}
41 +<?xml version="1.0" encoding="UTF-8"?>
41 41  
42 -
43 43  <!--
44 + *
44 44   * See the NOTICE file distributed with this work for additional
45 45   * information regarding copyright ownership.
46 46   *
... ... @@ -58,6 +58,7 @@
58 58   * License along with this software; if not, write to the Free
59 59   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
60 60   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
62 + *
61 61  -->
62 62  
63 63  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Get Connected