summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorcarnold <[email protected]>2008-04-02 23:30:49 +0000
committercarnold <[email protected]>2008-04-02 23:30:49 +0000
commit5a9a757147b2b5121ad4bd3b7b15fc69d74c970f (patch)
tree13cc5a925a3686792f6de45594399be2f4004c5e /pom.xml
parentb2c2b80334d413d87884b31a41956ab220a3f067 (diff)
Bug 1760649: Make Maven and Ant built jars have identical structure
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@164 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f279996..995526e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,8 +81,9 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.2</source>
+ <source>1.3</source>
<target>1.1</target>
+ <optimize>true</optimize>
</configuration>
</plugin>
<plugin>