<plugin> <groupId>com.oracle.weblogic</groupId> <artifactId>wls-maven-plugin</artifactId> <version>12.1.2.0</version> <configuration> <middlewareHome>C:/oracle/wl12.1.2.0</middlewareHome> <weblogicHome>C:/oracle/wl12.1.2.0/wlserver</weblogicHome> <domainHome>C:/oracle/wl12.1.2.0/user_projects/domains/mydomain</domainHome> <source>path/to/myApp.war</source> <user>weblogic</user> <password>welcome1</password> <name>myApp</name> </configuration> </plugin>
The property values in the configuration may have their default values. You can configure the values as needed.
The goal for deployment is com.oracle.weblogic:wls-maven-plugin:deploy.
No comments:
Post a Comment