Skip to content
Snippets Groups Projects
Commit 38a8d67e authored by Azurlors's avatar Azurlors
Browse files

test pom

parent 2e838e91
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,15 @@ ...@@ -16,6 +16,15 @@
</properties> </properties>
<build> <build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<mainClass>start.Main</mainClass>
</configuration>
</plugin>
</plugins>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment