Hi Guys I have these two issues
mvn clean
I get this warning msg
Some problems were encountered while building the effective model for com.souq.marketplace:selling-center-services:war:0.0.1-SNAPSHOT [WARNING] 'dependencies.dependency.systemPath' for com.souq:servicemanager:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/servicemanager-1.1.1.1.jar will be unresolvable by dependent projects @ line 138, column 16 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-deploy-plugin @ line 453, column 12
second is when i do install
mvn install
Unable to locate the Javac Compiler in: [ERROR] /opt/jre1.7.0_71/../lib/tools.jar [ERROR] Please ensure you are using JDK 1.4 or above and [ERROR] not a JRE (the com.sun.tools.javac.Main class is required). [ERROR] In most cases you can change the location of your Java [ERROR] installation by setting the JAVA_HOME environment variable. [ERROR] -> [Help 1]
echo $JAVA_HOME
/opt/jre1.7.0_71