Änderungen von Dokument Plugin-Entwicklung
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Anhänge (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -83,7 +83,7 @@ 83 83 84 84 {{code language="xml"}} 85 85 <properties> 86 - <xfc.version>7. 0.10</xfc.version>86 + <xfc.version>7.2.1</xfc.version> 87 87 </properties> 88 88 89 89 <dependencies> ... ... @@ -137,7 +137,7 @@ 137 137 ; Implementation-Version 138 138 : Erforderlich. Version des Plugins; Diese wird z.B. in der Oberfläche angezeigt. 139 139 ; Plugin-Key 140 -: Erforderlch. Wird zur Identifizierung des Plugin innherhalb von {{formcycle/}} verwendet, und auch von etwa dem Deploy-Plugin oder Server-Plugin. 140 +: Erforderlch. Wird zur Identifizierung des Plugin innherhalb von {{formcycle/}} verwendet, und auch von etwa dem Deploy-Plugin oder Server-Plugin. Empfohlener Wert ist {{code}}${project.groupId}:${project.artifactId}{{/code}}. 141 141 ; Build-Time oder Build-Timestamp 142 142 : Optional. Wird bei SNAPSHOT-Versionen mit angezeigt, um den SNAPSHOT zu identifizieren. 143 143
- pom.xml
-
- Größe
-
... ... @@ -1,1 +1,1 @@ 1 -5. 7KB1 +5.8 KB - Inhalt
-
... ... @@ -15,7 +15,7 @@ 15 15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 16 16 17 17 <!-- Dependencies --> 18 - <xfc.version>7. 0.10</xfc.version>18 + <xfc.version>7.2.1</xfc.version> 19 19 <junit-jupiter.version>5.6.0</junit-jupiter.version> 20 20 21 21 <!-- Plugins --> ... ... @@ -139,6 +139,7 @@ 139 139 <manifestEntries> 140 140 <formcycle-version-requirement>${xfc.version}</formcycle-version-requirement> 141 141 <Build-Timestamp>${maven.build.timestamp}</Build-Timestamp> 142 + <Plugin-Key>${project.groupId}:${project.artifactId}</Plugin-Key> 142 142 <Implementation-Title>${project.groupId}:${project.artifactId}</Implementation-Title> 143 143 <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id> 144 144 <Implementation-Version>${project.version}</Implementation-Version>