Skip to content
Snippets Groups Projects
Commit 42204f31 authored by Azurlors's avatar Azurlors
Browse files

mise à jour pom

parent 38a8d67e
Branches
No related tags found
No related merge requests found
...@@ -16,15 +16,18 @@ ...@@ -16,15 +16,18 @@
</properties> </properties>
<build> <build>
<pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<configuration> <configuration>
<mainClass>start.Main</mainClass> <mainClass>start.Main</mainClass>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement>
<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