summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ecb39d1..10be144 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,14 @@
<build>
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>3.0.0</version>
+ <configuration>
+ <mainClass>com.mavlushechka.notaryqueue.NotaryQueueApplication</mainClass>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
@@ -71,4 +79,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>