From ac98b31b68fcdf3133041d64e38fd2478202c227 Mon Sep 17 00:00:00 2001 From: Samil Ayoub Date: Wed, 2 Sep 2020 14:09:44 +0100 Subject: [PATCH] Add Maven Assembly plugin to pom.xml --- simple-factory/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 simple-factory/pom.xml diff --git a/simple-factory/pom.xml b/simple-factory/pom.xml new file mode 100644 index 000000000..e7d28511f --- /dev/null +++ b/simple-factory/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.24.0-SNAPSHOT + + simple-factory + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + + + + com.iluwatar.abstractfactory.App + + + + + + + + + \ No newline at end of file