Pom fixes to use global parent pom

This commit is contained in:
Vladimir Pankrashkin 2016-05-26 15:07:29 +03:00
parent 3924daf4de
commit 6d31636612
2 changed files with 6 additions and 17 deletions

22
pom.xml
View File

@ -2,6 +2,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.rbkmoney</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>com.rbkmoney.woody</groupId>
@ -27,20 +33,4 @@
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

View File

@ -87,6 +87,5 @@
</executions>
</plugin>
</plugins>
<finalName>rpc-lib</finalName>
</build>
</project>