You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ph...@apache.org on 2013/01/18 12:41:40 UTC

svn commit: r1435099 - in /qpid/proton/branches/jni-binding: design/api-reconciliation/pom.xml proton-j/pom.xml tests/pom.xml

Author: philharveyonline
Date: Fri Jan 18 11:41:40 2013
New Revision: 1435099

URL: http://svn.apache.org/viewvc?rev=1435099&view=rev
Log:
PROTON-194: removed redundant debug setting from Maven compiler config (it's true by default), and added missing compiler config to api-reconciliation pom

Modified:
    qpid/proton/branches/jni-binding/design/api-reconciliation/pom.xml
    qpid/proton/branches/jni-binding/proton-j/pom.xml
    qpid/proton/branches/jni-binding/tests/pom.xml

Modified: qpid/proton/branches/jni-binding/design/api-reconciliation/pom.xml
URL: http://svn.apache.org/viewvc/qpid/proton/branches/jni-binding/design/api-reconciliation/pom.xml?rev=1435099&r1=1435098&r2=1435099&view=diff
==============================================================================
--- qpid/proton/branches/jni-binding/design/api-reconciliation/pom.xml (original)
+++ qpid/proton/branches/jni-binding/design/api-reconciliation/pom.xml Fri Jan 18 11:41:40 2013
@@ -31,6 +31,17 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+          <optimize>true</optimize>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
         <version>1.2.1</version>

Modified: qpid/proton/branches/jni-binding/proton-j/pom.xml
URL: http://svn.apache.org/viewvc/qpid/proton/branches/jni-binding/proton-j/pom.xml?rev=1435099&r1=1435098&r2=1435099&view=diff
==============================================================================
--- qpid/proton/branches/jni-binding/proton-j/pom.xml (original)
+++ qpid/proton/branches/jni-binding/proton-j/pom.xml Fri Jan 18 11:41:40 2013
@@ -41,7 +41,6 @@
           <source>1.6</source>
           <target>1.6</target>
           <optimize>true</optimize>
-          <debug>true</debug>
           <showDeprecation>true</showDeprecation>
           <showWarnings>true</showWarnings>
         </configuration>

Modified: qpid/proton/branches/jni-binding/tests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/proton/branches/jni-binding/tests/pom.xml?rev=1435099&r1=1435098&r2=1435099&view=diff
==============================================================================
--- qpid/proton/branches/jni-binding/tests/pom.xml (original)
+++ qpid/proton/branches/jni-binding/tests/pom.xml Fri Jan 18 11:41:40 2013
@@ -43,7 +43,6 @@ To override this, run Maven like so: "mv
           <source>1.6</source>
           <target>1.6</target>
           <optimize>true</optimize>
-          <debug>true</debug>
           <showDeprecation>true</showDeprecation>
           <showWarnings>true</showWarnings>
         </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org