Author: michiel
Date: 2009-05-17 17:07:38 +0200 (Sun, 17 May 2009)
New Revision: 35223
Added:
mmweb/trunk/README
Modified:
mmweb/trunk/pom.xml
Log:
will need packaging too?. Added a README
Added: mmweb/trunk/README
===================================================================
--- mmweb/trunk/README (rev 0)
+++ mmweb/trunk/README 2009-05-17 15:07:38 UTC (rev 35223)
@@ -0,0 +1,4 @@
+This will build the webapp as is running on www.mmbase.org.
+
+Sadly, it will not deploy and run without the database currently in use there,
so it is not so easy
+to try this out without having a copy of that database.
Modified: mmweb/trunk/pom.xml
===================================================================
--- mmweb/trunk/pom.xml 2009-05-17 15:01:12 UTC (rev 35222)
+++ mmweb/trunk/pom.xml 2009-05-17 15:07:38 UTC (rev 35223)
@@ -89,6 +89,12 @@
<version>${mmbase.version}</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.mmbase</groupId>
+ <artifactId>mmbase-packaging</artifactId>
+ <version>${mmbase.version}</version>
+ <type>war</type>
+ </dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -150,8 +156,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.5</source>
+ <target>1.5</target>
<maxmem>256M</maxmem>
<fork>${compiler.fork}</fork>
<debug>false</debug>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs