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:
<groupId>Hi5S</groupId>
<artifactId>Hi5S</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
I'd like to know if it is ok I don't use maven to do the compile but used
Eclipse to do it instead ?
If it is so, how should I change the maven-war-plugin to ?
I feel that this is the cause that Eclipse is not able to do proper debugging
as in showing the stackover of what's happening when I run debug on server.
Correct me if I am wrong..but I am at my wits end and this is the strongest
suspect.
Hope someone can tell me how to make pom as simple as possible...I just want to
add the relevant dependencies...that's all.
Tks & regards,
Karen
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]