diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2012-11-05 13:58:18 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2012-11-05 13:58:18 +0200 |
commit | 363b2b093ccecfc75fd28f49ca2aa139bbc6d1ce (patch) | |
tree | 5e0dd12fd56b8ab5819c6a3449738d74fad12059 /demo/pom.xml | |
parent | 112b73f4eac7fbac80033589a17571198ec6133d (diff) | |
download | pf4j-363b2b093ccecfc75fd28f49ca2aa139bbc6d1ce.tar.gz pf4j-363b2b093ccecfc75fd28f49ca2aa139bbc6d1ce.zip |
it seems to me that properties-maven-plugin doesn't work with maven 3
Diffstat (limited to 'demo/pom.xml')
-rw-r--r-- | demo/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/demo/pom.xml b/demo/pom.xml index 6171fad..fa8bb3a 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -35,19 +35,6 @@ <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> - </plugins> </build> <modules> |