summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-04-14 07:57:38 -0400
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-04-14 07:57:38 -0400
commit77051c4f70f450a4363be7ae587de36efc1fdd54 (patch)
treed573268256e17f084824688cc5434434b48b05b1 /pom.xml
parent4cef115e3fbd228a84ad48eed7af5403e8c8c46e (diff)
Added more units and dimensions to the converter.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8b3bc0d..5b3e468 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,18 @@
<configuration>
<mainClass>org.unitConverter.converterGUI.UnitConverterGUI</mainClass>
</configuration>
- </plugin>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>org.unitConverter.converterGUI.UnitConverterGUI</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>
@@ -41,4 +52,4 @@
<version>4.11</version>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>