|
|
@ -1,6 +1,6 @@ |
|
|
|
<?xml version="1.0"?> |
|
|
|
<?xml version="1.0"?> |
|
|
|
<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"> |
|
|
|
<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> |
|
|
|
<parent> |
|
|
|
<groupId>org.sonatype.oss</groupId> |
|
|
|
<groupId>org.sonatype.oss</groupId> |
|
|
|
<artifactId>oss-parent</artifactId> |
|
|
|
<artifactId>oss-parent</artifactId> |
|
|
@ -29,10 +29,11 @@ |
|
|
|
<url>git@github.com/decebals/pf4j.git</url> |
|
|
|
<url>git@github.com/decebals/pf4j.git</url> |
|
|
|
<tag>HEAD</tag> |
|
|
|
<tag>HEAD</tag> |
|
|
|
</scm> |
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
</properties> |
|
|
|
<java.version>1.7</java.version> |
|
|
|
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
@ -41,12 +42,12 @@ |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>2.3.2</version> |
|
|
|
<version>2.3.2</version> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<source>1.6</source> |
|
|
|
<source>${java.version}</source> |
|
|
|
<target>1.6</target> |
|
|
|
<target>${java.version}</target> |
|
|
|
<optimize>true</optimize> |
|
|
|
<optimize>true</optimize> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
@ -83,12 +84,12 @@ |
|
|
|
<tagNameFormat>release-@{project.version}</tagNameFormat> |
|
|
|
<tagNameFormat>release-@{project.version}</tagNameFormat> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-resources-plugin</artifactId> |
|
|
|
<artifactId>maven-resources-plugin</artifactId> |
|
|
|
<version>2.4.3</version> |
|
|
|
<version>2.4.3</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
<version>2.4</version> |
|
|
|
<version>2.4</version> |
|
|
|