↧
Enterprise Application with Maven
This article shows how to structure a J2EE application as Maven project. As expected by J2EE standard, an enterprise application should be “packaged” in an EAR file (Enterprise Archive). This file can...
View ArticleMaven userful commands
This article shows a list of useful Maven command. Changing the project version The set goal can be used to update the version of the current module. It will automatically climb up local directories to...
View ArticleUsing the WebLogic Maven Plug-In
This article shows how to use a Maven plug-in for WebLogic Server (weblogic-maven-plugin) to perform deployment operations similar to those supported by the command-line utility, weblogic.Deployer. The...
View Article