summaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2012-10-16 15:12:43 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2012-10-16 15:12:43 +0300
commit38a229fef27be11762204391c8b47d4799ef6266 (patch)
tree91690a454595718294f0a758f5fa74919b49de34 /pf4j/pom.xml
parentee59b3fd8ca13ed16ae6a947c191f01ba71535d8 (diff)
downloadpf4j-38a229fef27be11762204391c8b47d4799ef6266.tar.gz
pf4j-38a229fef27be11762204391c8b47d4799ef6266.zip
prepare for maven central repository
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml75
1 files changed, 2 insertions, 73 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index feae21a..0a28627 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -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>
+ <version>1.6.4</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>
- </dependency>
</dependencies>
+
</project>