eclipse - How to develop an android app on EclipseIDE using Maven framework? -


i have been stuck problem 3 days. want develop android app in maven framework using eclipse. have no idea maven framework. using apache maven. followed instructions in installing, it's showing version etc, when try set path repo, getting this

c:\users\377759>cd mvn -declipse.workspace=<c:\users\377759\desktop\repo> eclipse:add-maven-repo access denied. 

and if give path without angular brackets, get..

c:\users\377759>mvn -declipse.workspace=c:\users\377759\desktop\repo eclipse:add-maven-repo [info] scanning projects... [info] searching repository plugin prefix: 'eclipse'. [info] org.apache.maven.plugins: checking updates central [warning] repository metadata for: 'org.apache.maven.plugins' not retrieved repository: central due error: error transferring file: repo1.maven.org [info] repository 'central' blacklisted [info] ------------------------------------------------------------------------ [error] build error [info] ------------------------------------------------------------------------ [info] plugin 'org.apache.maven.plugins:maven-eclipse-plugin' not exist or no valid version found [info] ------------------------------------------------------------------------ [info] more information, run maven -e switch [info] ------------------------------------------------------------------------ [info] total time: 14 seconds [info] finished at: fri jul 01 05:38:44 gmt 2011 [info] final memory: 1m/3m [info] ------------------------------------------------------------------------ c:\users\377759> 

why this?? do?? need know basics, how package files in maven, functions of different files etc. can plzzz help??
looot in advance!!

try these:

to access local repository need path folder. remember subversion expects repository paths in form file:///c:/svnrepository/

also, in maven settings.xml, can found in maven_installation_folder\conf, check out following:

  • proxy, if required should specified connect internet.
  • if have local repository, define here. (you can see sample definitions there itself)

for maven basic usage, read documentation apache maven website


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -