Add temporary Polish translation.
[jSite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 732101c..4d9b0e3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,6 +3,13 @@
        <groupId>net.pterodactylus</groupId>
        <artifactId>jSite</artifactId>
        <version>0.11-SNAPSHOT</version>
+       <dependencies>
+               <dependency>
+                       <groupId>net.pterodactylus</groupId>
+                       <artifactId>utils</artifactId>
+                       <version>0.12.1-SNAPSHOT</version>
+               </dependency>
+       </dependencies>
        <repositories>
                <repository>
                        <id>pterodactylus</id>
                                        </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>