Changes for page Naming and Metadata
Last modified by aas2 on 2023/07/11 10:32
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. cds1 +XWiki.tig - Content
-
... ... @@ -103,6 +103,31 @@ 103 103 104 104 == Automatic Build Integration == 105 105 106 +* New plugin 107 +** ((( 108 +New plugins need a {{code language="none"}}pom.xml{{/code}} in the plugin's root folder 109 + 110 +{{code title="plugin pom.xml" language="html/xml" collapse="true"}} 111 + <?xml version="1.0" encoding="UTF-8"?> 112 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 113 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 114 + <modelVersion>4.0.0</modelVersion> 115 + <parent> 116 + <groupId>de.cau.cs.kieler</groupId> 117 + <artifactId>plugins</artifactId> 118 + <version>0.0.1-SNAPSHOT</version> 119 + </parent> 120 + <groupId>de.cau.cs.kieler</groupId> 121 + <artifactId>de.cau.cs.kieler.core</artifactId> 122 + <version>0.7.0-SNAPSHOT</version> 123 + <packaging>eclipse-plugin</packaging> 124 +</project> 125 + 126 + 127 +{{/code}} 128 +))) 129 +** Make sure that (% style="font-family: monospace;" %)<version> 130 + 106 106 {{warning}} 107 107 This section hasn't been written yet. 108 108 {{/warning}}
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -154013 31 +1540137 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/154013 3/Naming and Metadata1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/1540137/Naming and Metadata