Author: nico
Date: 2009-06-04 15:28:57 +0200 (Thu, 04 Jun 2009)
New Revision: 35728
Added:
mmbase/trunk/pom.xml
Modified:
mmbase/trunk/applications/editwizard/pom.xml
mmbase/trunk/applications/pom.xml
mmbase/trunk/applications/taglib/pom.xml
mmbase/trunk/core/pom.xml
mmbase/trunk/example-webapp/pom.xml
mmbase/trunk/maven-base/pom.xml
mmbase/trunk/maven/assembly-descriptors/src/main/resources/assemblies/examples-assembly.xml
mmbase/trunk/maven/codestandards/pom.xml
mmbase/trunk/maven/pom.xml
Log:
Changes in broken maven 2 files
Modified: mmbase/trunk/applications/editwizard/pom.xml
===================================================================
--- mmbase/trunk/applications/editwizard/pom.xml 2009-06-04 13:09:41 UTC
(rev 35727)
+++ mmbase/trunk/applications/editwizard/pom.xml 2009-06-04 13:28:57 UTC
(rev 35728)
@@ -52,10 +52,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>docbook-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>
</project>
Modified: mmbase/trunk/applications/pom.xml
===================================================================
--- mmbase/trunk/applications/pom.xml 2009-06-04 13:09:41 UTC (rev 35727)
+++ mmbase/trunk/applications/pom.xml 2009-06-04 13:28:57 UTC (rev 35728)
@@ -25,6 +25,7 @@
<groupId>org.mmbase</groupId>
<artifactId>mmbase</artifactId>
<version>${mmbase.version}</version>
+ <classifier>classes</classifier>
<scope>provided</scope>
</dependency>
@@ -67,51 +68,6 @@
</dependencies>
<build>
- <resources>
- <resource>
- <directory>${basedir}/src</directory>
- <includes>
- <include>**/*.xml</include>
- <include>**/*.dtd</include>
- <include>**/*.xsd</include>
- <include>**/*.properties</include>
- <include>INDEX</include>
- </includes>
- <excludes>
- <exclude>main/**</exclude>
- </excludes>
- <filtering>false</filtering>
- </resource>
- <resource>
- <directory>${basedir}/src/main/resources</directory>
- <filtering>false</filtering>
- </resource>
- <resource>
- <targetPath>META-INF</targetPath>
- <directory>${basedir}/target/generated-resources/xml/xslt/</directory>
- <includes>
- <include>**/*.tld</include>
- </includes>
- </resource>
- <resource>
- <targetPath>META-INF</targetPath>
- <directory>${basedir}/META-INF</directory>
- <includes>
- <include>**</include>
- </includes>
- </resource>
- <resource>
- <targetPath>org/mmbase/config</targetPath>
- <directory>${basedir}/config</directory>
- </resource>
- <resource>
- <directory>${basedir}/target/generated-resources</directory>
- <includes>
- <include>org/**</include>
- </includes>
- </resource>
- </resources>
-
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Modified: mmbase/trunk/applications/taglib/pom.xml
===================================================================
--- mmbase/trunk/applications/taglib/pom.xml 2009-06-04 13:09:41 UTC (rev
35727)
+++ mmbase/trunk/applications/taglib/pom.xml 2009-06-04 13:28:57 UTC (rev
35728)
@@ -25,7 +25,6 @@
<build>
<plugins>
- <!-- Doesn't work right now
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
@@ -44,7 +43,7 @@
</execution>
</executions>
</plugin>
- -->
+
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
Modified: mmbase/trunk/core/pom.xml
===================================================================
--- mmbase/trunk/core/pom.xml 2009-06-04 13:09:41 UTC (rev 35727)
+++ mmbase/trunk/core/pom.xml 2009-06-04 13:28:57 UTC (rev 35728)
@@ -19,7 +19,6 @@
-->
<modelVersion>4.0.0</modelVersion>
- <!-- reference to the root POM -->
<parent>
<groupId>org.mmbase</groupId>
@@ -27,45 +26,13 @@
<version>1.9-SNAPSHOT</version>
</parent>
- <groupId>org.mmbase</groupId>
<artifactId>mmbase</artifactId>
- <packaging>jar</packaging>
- <version>${mmbase.version}</version>
+ <packaging>war</packaging>
<name>MMBase Core</name>
<build>
- <resources>
- <resource>
- <directory>src</directory>
- <includes>
- <include>**/*.xml</include>
- <include>**/*.dtd</include>
- <include>**/*.xsd</include>
- <include>**/*.properties</include>
- <include>INDEX</include>
- </includes>
- <filtering>false</filtering>
- </resource>
- <resource>
- <directory>html/WEB-INF/classes</directory>
- </resource>
- <resource>
- <targetPath>META-INF</targetPath>
- <directory>META-INF</directory>
- <excludes>
- <exclude>"**/CVS"</exclude>
- </excludes>
- </resource>
- <resource>
- <targetPath>org/mmbase/config</targetPath>
- <directory>config</directory>
- <excludes>
- <exclude>"**/CVS"</exclude>
- </excludes>
- </resource>
- </resources>
<plugins>
-
+
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
@@ -78,24 +45,8 @@
</goals>
</execution>
</executions>
- <configuration>
- <sourceDirectory>src</sourceDirectory>
- </configuration>
</plugin>
<plugin>
- <groupId>org.mmbase.maven</groupId>
- <artifactId>maven-mmbase-plugin</artifactId>
- <version>1.9-SNAPSHOT</version>
- <executions>
- <execution>
- <id>create-index-files</id>
- <goals>
- <goal>create-index-files</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<showDeprecation>false</showDeprecation>
@@ -125,10 +76,33 @@
</archive>
</configuration>
</plugin>
- </plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>examples-assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <failOnMissingWebXml>false</failOnMissingWebXml>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
-
<dependencies>
<dependency>
<groupId>log4j</groupId>
@@ -201,6 +175,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javacc-maven-plugin</artifactId>
+ </plugin>
</plugins>
</reporting>
Modified: mmbase/trunk/example-webapp/pom.xml
===================================================================
--- mmbase/trunk/example-webapp/pom.xml 2009-06-04 13:09:41 UTC (rev 35727)
+++ mmbase/trunk/example-webapp/pom.xml 2009-06-04 13:28:57 UTC (rev 35728)
@@ -23,25 +23,10 @@
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/../html/</directory>
- <includes>
- <include>index.jsp</include>
- <include>mmexamples/**</include>
- </includes>
- </resource>
- </webResources>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<configuration>
- <warSourceDirectory>src/webapp</warSourceDirectory>
+ <warSourceDirectory>src/main/webapp</warSourceDirectory>
</configuration>
</plugin>
</plugins>
Modified:
mmbase/trunk/maven/assembly-descriptors/src/main/resources/assemblies/examples-assembly.xml
===================================================================
---
mmbase/trunk/maven/assembly-descriptors/src/main/resources/assemblies/examples-assembly.xml
2009-06-04 13:09:41 UTC (rev 35727)
+++
mmbase/trunk/maven/assembly-descriptors/src/main/resources/assemblies/examples-assembly.xml
2009-06-04 13:28:57 UTC (rev 35728)
@@ -6,7 +6,7 @@
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
- <directory>examples</directory>
+ <directory>src/main/examples</directory>
<outputDirectory>/mmexamples/${project.name}</outputDirectory>
<includes>
<include>**/*</include>
Modified: mmbase/trunk/maven/codestandards/pom.xml
===================================================================
--- mmbase/trunk/maven/codestandards/pom.xml 2009-06-04 13:09:41 UTC (rev
35727)
+++ mmbase/trunk/maven/codestandards/pom.xml 2009-06-04 13:28:57 UTC (rev
35728)
@@ -15,18 +15,4 @@
<name>MMBase code standards</name>
<version>${mmbase.version}</version>
-
- <repositories>
- <repository>
- <id>mmbase</id>
- <name>MMBase Maven2 repository</name>
- <url>http://www.mmbase.org/maven2</url>
- </repository>
- <repository>
- <id>mmbase-snapshots</id>
- <name>MMBase Maven2 snapshots repository</name>
- <url>http://www.mmbase.org/snapshots</url>
- </repository>
- </repositories>
-
</project>
Modified: mmbase/trunk/maven/pom.xml
===================================================================
--- mmbase/trunk/maven/pom.xml 2009-06-04 13:09:41 UTC (rev 35727)
+++ mmbase/trunk/maven/pom.xml 2009-06-04 13:28:57 UTC (rev 35728)
@@ -16,39 +16,8 @@
<version>${mmbase.version}</version>
<modules>
- <module>../maven-base</module>
-
<module>codestandards</module>
<module>assembly-descriptors</module>
<module>maven-mmbase-plugin</module>
-
- <module>../core</module>
- <module>../applications</module>
- <module>../base-webapp</module>
- <module>../example-webapp</module>
</modules>
-
- <build>
- <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
- <resources>
- <resource>
- <directory>${basedir}/src/main/resources</directory>
- </resource>
- </resources>
- </build>
-
- <repositories>
- <repository>
- <id>mmbase</id>
- <name>MMBase Maven2 repository</name>
- <url>http://www.mmbase.org/maven2</url>
- </repository>
- <repository>
- <id>mmbase-snapshots</id>
- <name>MMBase Maven2 snapshots repository</name>
- <url>http://www.mmbase.org/snapshots</url>
- </repository>
- </repositories>
-
-
</project>
Modified: mmbase/trunk/maven-base/pom.xml
===================================================================
--- mmbase/trunk/maven-base/pom.xml 2009-06-04 13:09:41 UTC (rev 35727)
+++ mmbase/trunk/maven-base/pom.xml 2009-06-04 13:28:57 UTC (rev 35728)
@@ -11,61 +11,18 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.mmbase</groupId>
+ <artifactId>mmbase-cms</artifactId>
+ <version>1.9-SNAPSHOT</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.mmbase</groupId>
<artifactId>mmbase-parent</artifactId>
<packaging>pom</packaging>
<name>MMBase</name>
- <version>${mmbase.version}</version>
-
- <description>
- MMBase is a Web Content Management System with strong multi media
features. MMBase has a large
- installed base in The Netherlands, and is used by major Dutch
broadcasters, publishers,
- educational institutes, national and local governments. MMBase is written
in Java, it is Open
- Source Software (MPL) and all standards used are as 'open' as possible.
The system can be used
- with all major operating systems, webservers and databases.
- </description>
- <url>http://www.mmbase.org/mm2</url>
- <inceptionYear>2000</inceptionYear>
-
- <organization>
- <name>MMBase.org</name>
- <url>http://www.mmbase.org</url>
- </organization>
-
- <licenses>
- <license>
- <name>Mozilla Public License 1.0 (MPL)</name>
- <url>http://www.mmbase.org/license</url>
- </license>
- </licenses>
-
- <scm>
- <connection>scm:svn:https://scm.mmbase.org/mmbase/trunk</connection>
-
<developerConnection>scm:svn:https://scm.mmbase.org/mmbase/trunk</developerConnection>
- <url>https://scm.mmbase.org/mmbase/trunk</url>
- </scm>
-
- <issueManagement>
- <system>JIRA</system>
- <url>http://www.mmbase.org/jira/</url>
- </issueManagement>
-
- <ciManagement>
- <notifiers>
- <notifier>
- <configuration>
- <address>[email protected]</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
-
- <prerequisites>
- <maven>2.0.9</maven>
- </prerequisites>
-
<properties>
<compiler.fork>false</compiler.fork>
@@ -120,168 +77,71 @@
</properties>
- <mailingLists>
- <mailingList>
- <name>MMBase User List</name>
- <subscribe>http://lists.mmbase.org/mailman/listinfo/users</subscribe>
- <unsubscribe>http://lists.mmbase.org/mailman/listinfo/users</unsubscribe>
- <archive>http://lists.mmbase.org/arc/users/threads.html</archive>
- </mailingList>
- <mailingList>
- <name>MMBase Developer List</name>
-
<subscribe>http://lists.mmbase.org/mailman/listinfo/developers</subscribe>
-
<unsubscribe>http://lists.mmbase.org/mailman/listinfo/developers</unsubscribe>
- <archive>http://lists.mmbase.org/arc/developers/threads.html</archive>
- </mailingList>
- <mailingList>
- <name>MMBase SCM changes List</name>
- <subscribe>http://lists.mmbase.org/mailman/listinfo/cvs</subscribe>
- <unsubscribe>http://lists.mmbase.org/mailman/listinfo/cvs</unsubscribe>
- <archive>http://lists.mmbase.org/arc/cvs/index.html</archive>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <id>0</id>
- <name>Andre van Toly</name>
- <email>[email protected]</email>
- <roles>
- <role>Webmaster</role>
- </roles>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>1</id>
- <name>Daniel Ockeloen</name>
- <email>[email protected]</email>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>2</id>
- <name>Eduard Witteveen</name>
- <email>[email protected]</email>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>ernst</id>
- <name>Ernst Bunders</name>
- <email>[email protected]</email>
- <url>http://www.dynasol.nl</url>
- <organization>Dynasol</organization>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>4</id>
- <name>Gerard van Enk</name>
- <email>[email protected]</email>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>5</id>
- <name>Jaco de Groot</name>
- <email>[email protected]</email>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>johannes</id>
- <name>Johannes Verelst</name>
- <email>[email protected]</email>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>keesj</id>
- <name>Kees Jongenburger</name>
- <email>[email protected]</email>
- <organization>Exmachina</organization>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>7</id>
- <name>Marcel Maatkamp</name>
- <email>[email protected]</email>
- <organization>Vpro</organization>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>8</id>
- <name>Mark Huijser</name>
- <email>[email protected]</email>
- <organization>EO</organization>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>michiel</id>
- <name>Michiel Meeuwissen</name>
- <email>[email protected]</email>
- <url>http://www.dynasol.nl</url>
- <organization>Dynasol</organization>
- <roles>
- <role>Release Manager</role>
- </roles>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>nklasens</id>
- <name>Nico Klasens</name>
- <email>[email protected]</email>
- <url>http://www.finalist.com</url>
- <organization>Finalist IT Group</organization>
- <roles>
- <role>Source monitor</role>
- <role>Patch manager</role>
- </roles>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>pierre</id>
- <name>Pierre van Rooden</name>
- <email>[email protected]</email>
- <organization>Publieke Omroep</organization>
- <roles>
- <role>Vote manager</role>
- </roles>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>11</id>
- <name>Rico Jansen</name>
- <email>[email protected]</email>
- <organization>Vpro</organization>
- <roles>
- <role>Hosting</role>
- </roles>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>12</id>
- <name>Rob van Maris</name>
- <email>[email protected]</email>
- <roles>
- <role>Project coordination</role>
- <role>Meeting coordination</role>
- </roles>
- <timezone>1</timezone>
- </developer>
- <developer>
- <id>13</id>
- <name>Rob Vermeulen</name>
- <email>[email protected]</email>
- <organization>Vpro</organization>
- <timezone>1</timezone>
- </developer>
- <developer>
- <name>Sander de Boer</name>
- <id>sdboer</id>
- <email></email>
- <organization>EO</organization>
- <timezone>1</timezone>
- </developer>
- </developers>
-
<build>
<defaultGoal>install</defaultGoal>
- <sourceDirectory>src</sourceDirectory>
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
+ <resource>
+
<directory>src/main/resources-filtered</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ <filtering>true</filtering>
+ </resource>
+ <resource>
+ <targetPath>org/mmbase/config</targetPath>
+ <directory>src/main/config</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
+ <resource>
+
<directory>target/generated/src/main/resources</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>src/test/java</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </testResource>
+ <testResource>
+ <directory>src/test/java</directory>
+ <includes>
+ <include>**/*.xml</include>
+ </includes>
+ <filtering>true</filtering>
+ </testResource>
+ <testResource>
+
<directory>target/generated/src/test/resources</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </testResource>
+ </testResources>
+
<pluginManagement>
<plugins>
<plugin>
@@ -689,57 +549,6 @@
</dependencyManagement>
- <distributionManagement>
- <repository>
- <id>mmbase</id>
- <name>MMBase maven 2 repository</name>
- <url>scp://mmbase.org/home/mmweb/web/maven2</url>
- </repository>
- <snapshotRepository>
- <id>mmbase-snapshots</id>
- <name>MMBase Maven2 Snapshot Repository</name>
- <url>scp://mmbase.org/home/mmweb/web/snapshots</url>
- <uniqueVersion>false</uniqueVersion>
- </snapshotRepository>
- <site>
- <id>mmbase-website</id>
- <url>scp://mmbase.org/home/mmweb/web/mm2/</url>
- </site>
- </distributionManagement>
-
- <repositories>
- <repository>
- <id>mmbase</id>
- <name>MMBase Maven2 repository</name>
- <url>http://www.mmbase.org/maven2</url>
- </repository>
- <repository>
- <id>mmbase-snapshots</id>
- <name>MMBase Maven2 snapshots repository</name>
- <url>http://www.mmbase.org/snapshots</url>
- </repository>
- <repository>
- <id>jboss</id>
- <name>JBoss maven 2 repository</name>
- <url>http://repository.jboss.com/maven2</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>mmbase</id>
- <name>MMBase Maven2 repository</name>
- <url>http://www.mmbase.org/maven2</url>
- </pluginRepository>
- <pluginRepository>
- <id>mmbase-snapshots</id>
- <name>MMBase Maven2 snapshots repository</name>
- <url>http://www.mmbase.org/snapshots</url>
- <snapshots>
- <updatePolicy>daily</updatePolicy>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
-
<profiles>
<profile>
<id>fastinstall</id>
Added: mmbase/trunk/pom.xml
===================================================================
--- mmbase/trunk/pom.xml (rev 0)
+++ mmbase/trunk/pom.xml 2009-06-04 13:28:57 UTC (rev 35728)
@@ -0,0 +1,292 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+This software is OSI Certified Open Source Software.
+OSI Certified is a certification mark of the Open Source Initiative
+
+The license (Mozilla version 1.0) can be read at the MMBase site.
+See http://www.MMBase.org/license
+Version $Id: pom.xml,v 1.8 2009/02/20 15:21:28 michiel Exp $
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.mmbase</groupId>
+ <artifactId>mmbase-cms</artifactId>
+ <version>1.9-SNAPSHOT</version>
+ <name>MMBase</name>
+
+ <packaging>pom</packaging>
+
+ <description>
+ MMBase is a Web Content Management System with strong multi media
features. MMBase has a large
+ installed base in The Netherlands, and is used by major Dutch
broadcasters, publishers,
+ educational institutes, national and local governments. MMBase is written
in Java, it is Open
+ Source Software (MPL) and all standards used are as 'open' as possible.
The system can be used
+ with all major operating systems, webservers and databases.
+ </description>
+ <url>http://www.mmbase.org/mm2</url>
+ <inceptionYear>2000</inceptionYear>
+
+ <organization>
+ <name>MMBase.org</name>
+ <url>http://www.mmbase.org</url>
+ </organization>
+
+ <licenses>
+ <license>
+ <name>Mozilla Public License 1.0 (MPL)</name>
+ <url>http://www.mmbase.org/license</url>
+ </license>
+ </licenses>
+
+ <scm>
+ <connection>scm:svn:https://scm.mmbase.org/mmbase/trunk</connection>
+
<developerConnection>scm:svn:https://scm.mmbase.org/mmbase/trunk</developerConnection>
+ <url>https://scm.mmbase.org/mmbase/trunk</url>
+ </scm>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://www.mmbase.org/jira/</url>
+ </issueManagement>
+
+ <ciManagement>
+ <notifiers>
+ <notifier>
+ <configuration>
+ <address>[email protected]</address>
+ </configuration>
+ </notifier>
+ </notifiers>
+ </ciManagement>
+
+ <prerequisites>
+ <maven>2.0.9</maven>
+ </prerequisites>
+
+ <properties>
+ <compiler.fork>false</compiler.fork>
+ </properties>
+
+
+ <mailingLists>
+ <mailingList>
+ <name>MMBase User List</name>
+ <subscribe>http://lists.mmbase.org/mailman/listinfo/users</subscribe>
+ <unsubscribe>http://lists.mmbase.org/mailman/listinfo/users</unsubscribe>
+ <archive>http://lists.mmbase.org/arc/users/threads.html</archive>
+ </mailingList>
+ <mailingList>
+ <name>MMBase Developer List</name>
+
<subscribe>http://lists.mmbase.org/mailman/listinfo/developers</subscribe>
+
<unsubscribe>http://lists.mmbase.org/mailman/listinfo/developers</unsubscribe>
+ <archive>http://lists.mmbase.org/arc/developers/threads.html</archive>
+ </mailingList>
+ <mailingList>
+ <name>MMBase SCM changes List</name>
+ <subscribe>http://lists.mmbase.org/mailman/listinfo/cvs</subscribe>
+ <unsubscribe>http://lists.mmbase.org/mailman/listinfo/cvs</unsubscribe>
+ <archive>http://lists.mmbase.org/arc/cvs/index.html</archive>
+ </mailingList>
+ </mailingLists>
+
+ <developers>
+ <developer>
+ <id>0</id>
+ <name>Andre van Toly</name>
+ <email>[email protected]</email>
+ <roles>
+ <role>Webmaster</role>
+ </roles>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>1</id>
+ <name>Daniel Ockeloen</name>
+ <email>[email protected]</email>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>2</id>
+ <name>Eduard Witteveen</name>
+ <email>[email protected]</email>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>ernst</id>
+ <name>Ernst Bunders</name>
+ <email>[email protected]</email>
+ <url>http://www.dynasol.nl</url>
+ <organization>Dynasol</organization>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>4</id>
+ <name>Gerard van Enk</name>
+ <email>[email protected]</email>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>5</id>
+ <name>Jaco de Groot</name>
+ <email>[email protected]</email>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>johannes</id>
+ <name>Johannes Verelst</name>
+ <email>[email protected]</email>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>keesj</id>
+ <name>Kees Jongenburger</name>
+ <email>[email protected]</email>
+ <organization>Exmachina</organization>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>7</id>
+ <name>Marcel Maatkamp</name>
+ <email>[email protected]</email>
+ <organization>Vpro</organization>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>8</id>
+ <name>Mark Huijser</name>
+ <email>[email protected]</email>
+ <organization>EO</organization>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>michiel</id>
+ <name>Michiel Meeuwissen</name>
+ <email>[email protected]</email>
+ <url>http://www.dynasol.nl</url>
+ <organization>Dynasol</organization>
+ <roles>
+ <role>Release Manager</role>
+ </roles>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>nklasens</id>
+ <name>Nico Klasens</name>
+ <email>[email protected]</email>
+ <url>http://www.finalist.com</url>
+ <organization>Finalist IT Group</organization>
+ <roles>
+ <role>Source monitor</role>
+ <role>Patch manager</role>
+ </roles>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>pierre</id>
+ <name>Pierre van Rooden</name>
+ <email>[email protected]</email>
+ <organization>Publieke Omroep</organization>
+ <roles>
+ <role>Vote manager</role>
+ </roles>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>11</id>
+ <name>Rico Jansen</name>
+ <email>[email protected]</email>
+ <organization>Vpro</organization>
+ <roles>
+ <role>Hosting</role>
+ </roles>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>12</id>
+ <name>Rob van Maris</name>
+ <email>[email protected]</email>
+ <roles>
+ <role>Project coordination</role>
+ <role>Meeting coordination</role>
+ </roles>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <id>13</id>
+ <name>Rob Vermeulen</name>
+ <email>[email protected]</email>
+ <organization>Vpro</organization>
+ <timezone>1</timezone>
+ </developer>
+ <developer>
+ <name>Sander de Boer</name>
+ <id>sdboer</id>
+ <email></email>
+ <organization>EO</organization>
+ <timezone>1</timezone>
+ </developer>
+ </developers>
+
+ <modules>
+ <module>maven</module>
+ <module>maven-base</module>
+ <module>core</module>
+ <module>applications</module>
+ <module>example-webapp</module>
+ </modules>
+
+ <distributionManagement>
+ <repository>
+ <id>mmbase</id>
+ <name>MMBase maven 2 repository</name>
+ <url>scp://mmbase.org/home/mmweb/web/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>mmbase-snapshots</id>
+ <name>MMBase Maven2 Snapshot Repository</name>
+ <url>scp://mmbase.org/home/mmweb/web/snapshots</url>
+ <uniqueVersion>false</uniqueVersion>
+ </snapshotRepository>
+ <site>
+ <id>mmbase-website</id>
+ <url>scp://mmbase.org/home/mmweb/web/mm2/</url>
+ </site>
+ </distributionManagement>
+
+ <repositories>
+ <repository>
+ <id>mmbase</id>
+ <name>MMBase Maven2 repository</name>
+ <url>http://www.mmbase.org/maven2</url>
+ </repository>
+ <repository>
+ <id>mmbase-snapshots</id>
+ <name>MMBase Maven2 snapshots repository</name>
+ <url>http://www.mmbase.org/snapshots</url>
+ </repository>
+
+ <repository>
+ <id>jboss</id>
+ <name>JBoss maven 2 repository</name>
+ <url>http://repository.jboss.com/maven2</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>mmbase</id>
+ <name>MMBase Maven2 repository</name>
+ <url>http://www.mmbase.org/maven2</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>mmbase-snapshots</id>
+ <name>MMBase Maven2 snapshots repository</name>
+ <url>http://www.mmbase.org/snapshots</url>
+ <snapshots>
+ <updatePolicy>daily</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
+</project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs