Author: mickw Date: 2006-04-05 17:32:45 +0200 (Wed, 05 Apr 2006) New Revision: 2724
Removed: trunk/README.maven2.txt Modified: trunk/README.txt Log: just one readme with _sections_ Deleted: trunk/README.maven2.txt =================================================================== --- trunk/README.maven2.txt 2006-04-05 15:27:00 UTC (rev 2723) +++ trunk/README.maven2.txt 2006-04-05 15:32:45 UTC (rev 2724) @@ -1,43 +0,0 @@ - -h2. Port SearchFront to maven2 - -External resource: -[http://mojo.codehaus.org/] Mojo Codehous -[http://maven.apache.org/] Maven Apache Org - -[http://maven.apache.org/maven1.html#m1-or-m2] Port to maven2 ? -[http://maven.apache.org/using/bestpractices.html] Best Practises -[http://maven.apache.org/maven1.html] Maven 1 Users - -In order to port search-front-html to m2 the following steps are required: - -h3. Pros - -* Runs (much)faster than maven1 - -* Dependency handling and inheritance - -* Plugins can be written in java - Means its easy for us to write plugins:-) - -h3. Installing (not released yet) plugins -The best way is to deploy plugins like wsdl2java to dev.schiibstedsok.no, -but heres the manual way of doing it: - -Get Mojo plugins with svn(Subversion client) -{noformat} - svn checkout svn://svn.codehaus.org/mojo/scm/trunk/ mojo-site -{noformat} -Compile wsdl2java by typing *mvn install*, this will install it in your local repo. - -h3. Config and sourcelocation -Convert parameters from maven1: [EMAIL PROTECTED]@ to maven1 format $\{paramname\} - -Move source from src/java,src/wsdl to src/main/java, src/main/wsdl and so forth -(or symlink for testing) - -Change directory into src/main/conf and execute ./genm2tabs.sh and edit -configuration.properties. Edit log4j.properties and change file paths. - -h4. Execute mvn war:war - Good luck! ;-) Modified: trunk/README.txt =================================================================== --- trunk/README.txt 2006-04-05 15:27:00 UTC (rev 2723) +++ trunk/README.txt 2006-04-05 15:32:45 UTC (rev 2724) @@ -1,3 +1,7 @@ +======================================= +Certificates +======================================= + To use the https-based repository you will also have to import https://dev.schibstedsok.no/schibstedsok-ca.pem in your Java keystore. It can be done after downloading the pem-file using this command: @@ -4,3 +8,51 @@ $ $JAVA_HOME/bin/keytool -import -alias schibstedsokca -file schibstedsok-ca.pem \ -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit + + +======================================= +Maven 2 +======================================= + +h2. Port SearchFront to maven2 + +External resource: +[http://mojo.codehaus.org/] Mojo Codehous +[http://maven.apache.org/] Maven Apache Org + +[http://maven.apache.org/maven1.html#m1-or-m2] Port to maven2 ? +[http://maven.apache.org/using/bestpractices.html] Best Practises +[http://maven.apache.org/maven1.html] Maven 1 Users + +In order to port search-front-html to m2 the following steps are required: + +h3. Pros + +* Runs (much)faster than maven1 + +* Dependency handling and inheritance + +* Plugins can be written in java + Means its easy for us to write plugins:-) + +h3. Installing (not released yet) plugins +The best way is to deploy plugins like wsdl2java to dev.schiibstedsok.no, +but heres the manual way of doing it: + +Get Mojo plugins with svn(Subversion client) +{noformat} + svn checkout svn://svn.codehaus.org/mojo/scm/trunk/ mojo-site +{noformat} +Compile wsdl2java by typing *mvn install*, this will install it in your local repo. + +h3. Config and sourcelocation +Convert parameters from maven1: [EMAIL PROTECTED]@ to maven1 format $\{paramname\} + +Move source from src/java,src/wsdl to src/main/java, src/main/wsdl and so forth +(or symlink for testing) + +Change directory into src/main/conf and execute ./genm2tabs.sh and edit +configuration.properties. Edit log4j.properties and change file paths. + +h4. Execute mvn war:war + Good luck! ;-) _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
