diff --git a/dhp-workflows/dhp-swh/pom.xml b/dhp-workflows/dhp-swh/pom.xml new file mode 100644 index 000000000..4a8de493e --- /dev/null +++ b/dhp-workflows/dhp-swh/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + eu.dnetlib.dhp + dhp + 1.2.5-SNAPSHOT + ../../pom.xml + + + dhp-swh + + + 8 + 8 + UTF-8 + + + \ No newline at end of file diff --git a/dhp-workflows/dhp-swh/src/main/java/eu/dnetlib/dhp/Main.java b/dhp-workflows/dhp-swh/src/main/java/eu/dnetlib/dhp/Main.java new file mode 100644 index 000000000..72d39af59 --- /dev/null +++ b/dhp-workflows/dhp-swh/src/main/java/eu/dnetlib/dhp/Main.java @@ -0,0 +1,7 @@ +package eu.dnetlib.dhp; + +public class Main { + public static void main(String[] args) { + System.out.println("Hello world!"); + } +} \ No newline at end of file