Yes.
org...mave
maven.compiler.plugin
2.6
false
On Wed, Nov 4, 2015 at 9:44 AM, Martin Gainty wrote:
>
> is there a way to disable debug with maven
>
>
> > From: apa...@materne.de
> > To: user@ant.apache.org
> > Subject: AW: Class size
> >
org.apache.maven.plugins
maven-compiler-plugin 3.2
1.8
1.8
apparently maven-compiler-plugin debug default is 'true'M-
From: mgai...@hotmail.com
To: user@ant.apache.org
Subject: RE: AW:
is there a way to disable debug with maven
> From: apa...@materne.de
> To: user@ant.apache.org
> Subject: AW: Class size
> Date: Wed, 4 Nov 2015 08:34:37 +0100
>
> I did an example and could see that behaviour.
>
> build.xml
> -
>
>
>include
aLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
4.0.0
de.materne.ant
class-size
1.0.0-SNAPSHOT
Class-Size:
Ant : 122 Byte
Maven: 246 Byte
When adding 'debug="on"' to Ant's it produces also a 246 Byte
Next idea is using different compile flags, e.g. debug.
Jan
> -Ursprüngliche Nachricht-
> Von: aalok singhvi [mailto:aaloksing...@gmail.com]
> Gesendet: Dienstag, 3. November 2015 12:17
> An: Ant Users List
> Betreff: Re: Class size
>
> Yes...both are using same JD
onntag, 1. November 2015 22:34
> > An: Maven Users List; Ant Users List
> > Betreff: Class size
> >
> > Hello,
> > I have a basic question...
> >
> > If i compile a simple hello world java program using javac in ant i get
> > a different size as comp
Are you sure that Maven and Ant are using the same JDK?
Jan
> -Ursprüngliche Nachricht-
> Von: aalok singhvi [mailto:aaloksing...@gmail.com]
> Gesendet: Sonntag, 1. November 2015 22:34
> An: Maven Users List; Ant Users List
> Betreff: Class size
>
> Hello,
>
Hello,
I have a basic question...
If i compile a simple hello world java program using javac in ant i get a
different size as compared to class compiled with maven plugin.
My java source and target it 1.6.
What is the reason. Can anyone help me with this. I will really appreciate
your help.
Than