diff options
author | Thomas <> | 2023-02-06 15:05:58 +0100 |
---|---|---|
committer | Thomas <> | 2023-02-06 15:05:58 +0100 |
commit | dec2644d62af093a4c88298b9908d8d23b70b28d (patch) | |
tree | c38d3dd94763901ed0e84e9a025ec181d70a338f /build_reporting | |
parent | a0320b9505073357bbd085e5ee4a4894ecd1e9f3 (diff) | |
download | EAAF-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
Diffstat (limited to 'build_reporting')
-rw-r--r-- | build_reporting/pom.xml | 6 |
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> |