Skip to content

Commit bff3d16

Browse files
authored
Merge pull request #75 from eMoflon/feature/re-add-pmd-plugin
Revert "Removes additional plugin: PMD (incompatibility)"
2 parents cf2fe2e + 54a9566 commit bff3d16

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Furthermore, all pattern matcher integrations for eMoflon::IBeX (HiPE and Democl
2424
**Additional packages** are installed for every non-CI build.
2525
Currently, the list of additional packages includes:
2626
- [EclEmma](https://www.eclemma.org/)
27+
- [PMD](https://pmd.github.io/latest/index.html)
2728
- [Checkstyle](https://checkstyle.org/eclipse-cs/#!/)
2829
- [SpotBugs](https://spotbugs.github.io/https://spotbugs.github.io/)
2930

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ OUTPUT_FILE_PREFIX_LINUX="eclipse-emoflon-linux"
3333
OUTPUT_FILE_PREFIX_WINDOWS="eclipse-emoflon-windows"
3434
OUTOUT_FILE_PREFIX_MACOS="eclipse-emoflon-macos"
3535
MIRROR="https://ftp.fau.de"
36-
UPDATESITES="https://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/,https://hallvard.github.io/plantuml/,https://hipe-devops.github.io/HiPE-Updatesite/hipe.updatesite/,https://www.kermeta.org/k2/update,https://emoflon.org/emoflon-ibex-updatesite/snapshot/updatesite/,https://www.genuitec.com/updates/devstyle/ci/,https://download.eclipse.org/releases/$VERSION,https://www.codetogether.com/updates/ci/,http://update.eclemma.org/,https://checkstyle.org/eclipse-cs-update-site/,https://spotbugs.github.io/eclipse/"
36+
UPDATESITES="https://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/,https://hallvard.github.io/plantuml/,https://hipe-devops.github.io/HiPE-Updatesite/hipe.updatesite/,https://www.kermeta.org/k2/update,https://emoflon.org/emoflon-ibex-updatesite/snapshot/updatesite/,https://www.genuitec.com/updates/devstyle/ci/,https://download.eclipse.org/releases/$VERSION,https://www.codetogether.com/updates/ci/,http://update.eclemma.org/,https://pmd.github.io/pmd-eclipse-plugin-p2-site/,https://checkstyle.org/eclipse-cs-update-site/,https://spotbugs.github.io/eclipse/"
3737
EMOFLON_HEADLESS_SRC="https://api.github.com/repos/eMoflon/emoflon-headless/releases/latest"
3838

3939
# Import plug-in:

packages/additional-packages.list

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
org.eclipse.eclemma.feature.feature.group
2+
net.sourceforge.pmd.eclipse.feature.group
23
net.sf.eclipsecs.feature.group
34
com.github.spotbugs.plugin.eclipse.feature.group

0 commit comments

Comments
 (0)