Re: Running jdeb plugin by itself .. not attached to the package lifecycle.

2015-08-05 Thread Baptiste Mathus
IMO disabling it for perf reason for snapshot might be acceptable, but in your place I would really create and deploy the .deb at least for the release so that you have a central place where all your released binaries can be found. Cheers Le 3 août 2015 2:09 AM, "Benson Margulies" a écrit : > fa

Re: WebApp archetype not generating proper directory structure

2015-08-05 Thread Anders Hammar
I'm guessing that that archetype does not create an src/main/java folder. Just create it yourself if you need it. Very often you separate your Java code into a separate project from your webapp project. /Anders On Wed, Aug 5, 2015 at 8:03 PM, Sreyan Chakravarty wrote: > Okay I am using Maven wi

Re: Is this uploaded to mailing list

2015-08-05 Thread Sreyan Chakravarty
Thanks. I was not sure. On Thu, Aug 6, 2015 at 12:30 AM, Sartaj Hundal wrote: > Yes > > On Wed, Aug 5, 2015 at 12:49 PM, Sreyan Chakravarty < > sreyan.mail...@gmail.com> wrote: > > > Are my mails being added to the mailing list ? > > >

Re: Is this uploaded to mailing list

2015-08-05 Thread Sartaj Hundal
Yes On Wed, Aug 5, 2015 at 12:49 PM, Sreyan Chakravarty < sreyan.mail...@gmail.com> wrote: > Are my mails being added to the mailing list ? >

Is this uploaded to mailing list

2015-08-05 Thread Sreyan Chakravarty
Are my mails being added to the mailing list ?

WebApp archetype not generating proper directory structure

2015-08-05 Thread Sreyan Chakravarty
Okay I am using Maven within Eclipse a project which uses Hibernate. I am using the maven-archetype-webapp(version 1.0) for the project. I am getting the following directory structure for my src folder-: src |---main |resources |webapp |WEB-INF | |-

Re: Why is my maven-compiler-plugin out of date ?

2015-08-05 Thread Stuart McCulloch
If you don’t configure a specific version in your pom for one of the standard plugins, Maven will use the version specified in the default lifecycle bindings. For example Maven 3.3.3, defaults to maven-compiler-plugin 3.1: https://github.com/apache/maven/blob/maven-3.3.3/maven-core/src/main/reso

Re: Why is my maven-compiler-plugin out of date ?

2015-08-05 Thread Ron Wheeler
Can you see where the compiler plugin is added to your build? Parent pom, project pom Does this help. https://maven.apache.org/pom.html#Plugin_Management On 05/08/2015 10:58 AM, sreya...@yahoo.com.INVALID wrote: I downloaded the latest version of Maven from their site and am using it in Eclips

Why is my maven-compiler-plugin out of date ?

2015-08-05 Thread sreyan32
I downloaded the latest version of Maven from their site and am using it in Eclipse. But it seems my maven-compiler-plugin is out of date ie. version 3.1 while according to this page the most recent version is 3.3. First of all if I am using the latest version of maven why do I have to use an ou

Why is my maven-compiler-plugin out of date ?

2015-08-05 Thread sreyan32
I downloaded the latest version of Maven from their site and am using it in Eclipse. But it seems my maven-compiler-plugin is out of date ie. version 3.1 while according to this page the most recent version is 3.3. First of all if I am using the latest version of maven why do I have to use an ou