When attempting to perform an action, it displays the following:

cd D: ProjectsKZTOK-Web-UI; JAVA_HOME = C: \ Program Files \ Java \ jdk1.6.0_27 clean install Scanning for projects ... The project could not read 1 project -> [Help 1] The project kz.erp.tais.web.ui: TOK-Web-UI: 1.0 (D: ProjectsKZTOK-Web-UIpom.xml ) has 1 error 'repositories.repository.id' must be unique: maven2-repository.dev.java.net -> http://download.java.net/maven/1/ vs http://download.java.net / maven / 2 / @ kz.erp.tais.tok: project: 1, D: ProjectsKZTOKpom.xml, line 120, column 17

Re-run Maven with the -e switch. Re-run Maven using the -X switch to enable full debug logging.

For more information about possible errors, please read the following articles: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

    1 answer 1

    You have everything written in error

    'repositories.repository.id' must be unique: maven2-repository.dev.java.net -> http://download.java.net/maven/1/ vs http://download.java.net/maven/2 / @ kz.erp.tais.tok: project: 1, D: ProjectsKZTOKpom.xml, line 120, column 17

    It seems that id repositories are non-unique. If this is not the case, give the text pom.xml here on 120 ± 10 lines.