cancel
Showing results for 
Search instead for 
Did you mean: 

Unresolveable build extension: Plugin org.alfresco.maven.plugin:alfresco-maven-plugin:1.1.1

bisana
Champ on-the-rise
Champ on-the-rise
Hi All,
I am trying my hand on understanding the development environment, just started exploring and I am not from programming background.
I am referring JefPots tutorial on maven-sdk
http://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html
when I am running
mvn integration-test -Pamp-to-war
I am getting error message such as


  Unresolveable build extension: Plugin org.alfresco.maven.plugin:alfresco-maven-plugin:1.1.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.alfresco.maven.plugin:alfresco-maven-plugin:jar:1.1.1: Could not find artifact org.alfresco.maven:alfresco-lifecycle-aggregator:pom:1.1.1 in alfresco-plugin-public-snapshots


More log info is given below



Downloaded: https://artifacts.alfresco.com/nexus/content/groups/public/org/alfresco/alfresco-platform-distributi... (9 KB at 4.3 KB/sec)
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]  
[ERROR]   The project com.someco:someco-mvn-tutorial-repo:1.0-SNAPSHOT (/home/joseph/AF-4.2.f/someco-mvn-tutorial-repo/pom.xml) has 2 errors
[ERROR]     Unresolveable build extension: Plugin org.alfresco.maven.plugin:alfresco-maven-plugin:1.1.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.alfresco.maven.plugin:alfresco-maven-plugin:jar:1.1.1: Could not find artifact org.alfresco.maven:alfresco-lifecycle-aggregator:pom:1.1.1 in alfresco-plugin-public-snapshots (https://artifacts.alfresco.com/nexus/content/groups/public-snapshots) -> [Help 2]
[ERROR]     Unknown packaging: amp @ line 9, column 16
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException



Guidance requested
1 REPLY 1

bisana
Champ on-the-rise
Champ on-the-rise
Hi All '
Like to update.
On the second try after killing all the previous process, when I started doing it. it did not give any such messages
I am able to login as user "admin" wth password "admin", through the interface
http://localhost:8080/alfresco
Thanks