summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-02-06 15:05:58 +0100
committerThomas <>2023-02-06 15:05:58 +0100
commitdec2644d62af093a4c88298b9908d8d23b70b28d (patch)
treec38d3dd94763901ed0e84e9a025ec181d70a338f
parenta0320b9505073357bbd085e5ee4a4894ecd1e9f3 (diff)
downloadEAAF-Components-dec2644d62af093a4c88298b9908d8d23b70b28d.tar.gz
EAAF-Components-dec2644d62af093a4c88298b9908d8d23b70b28d.tar.bz2
EAAF-Components-dec2644d62af093a4c88298b9908d8d23b70b28d.zip
build(core): re-name reporting module to mitigate problem with some IDE's
-rw-r--r--build_reporting/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml
index b3c40be0..2a91a2b4 100644
--- a/build_reporting/pom.xml
+++ b/build_reporting/pom.xml
@@ -8,9 +8,9 @@
<artifactId>eaaf</artifactId>
<version>1.3.14-SNAPSHOT</version>
</parent>
- <artifactId>build_reporting</artifactId>
+ <artifactId>eaaf_build_reporting</artifactId>
<packaging>pom</packaging>
- <name>Reporting Module</name>
+ <name>EAAF Reporting-Module</name>
<dependencies>
<dependency>
@@ -87,4 +87,4 @@
</plugins>
</build>
-</project> \ No newline at end of file
+</project>