From 0efc30237632cca9fc4f431fa3ed57644f0716cd Mon Sep 17 00:00:00 2001 From: unknown <spinners@SPINNERS-E7440.vmware.com> Date: Thu, 11 Dec 2014 20:57:39 -0800 Subject: [PATCH] Restructure POM hierarchy for aggregated build. --- edu.kit.ipd.descartes.core.edit/pom.xml | 5 +-- edu.kit.ipd.descartes.core/pom.xml | 5 +-- edu.kit.ipd.descartes.identifier.edit/pom.xml | 5 +-- edu.kit.ipd.descartes.identifier/pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- edu.kit.ipd.descartes.mm.adaptation/pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- edu.kit.ipd.descartes.mm.deployment/pom.xml | 5 +-- .../pom.xml | 11 +++++ .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- .../pom.xml | 5 +-- edu.kit.ipd.descartes.mm.usageprofile/pom.xml | 5 +-- .../pom.xml | 5 +-- edu.kit.ipd.descartes.perfdatarepo/pom.xml | 5 +-- pom.xml | 42 +++++++++++++++++++ 27 files changed, 103 insertions(+), 75 deletions(-) create mode 100644 edu.kit.ipd.descartes.mm.predictionset/pom.xml create mode 100644 pom.xml diff --git a/edu.kit.ipd.descartes.core.edit/pom.xml b/edu.kit.ipd.descartes.core.edit/pom.xml index 01346e66..8745748a 100644 --- a/edu.kit.ipd.descartes.core.edit/pom.xml +++ b/edu.kit.ipd.descartes.core.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.core/pom.xml b/edu.kit.ipd.descartes.core/pom.xml index f6b562b0..cea420d2 100644 --- a/edu.kit.ipd.descartes.core/pom.xml +++ b/edu.kit.ipd.descartes.core/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.identifier.edit/pom.xml b/edu.kit.ipd.descartes.identifier.edit/pom.xml index 1df918fc..48593d5c 100644 --- a/edu.kit.ipd.descartes.identifier.edit/pom.xml +++ b/edu.kit.ipd.descartes.identifier.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.identifier/pom.xml b/edu.kit.ipd.descartes.identifier/pom.xml index b9308725..71de7d92 100644 --- a/edu.kit.ipd.descartes.identifier/pom.xml +++ b/edu.kit.ipd.descartes.identifier/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.adaptation.edit/pom.xml b/edu.kit.ipd.descartes.mm.adaptation.edit/pom.xml index 6a2471e4..55551bf2 100644 --- a/edu.kit.ipd.descartes.mm.adaptation.edit/pom.xml +++ b/edu.kit.ipd.descartes.mm.adaptation.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.adaptation.editor/pom.xml b/edu.kit.ipd.descartes.mm.adaptation.editor/pom.xml index c423bf35..ef708441 100644 --- a/edu.kit.ipd.descartes.mm.adaptation.editor/pom.xml +++ b/edu.kit.ipd.descartes.mm.adaptation.editor/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.adaptation/pom.xml b/edu.kit.ipd.descartes.mm.adaptation/pom.xml index 4a753af2..7dbb74b7 100644 --- a/edu.kit.ipd.descartes.mm.adaptation/pom.xml +++ b/edu.kit.ipd.descartes.mm.adaptation/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.adaptationpoints.edit/pom.xml b/edu.kit.ipd.descartes.mm.adaptationpoints.edit/pom.xml index 7bc54b51..1e0d7f7f 100644 --- a/edu.kit.ipd.descartes.mm.adaptationpoints.edit/pom.xml +++ b/edu.kit.ipd.descartes.mm.adaptationpoints.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.adaptationpoints.editor/pom.xml b/edu.kit.ipd.descartes.mm.adaptationpoints.editor/pom.xml index 1900a29f..7268bd3c 100644 --- a/edu.kit.ipd.descartes.mm.adaptationpoints.editor/pom.xml +++ b/edu.kit.ipd.descartes.mm.adaptationpoints.editor/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.adaptationpoints/pom.xml b/edu.kit.ipd.descartes.mm.adaptationpoints/pom.xml index aba253aa..8b866500 100644 --- a/edu.kit.ipd.descartes.mm.adaptationpoints/pom.xml +++ b/edu.kit.ipd.descartes.mm.adaptationpoints/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.applicationlevel.edit/pom.xml b/edu.kit.ipd.descartes.mm.applicationlevel.edit/pom.xml index 654c49f5..7c891bdd 100644 --- a/edu.kit.ipd.descartes.mm.applicationlevel.edit/pom.xml +++ b/edu.kit.ipd.descartes.mm.applicationlevel.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.applicationlevel.editor/pom.xml b/edu.kit.ipd.descartes.mm.applicationlevel.editor/pom.xml index f61fe119..099d93e0 100644 --- a/edu.kit.ipd.descartes.mm.applicationlevel.editor/pom.xml +++ b/edu.kit.ipd.descartes.mm.applicationlevel.editor/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.applicationlevel.library/pom.xml b/edu.kit.ipd.descartes.mm.applicationlevel.library/pom.xml index 5c31e561..1fb19815 100644 --- a/edu.kit.ipd.descartes.mm.applicationlevel.library/pom.xml +++ b/edu.kit.ipd.descartes.mm.applicationlevel.library/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.applicationlevel/pom.xml b/edu.kit.ipd.descartes.mm.applicationlevel/pom.xml index e6dc4cf2..33d142c1 100644 --- a/edu.kit.ipd.descartes.mm.applicationlevel/pom.xml +++ b/edu.kit.ipd.descartes.mm.applicationlevel/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.deployment.edit/pom.xml b/edu.kit.ipd.descartes.mm.deployment.edit/pom.xml index b76711fd..01b95b2e 100644 --- a/edu.kit.ipd.descartes.mm.deployment.edit/pom.xml +++ b/edu.kit.ipd.descartes.mm.deployment.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.deployment.editor/pom.xml b/edu.kit.ipd.descartes.mm.deployment.editor/pom.xml index e6978b6f..34537685 100644 --- a/edu.kit.ipd.descartes.mm.deployment.editor/pom.xml +++ b/edu.kit.ipd.descartes.mm.deployment.editor/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.deployment/pom.xml b/edu.kit.ipd.descartes.mm.deployment/pom.xml index 2a4655ed..d0f5bba0 100644 --- a/edu.kit.ipd.descartes.mm.deployment/pom.xml +++ b/edu.kit.ipd.descartes.mm.deployment/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.predictionset/pom.xml b/edu.kit.ipd.descartes.mm.predictionset/pom.xml new file mode 100644 index 00000000..22af0e67 --- /dev/null +++ b/edu.kit.ipd.descartes.mm.predictionset/pom.xml @@ -0,0 +1,11 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <artifactId>edu.kit.ipd.descartes.mm.predictionset</artifactId> + <packaging>eclipse-plugin</packaging> + + <parent> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> +</project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.resourcelandscape.edit/pom.xml b/edu.kit.ipd.descartes.mm.resourcelandscape.edit/pom.xml index 52fdb3e8..7749fa70 100644 --- a/edu.kit.ipd.descartes.mm.resourcelandscape.edit/pom.xml +++ b/edu.kit.ipd.descartes.mm.resourcelandscape.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.resourcelandscape.editor/pom.xml b/edu.kit.ipd.descartes.mm.resourcelandscape.editor/pom.xml index 759bc103..b24dca42 100644 --- a/edu.kit.ipd.descartes.mm.resourcelandscape.editor/pom.xml +++ b/edu.kit.ipd.descartes.mm.resourcelandscape.editor/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.resourcelandscape/pom.xml b/edu.kit.ipd.descartes.mm.resourcelandscape/pom.xml index 7d9e4984..980e7d85 100644 --- a/edu.kit.ipd.descartes.mm.resourcelandscape/pom.xml +++ b/edu.kit.ipd.descartes.mm.resourcelandscape/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.usageprofile.edit/pom.xml b/edu.kit.ipd.descartes.mm.usageprofile.edit/pom.xml index c657c4cd..af3829f5 100644 --- a/edu.kit.ipd.descartes.mm.usageprofile.edit/pom.xml +++ b/edu.kit.ipd.descartes.mm.usageprofile.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.usageprofile.editor/pom.xml b/edu.kit.ipd.descartes.mm.usageprofile.editor/pom.xml index 352f4b7b..bbad23bd 100644 --- a/edu.kit.ipd.descartes.mm.usageprofile.editor/pom.xml +++ b/edu.kit.ipd.descartes.mm.usageprofile.editor/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.mm.usageprofile/pom.xml b/edu.kit.ipd.descartes.mm.usageprofile/pom.xml index d91d04c7..2a2d551e 100644 --- a/edu.kit.ipd.descartes.mm.usageprofile/pom.xml +++ b/edu.kit.ipd.descartes.mm.usageprofile/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.perfdatarepo.edit/pom.xml b/edu.kit.ipd.descartes.perfdatarepo.edit/pom.xml index 10e1ece9..7754526c 100644 --- a/edu.kit.ipd.descartes.perfdatarepo.edit/pom.xml +++ b/edu.kit.ipd.descartes.perfdatarepo.edit/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.perfdatarepo/pom.xml b/edu.kit.ipd.descartes.perfdatarepo/pom.xml index 4730c9b2..e80d8c45 100644 --- a/edu.kit.ipd.descartes.perfdatarepo/pom.xml +++ b/edu.kit.ipd.descartes.perfdatarepo/pom.xml @@ -4,9 +4,8 @@ <packaging>eclipse-plugin</packaging> <parent> - <groupId>edu.kit.ipd.descartes.mm</groupId> - <artifactId>edu.kit.ipd.descartes.releng</artifactId> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../releng/edu.kit.ipd.descartes.releng</relativePath> </parent> </project> \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..1d820491 --- /dev/null +++ b/pom.xml @@ -0,0 +1,42 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>edu.kit.ipd.descartes.dml.mm</groupId> + <artifactId>dml-mm</artifactId> + <packaging>pom</packaging> + + <parent> + <groupId>edu.kit.ipd.descartes.dml</groupId> + <artifactId>edu.kit.ipd.descartes.dml.releng</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../edu.kit.ipd.descartes.dml.releng</relativePath> + </parent> + + <modules> + <module>edu.kit.ipd.descartes.core</module> + <module>edu.kit.ipd.descartes.core.edit</module> + <module>edu.kit.ipd.descartes.identifier</module> + <module>edu.kit.ipd.descartes.identifier.edit</module> + <module>edu.kit.ipd.descartes.mm.adaptation</module> + <module>edu.kit.ipd.descartes.mm.adaptation.edit</module> + <module>edu.kit.ipd.descartes.mm.adaptation.editor</module> + <module>edu.kit.ipd.descartes.mm.adaptationpoints</module> + <module>edu.kit.ipd.descartes.mm.adaptationpoints.edit</module> + <module>edu.kit.ipd.descartes.mm.adaptationpoints.editor</module> + <module>edu.kit.ipd.descartes.mm.applicationlevel</module> + <module>edu.kit.ipd.descartes.mm.applicationlevel.edit</module> + <module>edu.kit.ipd.descartes.mm.applicationlevel.editor</module> + <module>edu.kit.ipd.descartes.mm.applicationlevel.library</module> + <module>edu.kit.ipd.descartes.mm.deployment</module> + <module>edu.kit.ipd.descartes.mm.deployment.edit</module> + <module>edu.kit.ipd.descartes.mm.deployment.editor</module> + <module>edu.kit.ipd.descartes.mm.predictionset</module> + <module>edu.kit.ipd.descartes.mm.resourcelandscape</module> + <module>edu.kit.ipd.descartes.mm.resourcelandscape.edit</module> + <module>edu.kit.ipd.descartes.mm.resourcelandscape.editor</module> + <module>edu.kit.ipd.descartes.mm.usageprofile</module> + <module>edu.kit.ipd.descartes.mm.usageprofile.edit</module> + <module>edu.kit.ipd.descartes.mm.usageprofile.editor</module> + <module>edu.kit.ipd.descartes.mm.perfdatarepo</module> + <module>edu.kit.ipd.descartes.mm.perfdatarepo.edit</module> + </modules> +</project> \ No newline at end of file -- GitLab