Index: processor/pom.xml =================================================================== --- processor/pom.xml (revision 1074121) +++ processor/pom.xml (working copy) @@ -19,10 +19,9 @@ --> - apache-james-imap-parent + apache-james-imap org.apache.james 0.2-M2-SNAPSHOT - ../parent/pom.xml 4.0.0 org.apache.james Index: message/pom.xml =================================================================== --- message/pom.xml (revision 1074121) +++ message/pom.xml (working copy) @@ -19,10 +19,9 @@ --> - apache-james-imap-parent + apache-james-imap org.apache.james 0.2-M2-SNAPSHOT - ../parent/pom.xml 4.0.0 org.apache.james Index: api/pom.xml =================================================================== --- api/pom.xml (revision 1074121) +++ api/pom.xml (working copy) @@ -19,10 +19,9 @@ --> - apache-james-imap-parent + apache-james-imap org.apache.james 0.2-M2-SNAPSHOT - ../parent/pom.xml 4.0.0 org.apache.james Index: parent/pom.xml =================================================================== --- parent/pom.xml (revision 1074121) +++ parent/pom.xml (working copy) @@ -1,420 +0,0 @@ - - - - - james-project - org.apache.james - 1.5 - - 4.0.0 - org.apache.james - apache-james-imap-parent - Apache James IMAP Parent pom - 0.2-M2-SNAPSHOT - The Apache James Imap Protocol - http://james.apache.org/imap/ - 2002 - pom - - - scm:svn:http://svn.apache.org/repos/asf/james/imap/trunk - scm:svn:https://svn.apache.org/repos/asf/james/imap/trunk - http://svn.apache.org/viewcvs.cgi/james/imap/trunk?root=Apache-SVN - - - - - - maven2-repository.dev.java.net - Java.net Repository for Maven - http://download.java.net/maven/2/ - default - - - - - - - maven-compiler-plugin - - true - ${target.jdk} - ${target.jdk} - - - - org.apache.maven.plugins - maven-jar-plugin - - - - jar - test-jar - - - - - true - - - true - true - - - - - - maven-assembly-plugin - - - bin - src - - - - - org.apache.felix - maven-bundle-plugin - - - bundle-manifest - process-classes - - manifest - - - - true - - - org.apache.james.imap.* - *;scope=runtime - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - pertest - -Xms256m -Xmx512m - false - false - - **/*Test.java - - - - - maven-jxr-plugin - - true - - - - org.codehaus.mojo - rat-maven-plugin - 1.0-alpha-3 - - - NOTICE.* - LICENSE.* - - release.properties - dist/**/* - - **/.* - .*/**/* - - - - - - maven-pmd-plugin - - true - ${target.jdk} - - /rulesets/basic.xml - /rulesets/unusedcode.xml - /rulesets/imports.xml - - xml - true - utf-8 - 100 - - - - maven-site-plugin - - - org.codehaus.mojo - findbugs-maven-plugin - 2.0.1 - - - - - - - imap-website - scp://people.apache.org/www/james.apache.org/imap - - - - - - - - org.apache.james - apache-james-mailbox-api - 0.2-M2-SNAPSHOT - - - org.apache.james - apache-james-mailbox-api - ${project.version} - test-jar - test - - - - org.apache.james - apache-james-imap-message - ${project.version} - - - - org.apache.james - apache-james-imap-processor - ${project.version} - - - - org.apache.james - apache-james-imap-api - ${project.version} - - - org.apache.james - apache-james-imap-api - ${project.version} - test-jar - test - - - - - - org.apache.james - apache-mime4j - ${version.apache-mime4j} - - - - - javax.mail - mail - ${version.javax.mail} - - - javax.activation - activation - ${version.activation} - - - org.apache.geronimo.specs - geronimo-activation_1.1_spec - 1.0.2 - - - org.apache.geronimo.javamail - geronimo-javamail_1.4_mail - 1.6 - - - - - - org.apache.james - apache-mailet - 2.4 - - - javax.mail - mail - - - - - - - commons-collections - commons-collections - ${version.commons-collections} - - - commons-logging - commons-logging - ${version.commons-logging} - - - logkit - logkit - - - avalon-framework - avalon-framework - - - log4j - log4j - - - javax.servlet - servlet-api - - - - - commons-lang - commons-lang - ${version.commons-lang} - - - - - commons-beanutils - commons-beanutils - 1.7.0 - - - - - - - junit - junit - 4.8.1 - test - - - junit - junit-dep - 4.4 - test - - - org.jmock - jmock - ${version.jmock} - test - - - org.jmock - jmock-junit4 - ${version.jmock} - test - - - com.h2database - h2 - 1.2.134 - test - - - org.apache.derby - derby - 10.2.2.0 - test - - - commons-io - commons-io - 1.4 - - - - - - - - - - - - geronimo - - org.apache.geronimo.javamail - geronimo-javamail_1.4_mail - org.apache.geronimo.specs - geronimo-activation_1.1_spec - 1.6 - 1.0.2 - - - - - javax.activation - activation - javax.mail - mail - UTF-8 - 3.0-SNAPSHOT - 2.0.1 - 1.0.2 - 2.4 - 3.2.1 - 1.1 - 0.6 - 1.4.3 - 1.1.1 - 3.3 - 2.5.1 - 1.5 - - - Index: pom.xml =================================================================== --- pom.xml (revision 1074121) +++ pom.xml (working copy) @@ -19,11 +19,11 @@ --> + james-project org.apache.james - apache-james-imap-parent - 0.2-M2-SNAPSHOT - ./parent/pom.xml + 1.5 + 4.0.0 org.apache.james apache-james-imap @@ -33,38 +33,396 @@ http://james.apache.org/imap/ 2002 pom + - parent api message processor + imap-website scp://people.apache.org/www/james.apache.org/imap + scm:svn:http://svn.apache.org/repos/asf/james/imap/trunk scm:svn:https://svn.apache.org/repos/asf/james/imap/trunk http://svn.apache.org/viewcvs.cgi/james/imap/trunk?root=Apache-SVN + + + + + maven2-repository.dev.java.net + Java.net Repository for Maven + http://download.java.net/maven/2/ + default + + + + + + + maven-compiler-plugin + + true + ${target.jdk} + ${target.jdk} + + + + org.apache.maven.plugins + maven-jar-plugin + + + + jar + test-jar + + + + + true + + + true + true + + + + + + maven-assembly-plugin + + + bin + src + + + + + org.apache.felix + maven-bundle-plugin + + + bundle-manifest + process-classes + + manifest + + + + true + + + org.apache.james.imap.* + *;scope=runtime + + + + + + + + + + + org.apache.james + apache-james-mailbox-api + 0.2-M2-SNAPSHOT + + + org.apache.james + apache-james-mailbox-api + ${project.version} + test-jar + test + + + + org.apache.james + apache-james-imap-message + ${project.version} + + + + org.apache.james + apache-james-imap-processor + ${project.version} + + + + org.apache.james + apache-james-imap-api + ${project.version} + + + org.apache.james + apache-james-imap-api + ${project.version} + test-jar + test + + + + + + org.apache.james + apache-mime4j + ${version.apache-mime4j} + + + + + javax.mail + mail + ${version.javax.mail} + + + javax.activation + activation + ${version.activation} + + + org.apache.geronimo.specs + geronimo-activation_1.1_spec + 1.0.2 + + + org.apache.geronimo.javamail + geronimo-javamail_1.4_mail + 1.6 + + + + + + org.apache.james + apache-mailet + 2.4 + + + javax.mail + mail + + + + + + + commons-collections + commons-collections + ${version.commons-collections} + + + commons-logging + commons-logging + ${version.commons-logging} + + + logkit + logkit + + + avalon-framework + avalon-framework + + + log4j + log4j + + + javax.servlet + servlet-api + + + + + commons-lang + commons-lang + ${version.commons-lang} + + + + + commons-beanutils + commons-beanutils + 1.7.0 + + + + + + + junit + junit + 4.8.1 + test + + + junit + junit-dep + 4.4 + test + + + org.jmock + jmock + ${version.jmock} + test + + + org.jmock + jmock-junit4 + ${version.jmock} + test + + + com.h2database + h2 + 1.2.134 + test + + + org.apache.derby + derby + 10.2.2.0 + test + + + commons-io + commons-io + 1.4 + + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + pertest + -Xms256m -Xmx512m + false + false + + **/*Test.java + + + + + maven-jxr-plugin + + true + + + + org.codehaus.mojo + rat-maven-plugin + 1.0-alpha-3 + + + NOTICE.* + LICENSE.* + + release.properties + dist/**/* + + **/.* + .*/**/* + + + + + + maven-pmd-plugin + + true + ${target.jdk} + + /rulesets/basic.xml + /rulesets/unusedcode.xml + /rulesets/imports.xml + + xml + true + utf-8 + 100 + + + + maven-site-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + 2.0.1 + + + + geronimo - org.apache.geronimo.javamail - geronimo-javamail_1.4_mail - org.apache.geronimo.specs - geronimo-activation_1.1_spec + org.apache.geronimo.javamail + geronimo-javamail_1.4_mail + org.apache.geronimo.specs + geronimo-activation_1.1_spec + 1.6 + 1.0.2 + javax.activation activation javax.mail mail + UTF-8 + 3.0-SNAPSHOT + 2.0.1 + 1.0.2 + 2.4 + 3.2.1 + 1.1 + 0.6 + 1.4.3 + 1.1.1 + 3.3 + 2.5.1 + 1.5