Any tips on running demo.setup ant target from behind a proxy server?
Thank you.
modify build.xml add:
modify setting.xml from maven
optional true http xxx xxxxxx xx.xx.xx.xx xxx local.net|some.host.com
Thank you. The entry in build.xml fixed my issue.
If you don't change settings.xml (activiti\apps\apache-maven-2.2.1\conf)
maven can't download others sources needed.
then... In my case.. I need to change both sites.
modify build.xml add:
modify setting.xml from maven
Thank you. The entry in build.xml fixed my issue.
If you don't change settings.xml (activiti\apps\apache-maven-2.2.1\conf)
maven can't download others sources needed.
then... In my case.. I need to change both sites.