Integrating Maven 2 and WebLogic Portal with CMS ,Spring hibernate struts
Gerald Nunn’s blog
http://www.gexperts.com/articles/weblogic-maven.asp .
I just changed the weblogic version from 9.2.0 to 10.0.0 and added the cms specific dependencies, see below
Added for Content Management
added the dependencies in the script to run manually
mvn install:install-file -Dfile=%BEA_HOME%\wlserver_10.0\cm\lib\modules\content-management-app-lib.ear -DgroupId=weblogic-portal-cms -DartifactId=content-management-app-lib -Dversion=10.0.0 -Dpackaging=ear -DgeneratePom=true
mvn install:install-file -Dfile=%BEA_HOME%\wlserver_10.0\cm\lib\modules\content-management-web-lib.war -DgroupId=weblogic-portal-cms -DartifactId=content-management-web-lib -Dversion=10.0.0 -Dpackaging=war
For spring and hibernate added the following to my webapp pom.xml
Spring && Hibernate3
I encountered an missing dependency for javax.sql:jdbc-extjar , this can be resolved by adding the following within the repositories tag of your maven/conf/settings.xml
the above mentioned will take care of all the sun’s jar not found in ibiblo repository