diff options
author | carnold <[email protected]> | 2008-04-02 23:30:49 +0000 |
---|---|---|
committer | carnold <[email protected]> | 2008-04-02 23:30:49 +0000 |
commit | 5a9a757147b2b5121ad4bd3b7b15fc69d74c970f (patch) | |
tree | 13cc5a925a3686792f6de45594399be2f4004c5e /pom.xml | |
parent | b2c2b80334d413d87884b31a41956ab220a3f067 (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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |