Skip to content
Snippets Groups Projects
Commit a1dfa699 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

uloapi: pom.xml: add exec plugin

parent 052d93e0
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,9 @@ ...@@ -11,10 +11,9 @@
</properties> </properties>
<build> <build>
<!-- JAR w/ dependencies: https://stackoverflow.com/questions/574594/ -->
<plugins> <plugins>
<plugin> <plugin>
<!-- JAR w/ dependencies: https://stackoverflow.com/questions/574594/ -->
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<configuration> <configuration>
<archive> <archive>
...@@ -36,6 +35,15 @@ ...@@ -36,6 +35,15 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<configuration>
<mainClass>info.mathhub.uloapi.Main</mainClass>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment