[MMBASE CVS] all pom.xml

2009-04-29 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv1366

Modified Files:
pom.xml 
Log Message:
rationalized dependency managment a bit, because it was not quite wokring 
everywhere. Added a 'servlet25' profile.


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- pom.xml 28 Apr 2009 15:17:43 -  1.20
+++ pom.xml 29 Apr 2009 07:02:39 -  1.21
@@ -153,39 +153,32 @@
 dependency
   groupIdlog4j/groupId
   artifactIdlog4j/artifactId
-  scopecompile/scope
 /dependency
 dependency
   groupIdcommons-fileupload/groupId
   artifactIdcommons-fileupload/artifactId
-  scopecompile/scope
 /dependency
 dependency
   groupIdcommons-logging/groupId
   artifactIdcommons-logging/artifactId
-  scopecompile/scope
+  scopeprovided/scope
 /dependency
 
 dependency
-  groupIdjavax.servlet/groupId
-  artifactIdservlet-api/artifactId
-/dependency
-dependency
   groupId${jsp.groupId}/groupId
   artifactIdjsp-api/artifactId
+  scopeprovided/scope
 /dependency
 
 dependency
   groupIdjavax.servlet/groupId
   artifactIdjstl/artifactId
-  scopecompile/scope
 /dependency
-!-- the dependency on standard taglibs can be dropped when going to jstl 
1.2 --
 dependency
   groupIdtaglibs/groupId
   artifactIdstandard/artifactId
-  scopecompile/scope
 /dependency
+
 !--
 dependency
   groupIdjavax.portlet/groupId
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-04-28 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv12344

Modified Files:
pom.xml 
Log Message:
Defined the version of everything that follows the mmbase version explicitely, 
which makes it possible to override it using command line options only


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- pom.xml 24 Apr 2009 07:57:38 -  1.19
+++ pom.xml 28 Apr 2009 15:17:43 -  1.20
@@ -30,6 +30,7 @@
   groupIdorg.mmbase/groupId
   artifactIdmmbase/artifactId
   packagingjar/packaging
+  version${mmbase.version}/version
   nameMMBase Core/name
 
   build
@@ -95,6 +96,9 @@
 
 
 
+ !--
+ Generate a timestamp property, which is used in the Manifest of the 
jar
+ --
  plugin
groupIdcom.keyboardsamurais.maven/groupId
artifactIdmaven-timestamp-plugin/artifactId
@@ -189,6 +193,11 @@
   version2.0/version
 /dependency
 --
+dependency
+  groupIdjunit/groupId
+  artifactIdjunit/artifactId
+  version4.4/version
+/dependency
   /dependencies
 
   reporting
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-04-24 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv5654

Modified Files:
pom.xml 
Log Message:
if you depend on mmbase.jar, include some other too


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- pom.xml 21 Apr 2009 15:52:39 -  1.18
+++ pom.xml 24 Apr 2009 07:57:38 -  1.19
@@ -149,15 +149,17 @@
 dependency
   groupIdlog4j/groupId
   artifactIdlog4j/artifactId
+  scopecompile/scope
 /dependency
 dependency
   groupIdcommons-fileupload/groupId
   artifactIdcommons-fileupload/artifactId
+  scopecompile/scope
 /dependency
 dependency
   groupIdcommons-logging/groupId
   artifactIdcommons-logging/artifactId
-  scopeprovided/scope
+  scopecompile/scope
 /dependency
 
 dependency
@@ -172,11 +174,13 @@
 dependency
   groupIdjavax.servlet/groupId
   artifactIdjstl/artifactId
+  scopecompile/scope
 /dependency
 !-- the dependency on standard taglibs can be dropped when going to jstl 
1.2 --
 dependency
   groupIdtaglibs/groupId
   artifactIdstandard/artifactId
+  scopecompile/scope
 /dependency
 !--
 dependency
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-04-21 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv18514

Modified Files:
pom.xml 
Log Message:
need dependency on standard taglibs again for jstl 1.1


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- pom.xml 20 Apr 2009 15:59:58 -  1.17
+++ pom.xml 21 Apr 2009 15:52:39 -  1.18
@@ -168,10 +168,15 @@
   groupId${jsp.groupId}/groupId
   artifactIdjsp-api/artifactId
 /dependency
+
 dependency
   groupIdjavax.servlet/groupId
   artifactIdjstl/artifactId
-  scopecompile/scope
+/dependency
+!-- the dependency on standard taglibs can be dropped when going to jstl 
1.2 --
+dependency
+  groupIdtaglibs/groupId
+  artifactIdstandard/artifactId
 /dependency
 !--
 dependency
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-04-20 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv20290

Modified Files:
pom.xml 
Log Message:
I think we can say that 1.9 is 2.4/2.0/1.1


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- pom.xml 16 Apr 2009 07:37:08 -  1.16
+++ pom.xml 20 Apr 2009 15:59:58 -  1.17
@@ -165,7 +165,7 @@
   artifactIdservlet-api/artifactId
 /dependency
 dependency
-  groupIdjavax.servlet/groupId
+  groupId${jsp.groupId}/groupId
   artifactIdjsp-api/artifactId
 /dependency
 dependency
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-04-16 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv15530

Modified Files:
pom.xml 
Log Message:
Arranged that you can compile mmbase jar also if you're not aware yet of the 
'maven' dir


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- pom.xml 4 Apr 2009 09:42:59 -   1.15
+++ pom.xml 16 Apr 2009 07:37:08 -  1.16
@@ -209,4 +209,33 @@
   /plugin
 /plugins
   /reporting
+
+  !--
+   If your local repository is still empty, and still want to start with 
this pom
+   The mmbase-parent must be downloaded and we need the repositories first.
+  --
+  repositories
+repository
+  idmmbase/id
+  nameMMBase Maven2 repository/name
+  urlhttp://www.mmbase.org/maven2/url
+/repository
+repository
+  idmmbase-snapshots/id
+  nameMMBase Maven2 snapshots repository/name
+  urlhttp://www.mmbase.org/snapshots/url
+/repository
+  /repositories
+  pluginRepositories
+pluginRepository
+  idmmbase/id
+  nameMMBase Maven2 repository/name
+  urlhttp://www.mmbase.org/maven2/url
+/pluginRepository
+pluginRepository
+  idmmbase-snapshots/id
+  nameMMBase Maven2 snapshots repository/name
+  urlhttp://www.mmbase.org/snapshots/url
+/pluginRepository
+  /pluginRepositories
 /project
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-04-04 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv4219

Modified Files:
pom.xml 
Log Message:
Made the manifest look more like the one we shipped with ant


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- pom.xml 4 Apr 2009 09:31:54 -   1.14
+++ pom.xml 4 Apr 2009 09:42:59 -   1.15
@@ -74,10 +74,21 @@
  mainClassorg.mmbase.Version/mainClass
/manifest
manifestEntries
- modedevelopment/mode
  url${pom.url}/url
+   /manifestEntries
+   manifestSections
+ manifestSection
+   nameorg/mmbase/name
+   manifestEntries
+ VendorMMBase Community/Vendor
+ URLhttp://www.mmbase.org/URL
+ CommentThe MMBase Content Management System/Comment
+ Version${project.version}.${timestamp}/Version
+ Distribution${project.version}/Distribution
  Build-Date${timestamp}/Build-Date
/manifestEntries
+ /manifestSection
+   /manifestSections
  /archive
/configuration
  /plugin
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-03-25 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv22501

Modified Files:
pom.xml 
Log Message:
remamed to 'MMBase Core'


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- pom.xml 8 Mar 2009 18:12:50 -   1.12
+++ pom.xml 25 Mar 2009 20:12:13 -  1.13
@@ -30,7 +30,7 @@
   groupIdorg.mmbase/groupId
   artifactIdmmbase/artifactId
   packagingjar/packaging
-  nameMMBase/name
+  nameMMBase Core/name
 
   build
 resources
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-03-08 Thread Nico Klasens
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv7434

Modified Files:
pom.xml 
Log Message:
Improvements for the multiproject build
Kick off a full build inside /maven


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- pom.xml 17 Feb 2009 21:13:28 -  1.11
+++ pom.xml 8 Mar 2009 18:12:50 -   1.12
@@ -1,5 +1,14 @@
 ?xml version=1.0?
-project
+!--
+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
+
+--
+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;
 
   !--
   This pom is responsible for building the mmbase jar, and perhaps the 
maven site.
@@ -15,34 +24,18 @@
   parent
 groupIdorg.mmbase/groupId
 artifactIdmmbase-parent/artifactId
-version1.9/version
-!--
-relativePathmaven-base/pom.xml/relativePath
---
+version1.9-SNAPSHOT/version
   /parent
 
   groupIdorg.mmbase/groupId
   artifactIdmmbase/artifactId
   packagingjar/packaging
   nameMMBase/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
-
-  urlhttp://www.mmbase.org/url
-
-  inceptionYear2000/inceptionYear
 
   build
 resources
   resource
-directory${basedir}/src/directory
+directorysrc/directory
 includes
   include**/*.xml/include
   include**/*.dtd/include
@@ -53,7 +46,7 @@
 filteringfalse/filtering
   /resource
   resource
-directory${basedir}/html/WEB-INF/classes/directory
+directoryhtml/WEB-INF/classes/directory
   /resource
   resource
 targetPathMETA-INF/targetPath
@@ -85,31 +78,70 @@
/configuration
--
  /plugin
+ 
+  plugin
+groupIdorg.codehaus.mojo/groupId
+artifactIdjavacc-maven-plugin/artifactId
+version2.5/version
+executions
+  execution
+idjavacc/id
+goals
+  goaljavacc/goal
+/goals
+  /execution
+/executions
+configuration
+  sourceDirectorysrc/sourceDirectory
+/configuration
+  /plugin
+  plugin
+groupIdorg.mmbase.maven/groupId
+artifactIdmaven-mmbase-plugin/artifactId
+version1.9-SNAPSHOT/version
+executions
+  execution
+idcreate-index-files/id
+goals
+  goalcreate-index-files/goal
+/goals
+  /execution
+/executions
+  /plugin
 /plugins
+
   /build
+  
   dependencies
 dependency
   groupIdlog4j/groupId
   artifactIdlog4j/artifactId
-  version1.2.13/version
 /dependency
 dependency
   groupIdcommons-fileupload/groupId
   artifactIdcommons-fileupload/artifactId
-  version1.0/version
 /dependency
 dependency
   groupIdcommons-logging/groupId
   artifactIdcommons-logging/artifactId
-  version1.1/version
   scopeprovided/scope
 /dependency
+
+dependency
+  groupIdjavax.servlet/groupId
+  artifactIdservlet-api/artifactId
+/dependency
+dependency
+  groupIdjavax.servlet/groupId
+  artifactIdjsp-api/artifactId
+/dependency
 dependency
   groupIdjavax.servlet/groupId
   artifactIdjstl/artifactId
-  version1.2/version
+  scopecompile/scope
 /dependency
   /dependencies
+  
   reporting
 plugins
   plugin
@@ -137,11 +169,4 @@
   /plugin
 /plugins
   /reporting
-
-  repositories
-repository
-  idmmbase/id
-  urlhttp://www.mmbase.org/maven2/url
-/repository
-  /repositories
 /project
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-02-17 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv9080

Modified Files:
pom.xml 
Log Message:
decided to use the same groupId for jars after all


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- pom.xml 12 Feb 2009 12:14:03 -  1.9
+++ pom.xml 17 Feb 2009 17:04:51 -  1.10
@@ -21,7 +21,7 @@
 --
   /parent
 
-  groupIdorg.mmbase.jars/groupId
+  groupIdorg.mmbase/groupId
   artifactIdmmbase/artifactId
   packagingjar/packaging
   nameMMBase/name
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-02-17 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv21292

Modified Files:
pom.xml 
Log Message:
updated jstl


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- pom.xml 17 Feb 2009 17:04:51 -  1.10
+++ pom.xml 17 Feb 2009 21:13:28 -  1.11
@@ -107,7 +107,7 @@
 dependency
   groupIdjavax.servlet/groupId
   artifactIdjstl/artifactId
-  version1.1.2/version
+  version1.2/version
 /dependency
   /dependencies
   reporting
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-02-12 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv6

Modified Files:
pom.xml 
Log Message:
updated commons logging


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- pom.xml 11 Feb 2009 19:55:37 -  1.8
+++ pom.xml 12 Feb 2009 12:14:03 -  1.9
@@ -48,6 +48,7 @@
   include**/*.dtd/include
   include**/*.xsd/include
   include**/*.properties/include
+  includeINDEX/include
 /includes
 filteringfalse/filtering
   /resource
@@ -73,6 +74,7 @@
  plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-jar-plugin/artifactId
+   !--
configuration
  archive
manifest
@@ -81,6 +83,7 @@
/manifest
  /archive
/configuration
+   --
  /plugin
 /plugins
   /build
@@ -98,7 +101,7 @@
 dependency
   groupIdcommons-logging/groupId
   artifactIdcommons-logging/artifactId
-  version1.0.4/version
+  version1.1/version
   scopeprovided/scope
 /dependency
 dependency
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-02-11 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv8573

Modified Files:
pom.xml 
Log Message:
made the mvn2 build actuall produce an mmbase.jar


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- pom.xml 30 Jul 2008 12:30:21 -  1.4
+++ pom.xml 11 Feb 2009 09:43:01 -  1.5
@@ -1,20 +1,36 @@
-?xml version=1.0 encoding=UTF-8?project
+?xml version=1.0?
+project
+
   modelVersion4.0.0/modelVersion
   !-- reference to the root POM --
+
   parent
 groupIdorg.mmbase/groupId
-artifactIdmmbase/artifactId
+artifactIdmmbase-parent/artifactId
 version1.9/version
 relativePathmaven-base/pom.xml/relativePath
   /parent
-  artifactIdmmbase-module/artifactId
-  packagingjar/packaging !--was: mmbase-module --
+
+
+  artifactIdmmbase/artifactId
+  packagingjar/packaging
   nameMMBase/name
-  descriptionMMBase 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
+  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
+
   urlhttp://www.mmbase.org/url
+
   issueManagement
 urlhttp://www.mmbase.org/bug/url
   /issueManagement
+
   ciManagement
 notifiers
   notifier
@@ -24,7 +40,9 @@
   /notifier
 /notifiers
   /ciManagement
+
   inceptionYear2000/inceptionYear
+
   mailingLists
 mailingList
   nameMMBase User List/name
@@ -203,6 +221,8 @@
 nameMMBase.org/name
 urlhttp://www.mmbase.org/url
   /organization
+
+
   build
 defaultGoalinstall/defaultGoal
 sourceDirectory${basedir}/src/sourceDirectory
@@ -238,63 +258,30 @@
   /resource
 /resources
 plugins
-  !-- plugin
-groupIdmmapps/groupId
-artifactIdmaven-mmbase-module-plugin/artifactId
-version1.2/version
-  /plugin --
-  !--
+  plugin
+artifactIdmaven-compiler-plugin/artifactId
+configuration
+  source1.5/source
+  target1.5/target
+/configuration
+  /plugin
   plugin
 groupIdorg.codehaus.mojo/groupId
 artifactIdjavacc-maven-plugin/artifactId
-version2.4/version
+version2.5/version
 executions
   execution
 idjavacc/id
 goals
   goaljavacc/goal
 /goals
-configuration
-  outputDirectory${basedir}/target/classes/outputDirectory
-  sourceDirectory${basedir}/src/org/mmbase/util/sourceDirectory
-  includes
-includeDateParser.jj/include
-  /includes
-  excludes
-include**/*.java/include
-  /excludes
-  lookAhead2/lookAhead
-  isStaticfalse/isStatic
-/configuration
-  /execution
-  execution
-idjavacc/id
-goals
-  goaljavacc/goal
-/goals
-configuration
-  outputDirectory${basedir}/target/classes/outputDirectory
-  
sourceDirectory${basedir}/src/org/mmbase/util/transformers/sourceDirectory
-  includes
-includeListParser.jj/include
-  /includes
-  excludes
-include**/*.java/include
-  /excludes
-  lookAhead2/lookAhead
-  isStaticfalse/isStatic
-/configuration
   /execution
 /executions
-  /plugin
-  --
-  plugin
-artifactIdmaven-compiler-plugin/artifactId
 configuration
-  source1.5/source
-  target1.5/target
+  sourceDirectory${basedir}/src/sourceDirectory
 /configuration
   /plugin
+
   plugin
 artifactIdmaven-javadoc-plugin/artifactId
 configuration
@@ -420,6 +407,11 @@
   version1.0/version
 /dependency
 dependency
+  groupIdcommons-logging/groupId
+  artifactIdcommons-logging/artifactId
+  version1.0.4/version
+/dependency
+dependency
   

[MMBASE CVS] all pom.xml

2009-02-11 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv11174

Modified Files:
pom.xml 
Log Message:
some more work to get mvn working


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- pom.xml 11 Feb 2009 09:43:01 -  1.5
+++ pom.xml 11 Feb 2009 10:44:52 -  1.6
@@ -1,6 +1,14 @@
 ?xml version=1.0?
 project
 
+  !--
+  This pom is responsible for building the mmbase jar, and perhaps the 
maven site.
+
+  The example war can be build with example-webapp/pom.xml
+
+
+  --
+
   modelVersion4.0.0/modelVersion
   !-- reference to the root POM --
 
@@ -27,9 +35,12 @@
 
   urlhttp://www.mmbase.org/url
 
+  !--
+  XML RPC probably not switched on  our jira?
   issueManagement
-urlhttp://www.mmbase.org/bug/url
+urlhttp://www.mmbase.org/jira/url
   /issueManagement
+  --
 
   ciManagement
 notifiers
@@ -213,8 +224,8 @@
 /license
   /licenses
   scm
-
connectionscm:cvs:pserver:gu...@cvs.mmbase.org:/var/cvs:mmbase-core/connection
-
developerConnectionscm:cvs:pserver:gu...@cvs.mmbase.org:/var/cvs:mmbase-core/developerConnection
+
connectionscm:cvs:pserver:guest:gu...@cvs.mmbase.org:/var/cvs:mmbase-core/connection
+
developerConnectionscm:cvs:ext:cvs.mmbase.org:/var/cvs:mmbase-core/developerConnection
 urlhttp://cvs.mmbase.org/viewcvs//url
   /scm
   organization
@@ -395,11 +406,18 @@
   groupIdjavax.servlet/groupId
   artifactIdservlet-api/artifactId
   version2.4/version
+  scopeprovided/scope
+/dependency
+dependency
+  groupIdjavax.servlet/groupId
+  artifactIdjsp-api/artifactId
+  version2.0/version
+  scopeprovided/scope
 /dependency
 dependency
   groupIdlog4j/groupId
   artifactIdlog4j/artifactId
-  version1.2.8/version
+  version1.2.13/version
 /dependency
 dependency
   groupIdcommons-fileupload/groupId
@@ -410,32 +428,13 @@
   groupIdcommons-logging/groupId
   artifactIdcommons-logging/artifactId
   version1.0.4/version
-/dependency
-dependency
-  groupIdjunit/groupId
-  artifactIdjunit/artifactId
-  version3.8.1/version
-/dependency
-dependency
-  groupIdjavax.servlet/groupId
-  artifactIdjsp-api/artifactId
-  version2.0/version
+  scopeprovided/scope
 /dependency
 dependency
   groupIdjavax.servlet/groupId
   artifactIdjstl/artifactId
   version1.1.2/version
 /dependency
-dependency
-  groupIdtaglibs/groupId
-  artifactIdstandard/artifactId
-  version1.1.2/version
-/dependency
-dependency
-  groupIdhsqldb/groupId
-  artifactIdhsqldb/artifactId
-  version1.8.0.7/version
-/dependency
   /dependencies
   reporting
 plugins
@@ -451,7 +450,7 @@
   plugin
 artifactIdmaven-checkstyle-plugin/artifactId
 configuration
-  configLocation${basedir}/checkstyle-mmbase.xml/configLocation
+  
configLocation${basedir}/maven-base/checkstyle-mmbase.xml/configLocation
   headerLocation${basedir}/LICENSE.txt/headerLocation
 /configuration
   /plugin
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2009-02-11 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv22414

Modified Files:
pom.xml 
Log Message:
some more effort to an mvn2 build


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- pom.xml 11 Feb 2009 10:44:52 -  1.6
+++ pom.xml 11 Feb 2009 14:11:29 -  1.7
@@ -16,7 +16,9 @@
 groupIdorg.mmbase/groupId
 artifactIdmmbase-parent/artifactId
 version1.9/version
+!--
 relativePathmaven-base/pom.xml/relativePath
+--
   /parent
 
 
@@ -35,211 +37,9 @@
 
   urlhttp://www.mmbase.org/url
 
-  !--
-  XML RPC probably not switched on  our jira?
-  issueManagement
-urlhttp://www.mmbase.org/jira/url
-  /issueManagement
-  --
-
-  ciManagement
-notifiers
-  notifier
-configuration
-  addressdevelop...@mmbase.org/address
-/configuration
-  /notifier
-/notifiers
-  /ciManagement
-
   inceptionYear2000/inceptionYear
 
-  mailingLists
-mailingList
-  nameMMBase User List/name
-  subscribehttp://lists.mmbase.org/mailman/listinfo/users/subscribe
-  unsubscribehttp://lists.mmbase.org/mailman/listinfo/users/unsubscribe
-  archivehttp://lists.mmbase.org/arc/users/threads.html/archive
-/mailingList
-mailingList
-  nameMMBase Developer List/name
-  
subscribehttp://lists.mmbase.org/mailman/listinfo/developers/subscribe
-  
unsubscribehttp://lists.mmbase.org/mailman/listinfo/developers/unsubscribe
-  archivehttp://lists.mmbase.org/arc/developers/threads.html/archive
-/mailingList
-mailingList
-  nameMMBase Commiter List/name
-  
subscribehttp://lists.mmbase.org/mailman/listinfo/committers/subscribe
-  
unsubscribehttp://lists.mmbase.org/mailman/listinfo/committers/unsubscribe
-  archivehttp://lists.mmbase.org/arc/committers/threads.html/archive
-/mailingList
-mailingList
-  nameMMBase CVS List/name
-  subscribehttp://lists.mmbase.org/mailman/listinfo/cvs/subscribe
-  unsubscribehttp://lists.mmbase.org/mailman/listinfo/cvs/unsubscribe
-  archivehttp://lists.mmbase.org/arc/cvs/index.html/archive
-/mailingList
-  /mailingLists
-  developers
-developer
-  id0/id
-  nameAndre van Toly/name
-  emailan...@toly.nl/email
-  roles
-roleWebmaster/role
-  /roles
-  timezone1/timezone
-/developer
-developer
-  id1/id
-  nameDaniel Ockeloen/name
-  emaildan...@submarine.nl/email
-  timezone1/timezone
-/developer
-developer
-  id2/id
-  nameEduard Witteveen/name
-  emaileywittev...@gmail.com/email
-  timezone1/timezone
-/developer
-developer
-  idernst/id
-  nameErnst Bunders/name
-  emailer...@dynasol.nl/email
-  urlhttp://www.dynasol.nl/url
-  organizationDynasol/organization
-  timezone1/timezone
-/developer
-developer
-  id4/id
-  nameGerard van Enk/name
-  emailgv...@xs4all.nl/email
-  timezone1/timezone
-/developer
-developer
-  id5/id
-  nameJaco de Groot/name
-  emailj...@dynasol.nl/email
-  timezone1/timezone
-/developer
-developer
-  idjohannes/id
-  nameJohannes Verelst/name
-  emailjvere...@gmail.com/email
-  timezone1/timezone
-/developer
-developer
-  idkeesj/id
-  nameKees Jongenburger/name
-  emailke...@dds.nl/email
-  organizationExmachina/organization
-  timezone1/timezone
-/developer
-developer
-  id7/id
-  nameMarcel Maatkamp/name
-  emailm.maatk...@vpro.nl/email
-  organizationVpro/organization
-  timezone1/timezone
-/developer
-developer
-  id8/id
-  nameMark Huijser/name
-  emailmark.huij...@eo.nl/email
-  organizationEO/organization
-  timezone1/timezone
-/developer
-developer
-  idmichiel/id
-  nameMichiel Meeuwissen/name
-  emailmichiel.meeuwis...@dynasol.nl/email
-  urlhttp://www.dynasol.nl/url
-  organizationDynasol/organization
-  roles
-roleRelease Manager/role
-  /roles
-  timezone1/timezone
-/developer
-developer
-  idnklasens/id
-  nameNico Klasens/name
-  emailmmb...@klasens.net/email
-  urlhttp://www.finalist.com/url
-  organizationFinalist IT Group/organization
-  roles
-roleCVS monitor/role
-rolePatch manager/role
-  /roles
-  timezone1/timezone
-/developer
-developer
-  idpierre/id
-  namePierre van Rooden/name
-  emailpierre.van.roo...@omroep.nl/email
-  organizationPublieke Omroep/organization
-  roles
-roleVote manager/role
-  /roles
-  timezone1/timezone
-/developer
-developer
-  id11/id
-  nameRico Jansen/name
-  emailr.jan...@vpro.nl/email
-  organizationVpro/organization
-  

[MMBASE CVS] all pom.xml

2009-02-11 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv11602

Modified Files:
pom.xml 
Log Message:
changed to correspond the other jars


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- pom.xml 11 Feb 2009 14:11:29 -  1.7
+++ pom.xml 11 Feb 2009 19:55:37 -  1.8
@@ -21,7 +21,7 @@
 --
   /parent
 
-
+  groupIdorg.mmbase.jars/groupId
   artifactIdmmbase/artifactId
   packagingjar/packaging
   nameMMBase/name
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2008-07-30 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv13889

Modified Files:
pom.xml 
Log Message:
i've no idea what the difference bwteen pom and project is, but anyway, heres 
the same info again


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pom.xml 18 Jun 2008 14:05:53 -  1.3
+++ pom.xml 30 Jul 2008 12:30:21 -  1.4
@@ -180,6 +180,13 @@
   organizationVpro/organization
   timezone1/timezone
 /developer
+developer
+  nameSander de Boer/name
+  idsdboer/id
+  email/email
+  organizationEO/organization
+  timezone1/timezone
+/developer
   /developers
   licenses
 license
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml project.properties

2008-06-18 Thread Michiel Meeuwissen
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv15990

Modified Files:
pom.xml project.properties 
Log Message:
it is entirely unclear how I compile more than one .jj file in this * maven


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pom.xml 21 Mar 2008 16:05:08 -  1.2
+++ pom.xml 18 Jun 2008 14:05:53 -  1.3
@@ -236,6 +236,7 @@
 artifactIdmaven-mmbase-module-plugin/artifactId
 version1.2/version
   /plugin --
+  !--
   plugin
 groupIdorg.codehaus.mojo/groupId
 artifactIdjavacc-maven-plugin/artifactId
@@ -247,8 +248,8 @@
   goaljavacc/goal
 /goals
 configuration
-  !-- outputDirectory${basedir}/target/classes/outputDirectory 
--
-  
sourceDirectory${basedir}/src/org/mmbase/util/dateparser/sourceDirectory
+  outputDirectory${basedir}/target/classes/outputDirectory
+  sourceDirectory${basedir}/src/org/mmbase/util/sourceDirectory
   includes
 includeDateParser.jj/include
   /includes
@@ -259,8 +260,27 @@
   isStaticfalse/isStatic
 /configuration
   /execution
+  execution
+idjavacc/id
+goals
+  goaljavacc/goal
+/goals
+configuration
+  outputDirectory${basedir}/target/classes/outputDirectory
+  
sourceDirectory${basedir}/src/org/mmbase/util/transformers/sourceDirectory
+  includes
+includeListParser.jj/include
+  /includes
+  excludes
+include**/*.java/include
+  /excludes
+  lookAhead2/lookAhead
+  isStaticfalse/isStatic
+/configuration
+  /execution
 /executions
   /plugin
+  --
   plugin
 artifactIdmaven-compiler-plugin/artifactId
 configuration


Index: project.properties
===
RCS file: /var/cvs/all/project.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- project.properties  11 Apr 2008 08:42:11 -  1.12
+++ project.properties  18 Jun 2008 14:05:53 -  1.13
@@ -8,8 +8,12 @@
 maven.mmbasemodule.examples=${maven.mmbasemodule.src}/html/mmexamples
 maven.mmbasemodule.config.includes=**
 
+
+
+#So, how do I compile _two_ .jj files??
 
maven.javacc.javacc.grammar=${basedir}/src/org/mmbase/util/dateparser/DateParser.jj
 maven.javacc.javacc.package=org.mmbase.util.dateparser
+
 maven.jar.index=true
 
 maven.jar.manifest.attributes.list=Main-Class
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] all pom.xml

2008-03-21 Thread Pierre van Rooden
Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv11010

Modified Files:
pom.xml 
Log Message:
switched base en mmbase core pom


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pom.xml 21 Mar 2008 15:51:36 -  1.1
+++ pom.xml 21 Mar 2008 16:05:08 -  1.2
@@ -1,21 +1,460 @@
-?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
---
-project
+?xml version=1.0 encoding=UTF-8?project
   modelVersion4.0.0/modelVersion
+  !-- reference to the root POM --
+  parent
   groupIdorg.mmbase/groupId
   artifactIdmmbase/artifactId
-  packagingpom/packaging
-  nameMMBase/name
   version1.9/version
-  descriptionMMBase 1.9/description
+relativePathmaven-base/pom.xml/relativePath
+  /parent
+  artifactIdmmbase-module/artifactId
+  packagingjar/packaging !--was: mmbase-module --
+  nameMMBase/name
+  descriptionMMBase 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
+  urlhttp://www.mmbase.org/url
+  issueManagement
+urlhttp://www.mmbase.org/bug/url
+  /issueManagement
+  ciManagement
+notifiers
+  notifier
+configuration
+  address[EMAIL PROTECTED]/address
+/configuration
+  /notifier
+/notifiers
+  /ciManagement
+  inceptionYear2000/inceptionYear
+  mailingLists
+mailingList
+  nameMMBase User List/name
+  subscribehttp://lists.mmbase.org/mailman/listinfo/users/subscribe
+  unsubscribehttp://lists.mmbase.org/mailman/listinfo/users/unsubscribe
+  archivehttp://lists.mmbase.org/arc/users/threads.html/archive
+/mailingList
+mailingList
+  nameMMBase Developer List/name
+  
subscribehttp://lists.mmbase.org/mailman/listinfo/developers/subscribe
+  
unsubscribehttp://lists.mmbase.org/mailman/listinfo/developers/unsubscribe
+  archivehttp://lists.mmbase.org/arc/developers/threads.html/archive
+/mailingList
+mailingList
+  nameMMBase Commiter List/name
+  
subscribehttp://lists.mmbase.org/mailman/listinfo/committers/subscribe
+  
unsubscribehttp://lists.mmbase.org/mailman/listinfo/committers/unsubscribe
+  archivehttp://lists.mmbase.org/arc/committers/threads.html/archive
+/mailingList
+mailingList
+  nameMMBase CVS List/name
+  subscribehttp://lists.mmbase.org/mailman/listinfo/cvs/subscribe
+  unsubscribehttp://lists.mmbase.org/mailman/listinfo/cvs/unsubscribe
+  archivehttp://lists.mmbase.org/arc/cvs/index.html/archive
+/mailingList
+  /mailingLists
+  developers
+developer
+  id0/id
+  nameAndre van Toly/name
+  email[EMAIL PROTECTED]/email
+  roles
+roleWebmaster/role
+  /roles
+  timezone1/timezone
+/developer
+developer
+  id1/id
+  nameDaniel Ockeloen/name
+  email[EMAIL PROTECTED]/email
+  timezone1/timezone
+/developer
+developer
+  id2/id
+  nameEduard Witteveen/name
+  email[EMAIL PROTECTED]/email
+  timezone1/timezone
+/developer
+developer
+  idernst/id
+  nameErnst Bunders/name
+  email[EMAIL PROTECTED]/email
+  urlhttp://www.dynasol.nl/url
+  organizationDynasol/organization
+  timezone1/timezone
+/developer
+developer
+  id4/id
+  nameGerard van Enk/name
+  email[EMAIL PROTECTED]/email
+  timezone1/timezone
+/developer
+developer
+  id5/id
+  nameJaco de Groot/name
+  email[EMAIL PROTECTED]/email
+  timezone1/timezone
+/developer
+developer
+  idjohannes/id
+  nameJohannes Verelst/name
+  email[EMAIL PROTECTED]/email
+  timezone1/timezone
+/developer
+developer
+  idkeesj/id
+  nameKees Jongenburger/name
+  email[EMAIL PROTECTED]/email
+  organizationExmachina/organization
+  timezone1/timezone
+/developer
+developer
+  id7/id
+  nameMarcel Maatkamp/name
+  email[EMAIL PROTECTED]/email
+  organizationVpro/organization
+  timezone1/timezone
+/developer
+developer
+  id8/id
+  nameMark Huijser/name
+  email[EMAIL PROTECTED]/email
+  organizationEO/organization
+  timezone1/timezone
+/developer
+developer
+  idmichiel/id
+  nameMichiel Meeuwissen/name
+