Posts

Showing posts with the label maven

Failed to execute goal on project BrainfuseCoreTest: Could not resolve dependencies for project com.brainFuse.test:BrainfuseCoreTest:jar

Failed to execute goal on project BrainfuseCoreTest: Could not resolve dependencies for project com.brainFuse.test:BrainfuseCoreTest:jar Hi Team I am running maven project. I am having Main project Maven_Java_Testing and three sub modules BrainfuseCoreTest , BrainfuseLoginLogoutTest and Common module. I included all dependencies but I am getting error as: Maven_Java_Testing BrainfuseCoreTest BrainfuseLoginLogoutTest could not able to resolve dependencies. Code: Main Package Maven_Java_Testing pom.xml ---------------------------------------- <project xmlns="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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.brainFuse.test</groupId> <artifactId>MAVEN_JAVA_TESTNG_JENKINSREPORT</artifactId> <version>0.0.1-SNAP...

Eclipse Photon - SVN / Maven not handled as Java-Project

Eclipse Photon - SVN / Maven not handled as Java-Project I moved forward to Eclipse 4.8. My Projects Maven projects under subversion is not displayed as Java Project and the pom.xml is displayed in XML-Editor instead of the well-meant pom-editor. pom.xml Steps I done: The Project's icon is showing the M-Icon-Overlay let me think it is a maven project. The Project's icon does not contain the J-Icon-Overlay what let me think he does not treat it as a Java project. Any ideas? Try to delete the file without deleting its content, delete the .project file and reopen it via File > Open Projects from File System... . – howlger Jun 30 at 10:54 .project 1 Answer 1 Doesnt work at the moment. I created a workspace in an older version and opend the works...