Running Eclipse with m2eclipse (maven) from flash drive -


hello trying run eclipse + maven flash drive. basically, able load eclipse , jdk flash drive. eclipse using m2eclipse plugin (embedded versions 3.0.2)

eclipse , java projects works fine except maven, have set repository path relative eclipse path i.e:

./m2repo

and pointed settings.xml relative location ./settings.xml:

window -> preferences -> maven -> installations

i have working maven projects opened in "portable" eclipse executed flash drive, did errors:

execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.4.3

what reason why i'm getting error?

it works me use absolute path


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -