Guest User

Untitled

a guest
Sep 6th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. maven test behind proxy (squid)
  2. ${JAVA_HOME}/bin/java -jar /tmp/surefirebooter4156656684210940660.jar /tmp/surefire2646147996861949548tmp /tmp/surefire3498083351425809633tmp
  3.  
  4. -Dhttp.proxyHost=url
  5. -Dhttp.proxyPort=port
  6. -Dhttp.proxyUser=user
  7. -Dhttp.proxyPassword=pass
  8.  
  9. <plugin>
  10. <groupId>org.apache.maven.plugins</groupId>
  11. <artifactId>maven-surefire-plugin</artifactId>
  12. <version>2.5</version>
  13. <configuration>
  14. <argLine>-DforkMode=never</argLine>
  15. </configuration>
  16. </plugin>
Add Comment
Please, Sign In to add comment