Hello, i want to run a maven-script (openJPA), but maven can not access to internet through our internal proxy.
I have create the file build.properties under C:\document and settings\post with the following content: # Maven ${user.home}/build.properties # General local settings - overrides maven.proxy.host=[IP-Adress] maven.proxy.port=8081 As [IP-Adress] is inserted the real adress. I am very be pleased if you can help me. Thanks Michael