Add temporary Polish translation.
[jSite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6fa03e2..4d9b0e3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <artifactId>utils</artifactId>
-                       <version>0.12</version>
+                       <version>0.12.1-SNAPSHOT</version>
                </dependency>
        </dependencies>
        <repositories>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>exec-maven-plugin</artifactId>
+                               <version>1.2.1</version>
+                               <configuration>
+                                       <mainClass>de.todesbaum.jsite.main.Main</mainClass>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <reporting>