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
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
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 ?
> >
>
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 ?
>
Are my mails being added to the mailing list ?
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
| |-
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
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
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
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
10 matches
Mail list logo