]> jfr.im git - irc/rizon/acid.git/blobdiff - pom.xml
conf: add validator for double
[irc/rizon/acid.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d4a36a952aad0cc074e29246b418689bb103b3d8..aac496b40873a76e8df841a93b0c3664efad8534 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
        <groupId>net.rizon</groupId>
        <artifactId>acid</artifactId>
-       <version>4.0-SNAPSHOT</version>
+       <version>4.1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Acid</name>
 
                <module>pyva</module>
                <module>trapbot</module>
+               <module>xmas</module>
+               <module>vizon</module>
        </modules>
+       
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>com.google.guava</groupId>
+                               <artifactId>guava</artifactId>
+                               <version>20.0</version>
+                       </dependency>
+                       
+                       <dependency>
+                               <groupId>junit</groupId>
+                               <artifactId>junit</artifactId>
+                               <version>4.12</version>
+                               <scope>test</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.mockito</groupId>
+                               <artifactId>mockito-all</artifactId>
+                               <version>1.10.19</version>
+                               <scope>test</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
 
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
+                               <version>3.7.0</version>
                                <configuration>
                                        <source>1.8</source>
                                        <target>1.8</target>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>com.github.koraktor</groupId>
+                               <artifactId>mavanagaiata</artifactId>
+                               <version>0.7.2</version>
+                               <executions>
+                                       <execution>
+                                               <id>git</id>
+                                               <phase>validate</phase>
+                                               <goals>
+                                                       <goal>commit</goal>
+                                                       <goal>branch</goal>
+                                                       <goal>tag</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
+
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-jar-plugin</artifactId>
+                                       <version>2.6</version>
+                                       <configuration>
+                                               <archive>
+                                                       <manifestEntries>
+                                                               <Author>Adam &lt;Adam@rizon.net&gt;</Author>
+                                                               <Git-Branch>${mvngit.branch}</Git-Branch>
+                                                               <Git-Tag>${mvngit.tag}</Git-Tag>
+                                                               <Git-Revision>${mvngit.commit.id}</Git-Revision>
+                                                               <Git-Revision-Short>${mvngit.commit.abbrev}</Git-Revision-Short>
+                                                               <Git-Author>${mvngit.commit.author.name}</Git-Author>
+                                                               <Git-Author-Email>${mvngit.commit.author.email}</Git-Author-Email>
+                                                       </manifestEntries>
+                                               </archive>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-surefire-plugin</artifactId>
+                                       <version>2.22.1</version>
+                                       <configuration>
+                                               <forkCount>0</forkCount>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
        </build>
 </project>