|
|
|
@ -28,59 +28,6 @@
|
|
|
|
|
<url>git@github.com/decebals/pf4j.git</url> |
|
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
<slf4j.version>1.6.4</slf4j.version> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
<resources> |
|
|
|
|
<resource> |
|
|
|
|
<filtering>false</filtering> |
|
|
|
|
<directory>src/main/java</directory> |
|
|
|
|
<excludes> |
|
|
|
|
<exclude>**/*.java</exclude> |
|
|
|
|
</excludes> |
|
|
|
|
</resource> |
|
|
|
|
<resource> |
|
|
|
|
<directory>src/main/resources</directory> |
|
|
|
|
</resource> |
|
|
|
|
</resources> |
|
|
|
|
|
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
<version>2.3.2</version> |
|
|
|
|
<configuration> |
|
|
|
|
<source>1.6</source> |
|
|
|
|
<target>1.6</target> |
|
|
|
|
<optimize>true</optimize> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-war-plugin</artifactId> |
|
|
|
|
<version>2.1.1</version> |
|
|
|
|
<configuration> |
|
|
|
|
<warName>root</warName> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-release-plugin</artifactId> |
|
|
|
|
<version>2.3</version> |
|
|
|
|
<configuration> |
|
|
|
|
<goals>deploy</goals> |
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules> |
|
|
|
|
<tagNameFormat>release-@{project.version}</tagNameFormat> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-lang</groupId> |
|
|
|
@ -94,29 +41,11 @@
|
|
|
|
|
<version>1.9</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- Logs --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>log4j</groupId> |
|
|
|
|
<artifactId>log4j</artifactId> |
|
|
|
|
<version>1.2.16</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
|
<version>${slf4j.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>jul-to-slf4j</artifactId> |
|
|
|
|
<version>${slf4j.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
|
<version>${slf4j.version}</version> |
|
|
|
|
<version>1.6.4</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
</project> |
|
|
|
|