Seems same problem here on my Mac OS 10.6: > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] AppFuse JSF Application > [INFO] AppFuse Modular Application - Core > [INFO] AppFuse Modular Application - Web (JSF) > [INFO] > ------------------------------------------------------------------------ > [INFO] Building AppFuse JSF Application > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] > [INFO] [install:install {execution: default-install}] > [INFO] Installing /Users/ashkanroshanayi/workspaces/Eclipse 3.5 Java EE/Misc > projects/afsandbox/pom.xml to > /Users/ashkanroshanayi/.m2/repository/com/rubako/afsandbox/1.0-SNAPSHOT/afsandbox-1.0-SNAPSHOT.pom > [INFO] > ------------------------------------------------------------------------ > [INFO] Building AppFuse Modular Application - Core > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > Downloading: > http://repo1.maven.org/maven2/commons-lang/commons-lang/${commons.lang.version}/commons-lang-${commons.lang.version}.pom > [INFO] Unable to find resource > 'commons-lang:commons-lang:pom:${commons.lang.version}' in repository central > (http://repo1.maven.org/maven2) > Downloading: > http://repo1.maven.org/maven2/log4j/log4j/${log4j.version}/log4j-${log4j.version}.pom > [INFO] Unable to find resource 'log4j:log4j:pom:${log4j.version}' in > repository central (http://repo1.maven.org/maven2) > Downloading: > http://repo1.maven.org/maven2/org/springframework/security/spring-security-core-tiger/${spring.security.version}/spring-security-core-tiger-${spring.security.version}.pom > [INFO] Unable to find resource > 'org.springframework.security:spring-security-core-tiger:pom:${spring.security.version}' > in repository central (http://repo1.maven.org/maven2) > Downloading: > http://repo1.maven.org/maven2/org/springframework/security/spring-security-core-tiger/${spring.security.version}/spring-security-core-tiger-${spring.security.version}.jar > Downloading: > http://repo1.maven.org/maven2/commons-lang/commons-lang/${commons.lang.version}/commons-lang-${commons.lang.version}.jar > Downloading: > http://repo1.maven.org/maven2/log4j/log4j/${log4j.version}/log4j-${log4j.version}.jar > [INFO] Unable to find resource > 'commons-lang:commons-lang:jar:${commons.lang.version}' in repository central > (http://repo1.maven.org/maven2) > [INFO] Unable to find resource > 'org.springframework.security:spring-security-core-tiger:jar:${spring.security.version}' > in repository central (http://repo1.maven.org/maven2) > [INFO] Unable to find resource 'log4j:log4j:jar:${log4j.version}' in > repository central (http://repo1.maven.org/maven2) > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) commons-lang:commons-lang:jar:${commons.lang.version} > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=commons-lang > -DartifactId=commons-lang -Dversion=${commons.lang.version} -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=commons-lang -DartifactId=commons-lang > -Dversion=${commons.lang.version} -Dpackaging=jar -Dfile=/path/to/file > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) com.rubako:core:jar:1.0-SNAPSHOT > 2) commons-lang:commons-lang:jar:${commons.lang.version} > > 2) > org.springframework.security:spring-security-core-tiger:jar:${spring.security.version} > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.springframework.security > -DartifactId=spring-security-core-tiger -Dversion=${spring.security.version} > -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.springframework.security > -DartifactId=spring-security-core-tiger -Dversion=${spring.security.version} > -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) com.rubako:core:jar:1.0-SNAPSHOT > 2) > org.springframework.security:spring-security-core-tiger:jar:${spring.security.version} > > 3) log4j:log4j:jar:${log4j.version} > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=log4j -DartifactId=log4j > -Dversion=${log4j.version} -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=log4j -DartifactId=log4j > -Dversion=${log4j.version} -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > Path to dependency: > 1) com.rubako:core:jar:1.0-SNAPSHOT > 2) log4j:log4j:jar:${log4j.version} > > ---------- > 3 required artifacts are missing. > > for artifact: > com.rubako:core:jar:1.0-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > appfuse-snapshots > (http://oss.sonatype.org/content/repositories/appfuse-snapshots) > > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 47 seconds > [INFO] Finished at: Sat Dec 12 14:32:14 IRST 2009 > [INFO] Final Memory: 40M/81M > [INFO] > ------------------------------------------------------------------------ > >
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net