summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-08-03 16:39:50 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-08-03 16:39:50 +0200
commit054cfb131292893d100a43ea2cb20c591c17c810 (patch)
tree0f726a1cd56a9e72cfeb92f6170606bd9739bf20 /pom.xml
parentb5d6f23d8ac3d4bedb139fdaecc2e9dc621f385a (diff)
downloadcontainer-playground-054cfb131292893d100a43ea2cb20c591c17c810.tar.gz
container-playground-054cfb131292893d100a43ea2cb20c591c17c810.tar.bz2
container-playground-054cfb131292893d100a43ea2cb20c591c17c810.tar.xz
container-playground-054cfb131292893d100a43ea2cb20c591c17c810.zip
wip
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b8e3ab6..e9ea30b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,20 @@
</configuration>
</plugin>
</plugins>
+ <!--
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.5.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ -->
</build>
<modules>
<module>container-compiler-plugin</module>
<module>myapp</module>
<module>container-core</module>
- <module>persistence-compile-time</module>
</modules>
</project>