Is this because of file:// in the central.
Carlos Cadete
--
View this message in context:
http://www.nabble.com/Repository-t1444268.html#a3900368
Sent from the Maven - Users forum at Nabble.com.
-
To unsubscribe, e
Hi,
I have my local maven repository in $HOME/.m2/repository and I want to
change my local repository to c:\repository so I change in settings
c:\repository and that runs ok.
But I want to use $HOME/.m2/repository as my central repository so I
create in global settings
Hi,
I have my local maven repository in $HOME/.m2/repository and I want to
change my local repository to c:\repository so I change in settings
c:\repository and that runs ok.
But I want to use $HOME/.m2/repository as my central repository so I
create in global settings
Then I change the localRepository in the global settings file, to a new
empty directory, and I execute "mvn compile", maven simples gives me
[ERROR] BUILD ERROR
[INFO]
[INFO] The plugin 'org.apache.maven.plugins:mave