Log of /james/server/trunk/pom.xml
Parent Directory
|
Revision Log
Revision
824558 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 13 01:06:29 2009 UTC
(6 weeks ago)
by
bago
File length: 36659 byte(s)
Diff to
previous 824345
(
colored)
trying to add maven 2 dependencies to fix m2 build.
ant is broken because a library (avalon-socket-library) cannot depend on another library (socket-shared-library). maybe we need a socket-api and then the 2 libraries should not depend on each other.
Revision
824345 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 12 14:10:11 2009 UTC
(6 weeks ago)
by
norman
File length: 36243 byte(s)
Diff to
previous 822665
(
colored)
Move code which not depends on avalon sockets (excalibur) to extra module. This will allow easier switching from excalibur to mina..
Revision
699673 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 27 15:55:07 2008 UTC
(13 months, 3 weeks ago)
by
bago
File length: 33309 byte(s)
Diff to
previous 699629
(
colored)
mailet new name is apache-mailet.
Updated mailet products jars in stage and m2/ant builds to reflect this change.
Revision
693400 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 9 08:22:11 2008 UTC
(14 months, 2 weeks ago)
by
bago
File length: 33435 byte(s)
Diff to
previous 692892
(
colored)
Updated poms to use apache-james-imap-*-0.1-SNAPSHOT as dependency.
Removed javadoc/tests jars for apache-james-imap.
Added poms to stage for apache-james-imap.
Revision
687712 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 21 11:04:45 2008 UTC
(15 months ago)
by
bago
File length: 34493 byte(s)
Diff to
previous 686696
(
colored)
Changed the way m2 depends on javamail.
Added support for building against geronimo implementation via maven profile (-Pgeronimo)
Should help investigating on JAMES-850, too.
Revision
686498 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 16 13:29:22 2008 UTC
(15 months, 1 week ago)
by
bago
File length: 33506 byte(s)
Diff to
previous 685105
(
colored)
sar-deployment is intended to only generate the james.sar file, so
- there's no need to have phoenix-bin included
- we can try to use the common deployment build mechanism.
Revision
685105 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 12 09:37:44 2008 UTC
(15 months, 1 week ago)
by
bago
File length: 33469 byte(s)
Diff to
previous 685080
(
colored)
Renamed james-common-util to james-server-common-util and james-javamail-util to james-server-javamail-util.
At first I chose the serverless name, but ant build uses james-server prefix for every module, so it's easier to use the same name from m2 too.
Revision
685080 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 12 08:22:30 2008 UTC
(15 months, 1 week ago)
by
bago
File length: 33455 byte(s)
Diff to
previous 684811
(
colored)
Third (and last) round at cleaning/fixing m2 granular dependencies.
Now real dependencies for each module should be better detailed/documented in the poms.
Revision
684424 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 10 09:04:40 2008 UTC
(15 months, 2 weeks ago)
by
bago
File length: 32656 byte(s)
Diff to
previous 681766
(
colored)
Introduced new modules:
common-util: contains only InternetPrintWriter ATM
mailnotification-utl: some javamail only dsn/mdn code
avalon-socket-library: the basic framework used by our socketbased functions.
moved some class from user-library to user-api.
Revision
681130 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 30 17:18:06 2008 UTC
(15 months, 3 weeks ago)
by
bago
File length: 31994 byte(s)
Diff to
previous 681123
(
colored)
Declare mailet's test-jar in dependency-management.
Add base-mailet test-jar to avalon-user-function module.
Revision
681114 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 30 16:38:24 2008 UTC
(15 months, 3 weeks ago)
by
bago
File length: 31373 byte(s)
Diff to
previous 681112
(
colored)
Update ant-based build to make use of mailet's (base+standard) tests jar in the test classpath.
Updated mailet version dependency from 3.0-SNAPSHOT to 2.4-SNAPSHOT (4th attempt.. forgot an m2 dependency)
Revision
681112 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 30 16:31:57 2008 UTC
(15 months, 3 weeks ago)
by
bago
File length: 31373 byte(s)
Diff to
previous 681086
(
colored)
The main pom should not have dependencies, otherwise we don't give "stage" the chance to install them.
Revision
680729 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 29 15:06:06 2008 UTC
(15 months, 3 weeks ago)
by
bago
File length: 31121 byte(s)
Diff to
previous 675879
(
colored)
Updated dnsjava to 2.0.6 (JAMES-816).
The jar is distributed under the license of the previous dnsjava 2.0.5 and has the same copyright holder.
Revision
675879 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 11 09:24:18 2008 UTC
(16 months, 2 weeks ago)
by
bago
File length: 31121 byte(s)
Diff to
previous 672656
(
colored)
Created an avalon-spring-bridge-library module including non-james specific code for the avalon-spring bridge.
Revision
672656 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 29 18:35:25 2008 UTC
(16 months, 3 weeks ago)
by
bago
File length: 30693 byte(s)
Diff to
previous 671202
(
colored)
Moved local repository "hack" to the stage module (JAMES-840)
Patch submitted by David Jencks. Thanks.
Revision
671202 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 24 15:04:45 2008 UTC
(17 months ago)
by
bago
File length: 29833 byte(s)
Diff to
previous 671199
(
colored)
Move real javamail dependency to the parent pom, to make it easier to switch to alternative implementations. (related to JAMES-845)
Documented how to use geronimo in the main pom.
Revision
671199 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 24 14:53:22 2008 UTC
(17 months ago)
by
bago
File length: 28792 byte(s)
Diff to
previous 663356
(
colored)
I added remotedelivery tests to mailets-function, but they depended on utils we had in phoenix-deployment.
Moved some utility class to core-library tests so that they can be shared between functions.
Updated the m2 descriptors to take care of the test dependencies.
Revision
663356 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 4 19:46:02 2008 UTC
(17 months, 2 weeks ago)
by
bago
File length: 28559 byte(s)
Diff to
previous 663031
(
colored)
Created pom for mailbox-library, updated dependencies for most modules:
- removed junit dependency from modules with no tests (newest maven works now, old mavens had error in this case).
- removed unused dependencies from modules.
- added explicit dependencies to modules where needed (sometimes we relied to transitive dependencies for direct dependencies and this "hide" real dependencies).
Revision
663031 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 4 08:29:52 2008 UTC
(17 months, 2 weeks ago)
by
bago
File length: 28280 byte(s)
Diff to
previous 654480
(
colored)
Forgot to commit this updated pom the last month. (add mailet-function and remove imap-commands modules)
Revision
654480 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 8 11:31:43 2008 UTC
(18 months, 2 weeks ago)
by
bago
File length: 28288 byte(s)
Diff to
previous 652517
(
colored)
Fix m2 dependencies declaration:
- apache-james-standard-mailets and apache-james-mailet-base declared in main pom dependencyManagement
- added apache-mime4j as a torque-mailboxmanager-function dependencies
- added apache-james-standard-mailets to spoolmanager-function (because some Abstract mailet has been moved to the standard-mailets project)
- removed mordred-library module from main pom module lists (the module has been removed from the source tree previously)
Revision
600157 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 1 16:25:37 2007 UTC
(23 months, 3 weeks ago)
by
rdonkin
File length: 26089 byte(s)
Diff to
previous 593998
(
colored)
Base JMS integration using ActiveMQ. When the JMS service is enabled, JAMES will run a JMS server and will allow clients to connect to it. Outline implementation for review.
Revision
580728 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 30 14:17:34 2007 UTC
(2 years, 1 month ago)
by
bago
File length: 25598 byte(s)
Diff to
previous 576203
(
colored)
Fix for broken nightly builds.
m2 updates for jspf to apache-jspf artifact name changes and unused dependency exclusions.
Revision
576203 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 16 22:55:25 2007 UTC
(2 years, 2 months ago)
by
bago
File length: 25115 byte(s)
Diff to
previous 576181
(
colored)
SVN should do atomic commit, but it doesn't seem so.
xstream was not committed, so I updated it to 1.2.2 (latest available) and added it to LICENSE.txt (part of JAMES-797)
Revision
576181 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 16 21:29:31 2007 UTC
(2 years, 2 months ago)
by
bago
File length: 25113 byte(s)
Diff to
previous 556260
(
colored)
Big dependencies update.
Updated dnsjava to 2.0.5 (JAMES-816)
Updated all of the cornerstone libraries to 2.2.2 (JAMES-798)
Updated torque to 3.3RC2
Updated javamail 1.4.1ea to a newer build (related to JAMES-693)
Updated maven2 poms introducing the dependencyManagement stuff in the root pom, so to have dependencies versions in a single place.
Updated license file to reflect changed paths (part of JAMES-797)
Revision
524421 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sat Mar 31 13:23:08 2007 UTC
(2 years, 7 months ago)
by
bago
File length: 5370 byte(s)
Added maven2 poms for every module and updated the phoenix-deployment module to work in multimodule project.
Moved website from phoenix-module to the root module.
Configured the main pom.xml to create aggregated jxr and javadocs reports (1 single structure and not per-module)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.