Re: Is there another alternative to using maven plug-in ?

2018-02-16 Thread Guillaume Boué
using Servlet 3.0 and no web.xml is needed. On Sat, 2/3/18, Jörg Schaible <joerg.schai...@gmx.de> wrote: Subject: Re: Is there another alternative to using maven plug-in ? To: users@maven.apache.org Date: Saturday, February 3, 2018, 10

Re: Is there another alternative to using maven plug-in ?

2018-02-16 Thread Karen Goh
I managed to get the error away by adding false cos I am using Servlet 3.0 and no web.xml is needed. On Sat, 2/3/18, Jörg Schaible <joerg.schai...@gmx.de> wrote: Subject: Re: Is there another alternative to using maven plug-in ? To:

Re: Is there another alternative to using maven plug-in ?

2018-02-03 Thread Jörg Schaible
Hi Karen, Am Wed, 31 Jan 2018 08:06:31 + schrieb Karen Goh: > Hi John, > > I changed my pom according to what you said, by removing the provided > portion. > However, I am still getting the below error : > > Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war >

Re: Is there another alternative to using maven plug-in ?

2018-01-31 Thread Karen Goh
trying to tell me. Tks. On Fri, 1/26/18, John Patrick <nhoj.patr...@gmail.com> wrote: Subject: Re: Is there another alternative to using maven plug-in ? To: "Maven Users List" <users@maven.apache.org>, "Karen Goh" <karenwo...@yahoo.com> Date: Frid

Re: Is there another alternative to using maven plug-in ?

2018-01-26 Thread John Patrick
Change your pom to something like this; Hi5S Hi5S 0.0.1-SNAPSHOT war UTF-8 1.8 1.8 org.apache.maven.plugins

Is there another alternative to using maven plug-in ?

2018-01-26 Thread Karen Goh
Hi expert, I have been running into alot of issue lately and I suspect if it is because I have using Maven plug-in? Here's how I do the maven-war-plugin: Hi5S Hi5S 0.0.1-SNAPSHOT war UTF-8 1.8 1.8