RE: How to disable jsf in Eclipse

2018-04-10 Thread Karen Goh
On Tue, 4/10/18, Diego Lin wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" , "Karen Goh" Date: Tuesday, April 10, 2018, 3:19 PM Hi Karen, I am

Re: How to disable jsf in Eclipse

2018-04-10 Thread Matthew Broadhead
did you check your pom dependency hierarchy?  it is a tab on eclipse editor when you have your pom.xml open.  it might tell you what package is bringing JSF into project? On 10/04/2018 07:09, Karen Goh wrote: Dear expert, I am running a maven war plug-in jee project using Tomcat and TomEE I

Re: maven-compiler-plugin JPMS module resolution

2018-04-10 Thread Robert Scholte
Hi every jar that matches a "requires"-entry of your projects module descriptor and all jars that matches the indirect requirements will be added to the module-path. The rest will stay on the classpath. If you want to do more, you need to verify the JPMS options available for java/javac[1]

[ANN] Apache Maven JAR Plugin Version 3.1.0 Released

2018-04-10 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JAR Plugin Version 3.1.0. https://maven.apache.org/plugins/maven-jar-plugin/ Important Note: * Maven 3.X only * JDK 7 minimum requirement You should specify the version in your project's plugin configuration:

maven-compiler-plugin JPMS module resolution

2018-04-10 Thread Roman Grigoriadi
Hi, I would like to place some of the project dependencies to --module-path to make them automatic "derived name" modules during project compilation. I can see that maven-compiler-plugin:3.7.0 tries to find module-info.class and Automatic-Module-Name entry in MANIFEST. If found it uses those jars

Re: Not able to read jars in repo intermittently

2018-04-10 Thread ahardy42
A week ago I asked about an issue where multiple builds were downloading to the shared local repo and causing corruption in random jars. My company's Jenkins team are offering the solution of running my own private repo to avoid this, but this radically increases build times because each build

RE: How to disable jsf in Eclipse

2018-04-10 Thread Diego Lin
Hi Karen, I am sorry I didn't see your question carefully. I just shared my answer according to the subject of your mail. I carefully read your mail. Your question is: http://localhost:8080/Hi5S/faces/tutorRegister.jsp (I do not want faces in the url) You need to change your subject, that

RE: How to disable jsf in Eclipse

2018-04-10 Thread Karen Goh
On Tue, 4/10/18, Diego Lin wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" , "Karen Goh" Date: Tuesday, April 10, 2018, 2:21 PM If you just want to

RE: How to disable jsf in Eclipse

2018-04-10 Thread Diego Lin
If you just want to disable JSF in Eclipse, you may modify the project file ".project" directly. Please try this way: 1. Close the project in Eclipse. 2. Edit the file .project to remove all stuff related to JSF, like these:

RE: How to disable jsf in Eclipse

2018-04-10 Thread Karen Goh
On Tue, 4/10/18, Diego Lin wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" , "Karen Goh" Date: Tuesday, April 10, 2018, 1:39 PM please try this way: