Created
October 25, 2013 00:32
-
-
Save garystafford/7147553 to your computer and use it in GitHub Desktop.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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