Java properties file containing WebLogic Server properties, from blog post 'Build a Continuous Deployment System with Maven, Hudson, WebLogic Server, and JUnit': http://wp.me/p1RD28-HV.
# weblogic-maven-plugin configuration values for Oracle VM environment | |
wls.adminurl=t3://192.168.1.88:7031 | |
wls.user=weblogic | |
wls.password=welcome1 | |
wls.upload=true | |
wls.remote=false | |
wls.verbose=true | |
wls.middlewareHome=/labs/wls1211 | |
wls.name=HelloWorldMaven |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment