Re: svn commit: r1760339 - /velocity/engine/trunk/velocity-engine-core/pom.xml

2016-09-12 Thread Claude Brisson

You're right, that's better.

On 12/09/2016 17:56, Sergiu Dumitriu wrote:

Why not put this in the parent pom, so it also affects, the other modules?

On Sep 12, 2016 7:50 AM,  wrote:


Author: cbrisson
Date: Mon Sep 12 11:49:56 2016
New Revision: 1760339

URL: http://svn.apache.org/viewvc?rev=1760339=rev
Log:
have explicit debug/optimize/loglevel flags in maven pom

Modified:
 velocity/engine/trunk/velocity-engine-core/pom.xml

Modified: velocity/engine/trunk/velocity-engine-core/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/
velocity-engine-core/pom.xml?rev=1760339=1760338=1760339=diff

==
--- velocity/engine/trunk/velocity-engine-core/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-core/pom.xml Mon Sep 12
11:49:56 2016
@@ -41,6 +41,18 @@
  

  org.apache.maven.plugins
+maven-compiler-plugin
+
+  false
+  true
+  true
+  true
+  1.7
+  1.7
+
+  
+  
+org.apache.maven.plugins
  maven-resources-plugin
  2.4.3
  
@@ -104,6 +116,10 @@
test.result.dir
${project.build.directory}/results
  
+
+  org.slf4j.simpleLogger.defaultLogLevel
+  warn
+

  
  






-
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org



Re: svn commit: r1760339 - /velocity/engine/trunk/velocity-engine-core/pom.xml

2016-09-12 Thread Sergiu Dumitriu
Why not put this in the parent pom, so it also affects, the other modules?

On Sep 12, 2016 7:50 AM,  wrote:

> Author: cbrisson
> Date: Mon Sep 12 11:49:56 2016
> New Revision: 1760339
>
> URL: http://svn.apache.org/viewvc?rev=1760339=rev
> Log:
> have explicit debug/optimize/loglevel flags in maven pom
>
> Modified:
> velocity/engine/trunk/velocity-engine-core/pom.xml
>
> Modified: velocity/engine/trunk/velocity-engine-core/pom.xml
> URL: http://svn.apache.org/viewvc/velocity/engine/trunk/
> velocity-engine-core/pom.xml?rev=1760339=1760338=1760339=diff
> 
> ==
> --- velocity/engine/trunk/velocity-engine-core/pom.xml (original)
> +++ velocity/engine/trunk/velocity-engine-core/pom.xml Mon Sep 12
> 11:49:56 2016
> @@ -41,6 +41,18 @@
>  
>
>  org.apache.maven.plugins
> +maven-compiler-plugin
> +
> +  false
> +  true
> +  true
> +  true
> +  1.7
> +  1.7
> +
> +  
> +  
> +org.apache.maven.plugins
>  maven-resources-plugin
>  2.4.3
>  
> @@ -104,6 +116,10 @@
>test.result.dir
>${project.build.directory}/results
>  
> +
> +  org.slf4j.simpleLogger.defaultLogLevel
> +  warn
> +
>
>  
>  
>
>
>