You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "This is a Eclipse Update Site for the PMD Eclipse Plugin for version ${PMD_CI_MAVEN_PROJECT_VERSION} ($(date -Iminutes)).\n\n<https://github.com/pmd/pmd-eclipse-plugin/>"> snapshot/index.md
82
+
echo"This is a Eclipse Update Site for the [PMD Eclipse Plugin](https://github.com/pmd/pmd-eclipse-plugin/) ${PMD_CI_MAVEN_PROJECT_VERSION}.
83
+
84
+
Use <https://pmd.github.io/pmd-eclipse-plugin-p2-site/snapshot/> to install the plugin with the Eclipse Update Manager.
85
+
86
+
<dl>
87
+
<dt>Feature ID</dt>
88
+
<dd>net.sourceforge.pmd.eclipse</dd>
89
+
<dt>Version</dt>
90
+
<dd>${qualifiedVersion}</dd>
91
+
</dl>
92
+
93
+
"> snapshot/index.md
79
94
git add snapshot
80
95
81
96
# create a new single commit
@@ -179,7 +194,19 @@ function regenerate_metadata() {
179
194
foriin"${releases[@]}";do
180
195
children="${children} <child location=\"$i\"/>\n"
181
196
children_index="${children_index} * [$i]($i/)\n"
182
-
echo -e "This is a Eclipse Update Site for the PMD Eclipse Plugin for version $i.\n\n<https://github.com/pmd/pmd-eclipse-plugin/>">"$i"/index.md
197
+
echo"This is a Eclipse Update Site for the [PMD Eclipse Plugin](https://github.com/pmd/pmd-eclipse-plugin/) ${i}.
198
+
199
+
Use <https://pmd.github.io/pmd-eclipse-plugin-p2-site/${i}/> to install the plugin with the Eclipse Update Manager.
0 commit comments