where to get the code example ?

2021-02-14 Thread Karen Goh
hi, I come to know about the free ebooks where they detailed all about using maven. There is a zip on chapter 6 - multi module project which I need to study as my current project is using multi modules. But, when I go to the link : http://www.sonatype.com/books/mvnex-book/mvnex-examples.zip it

What should be the correct way for openjdk 13 maven pom ?

2019-11-23 Thread Karen Goh
Hi, I am having problems with maven compiling java openjdk 13 in Eclipse - jee-2019-09, despite following several examples from stackoverflow. Could someone let me know if there is anything amiss from below pom.xml : UTF-8 13 13

Re: Fw: Re: Need advice to put my bootstrap template in Maven archetype web app

2018-11-06 Thread Karen Goh
On Tue, 11/6/18, Thomas Broyer wrote: Subject: Re: Fw: Re: Need advice to put my bootstrap template in Maven archetype web app To: "Karen Goh" Cc: "Maven Users List" Date: Tuesday, November 6, 2018, 11:56 PM Take the

Re: Need advice to put my bootstrap template in Maven archetype web app

2018-11-02 Thread Karen Goh
On Thu, 11/1/18, jieryn wrote: Subject: Re: Need advice to put my bootstrap template in Maven archetype web app To: "Maven Users List" , "Karen Goh" Date: Thursday, November 1, 2018, 10:14 PM You said you wanted to

Re: Need advice to put my bootstrap template in Maven archetype web app

2018-10-31 Thread Karen Goh
bootstrap template. On Sun, Oct 28, 2018 at 4:37 AM Karen Goh wrote: > > Hi, > > I have been struggling for 2 days where to put my bootstrap template that comes with pre-build template which includes css, fonts etc. inside my maven web project without success.

Need advice to put my bootstrap template in Maven archetype web app

2018-10-28 Thread Karen Goh
Hi, I have been struggling for 2 days where to put my bootstrap template that comes with pre-build template which includes css, fonts etc. inside my maven web project without success. The problem - jsp is not rendering the bootstrap layout. It was rendering ok before I changed the project

Re: No compiler is provided in this environment - how to stop this error ?

2018-07-03 Thread Karen Goh
h youtube for tutorial in this area. Kind regards Karl Heinz Marbaise On 24/06/18 06:02, Karen Goh wrote: > Thanks Jeff.  It is working now. > > However, I'd like to know is it possible to change the version to 2.0.3 from 2.1.0 in maven pom.xml ? > > >      

repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter ->

2018-06-30 Thread Karen Goh
Hi expert, I used maven build and run goal : deploy to see how my spring framework project run but I got the above error. There is this stackoverflow person which has similar problem as mine:

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-24 Thread Karen Goh
On Sun, 6/24/18, Jeff MAURY wrote: Subject: Re: No compiler is provided in this environment - how to stop this error ? To: "Karen Goh" Cc: "Maven Users List" Date: Sunday, June 24, 2018, 2:00 PM This is be

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-23 Thread Karen Goh
aren On Fri, 6/22/18, Jeff MAURY wrote: Subject: Re: No compiler is provided in this environment - how to stop this error ? To: "Maven Users List" , "Karen Goh" Date: Friday, June 22, 2018, 7:24 PM Your JAVA_HOME must point a jdk not à jre Le ven. 22 juin

No compiler is provided in this environment - how to stop this error ?

2018-06-22 Thread Karen Goh
Hi, I have been trying to tackle the below error without avail. In my due diligence, I have done the necessary checking like making sure that the environment is run on 1.8JDK Please see screenshot https://ibb.co/eopTVT https://ibb.co/g2wE4o I got the below when I did the following: 1st, I

mvn dependency:purge-local-repository

2018-06-15 Thread Karen Goh
Hi, I run into a problem in my Spring Boot Web project and then there's an advice following this URL : https://github.com/spring-projects/spring-boot/issues/12398 But, when I run mvn dependency:purge-local-repository, I get another error : Unknown lifecycle phase "mvn". You must specify a

Re: How to undo a maven goal etc ?

2018-05-23 Thread Karen Goh
rtura-maven-plugin:2.7 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:0 at specified path C:\Program Files\Java\jre1.8.0_161/../lib/tools.jar -> [Help 1] Please help. On Wed, May 23, 2018 at 10:58 AM Karen Goh <karenwo...@yahoo.com.inval

Re: How to undo a maven goal etc ?

2018-05-23 Thread Karen Goh
Sent from Yahoo Mail for iPhone On Wednesday, May 23, 2018, 5:36 PM, Karen Goh <karenwo...@yahoo.com.INVALID> wrote: Sent from Yahoo Mail for iPhone On Wednesday, May 23, 2018, 5:13 PM, Anders Hammar <and...@hammar.net> wrote: Is it still showing the EXACT same error?

Re: How to undo a maven goal etc ?

2018-05-23 Thread Karen Goh
Naven to forget about the mistaken. I also ran Maven Configuration and still it shows up the one without : Spring Boot(the mistake)... What do I do to completely make it look for the new goal?On Wed, May 23, 2018 at 10:58 AM Karen Goh <karenwo...@yahoo.com.invalid> wrote: > Hi, > > I

How to undo a maven goal etc ?

2018-05-23 Thread Karen Goh
Hi, I accidentally left out a : in spring-boot:run the first time I tried to use Maven build to see how the application pan out. Then, I did a clean but to no avail. Here's the error message : [INFO] Scanning for projects... [INFO]

RE: How to disable jsf in Eclipse

2018-04-10 Thread Karen Goh
On Tue, 4/10/18, Diego Lin <die...@synnex.com> wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" <users@maven.apache.org>, "Karen Goh" <karenwo...@yahoo.com> Date: Tuesday, April 10,

RE: How to disable jsf in Eclipse

2018-04-10 Thread Karen Goh
On Tue, 4/10/18, Diego Lin <die...@synnex.com> wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" <users@maven.apache.org>, "Karen Goh" <karenwo...@yahoo.com> Date: Tuesday, April 1

RE: How to disable jsf in Eclipse

2018-04-10 Thread Karen Goh
On Tue, 4/10/18, Diego Lin <die...@synnex.com> wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" <users@maven.apache.org>, "Karen Goh" <karenwo...@yahoo.com> Date: Tuesday, April 10, 2

How to disable jsf in Eclipse

2018-04-09 Thread Karen Goh
Dear expert, I am running a maven war plug-in jee project using Tomcat and TomEE I think, with Hibernate and jsp. Here's my pom.xml : http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0

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

2018-02-16 Thread Karen Goh
users@maven.apache.org Date: Saturday, February 3, 2018, 10:48 PM 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

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

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