/stratos/services/dss/modules/org.wso2.stratos.dss.dashboard.ui$ mvn clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building WSO2 Stratos Data Services Server - Dashboard UI [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ Downloading: http://repo1.maven.org/maven2/org/apache/felix/maven-scr-plugin/1.2.8/maven-scr-plugin-1.2.8.pom Downloading: http://commons.ucalgary.ca/pub/m2/org/apache/felix/maven-scr-plugin/1.2.8/maven-scr-plugin-1.2.8.jar [INFO] Unable to find resource 'org.apache.felix:maven-scr-plugin:maven-plugin:1.2.8' in repository tlc ( http://commons.ucalgary.ca/pub/m2) Downloading: http://repo1.maven.org/maven2/org/apache/felix/maven-scr-plugin/1.2.8/maven-scr-plugin-1.2.8.jar [INFO] Unable to find resource 'org.apache.felix:maven-scr-plugin:maven-plugin:1.2.8' in repository central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.felix -DartifactId=maven-scr-plugin -Dversion=1.2.8 -Dpackaging=maven-plugin -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.felix -DartifactId=maven-scr-plugin -Dversion=1.2.8 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] org.apache.felix:maven-scr-plugin:maven-plugin:1.2.8 from the specified remote repositories: central (http://repo1.maven.org/maven2), tlc (http://commons.ucalgary.ca/pub/m2) org.apache.felix:maven-scr-plugin:maven-plugin:1.2.8 from the specified remote repositories: central (http://repo1.maven.org/maven2), tlc (http://commons.ucalgary.ca/pub/m2) thanks, -- Supun Malinga, Software Engineer, WSO2 Inc. http://wso2.com http://wso2.org email - sup...@wso2.com <sup...@wso2.com> mobile - 071 56 91 321
_______________________________________________ Carbon-dev mailing list Carbon-dev@wso2.org https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev