Index: processor/pom.xml =================================================================== --- processor/pom.xml (revision 1076109) +++ processor/pom.xml (working copy) @@ -27,29 +27,10 @@ org.apache.james apache-james-imap-processor Apache James IMAP Mailbox Processor function - - - - geronimo - - - ${javax.activation.groupId} - ${javax.activation.artifactId} - - - - + org.apache.james - apache-james-imap-api - - - org.apache.james - apache-james-mailbox-api - - - org.apache.james apache-james-imap-message @@ -57,19 +38,6 @@ apache-mime4j - ${javax.mail.groupId} - ${javax.mail.artifactId} - - - org.slf4j - slf4j-api - - - junit - junit-dep - test - - org.jmock jmock test Index: message/pom.xml =================================================================== --- message/pom.xml (revision 1076109) +++ message/pom.xml (working copy) @@ -28,19 +28,6 @@ apache-james-imap-message Apache James IMAP Message Library - - - - geronimo - - - ${javax.activation.groupId} - ${javax.activation.artifactId} - - - - - org.apache.james @@ -57,10 +44,6 @@ ${javax.mail.artifactId} - org.slf4j - slf4j-api - - commons-lang commons-lang Index: api/pom.xml =================================================================== --- api/pom.xml (revision 1076109) +++ api/pom.xml (working copy) @@ -45,7 +45,6 @@ junit junit-dep - 4.4 Index: pom.xml =================================================================== --- pom.xml (revision 1076109) +++ pom.xml (working copy) @@ -34,6 +34,10 @@ 2002 pom + + 3.0.2 + + api message @@ -64,8 +68,54 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-pmd-plugin + + + + org.apache.maven.plugins + maven-site-plugin + 3.0-beta-3 + + + org.apache.felix + maven-bundle-plugin + 2.3.4 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.2 + + + + + org.apache.maven.plugins maven-compiler-plugin true @@ -95,6 +145,7 @@ + org.apache.maven.plugins maven-assembly-plugin @@ -123,6 +174,75 @@ + + + + org.apache.maven.plugins + maven-site-plugin + + + + org.apache.maven.plugins + maven-jxr-plugin + + true + + + + org.apache.maven.plugins + maven-surefire-plugin + + pertest + -Xms256m -Xmx512m + false + false + + **/*Test.java + + + + + org.codehaus.mojo + rat-maven-plugin + 1.0-alpha-3 + + + NOTICE.* + LICENSE.* + + release.properties + dist/**/* + + **/.* + .*/**/* + + + + + + org.apache.maven.plugins + maven-pmd-plugin + + true + ${target.jdk} + + /rulesets/basic.xml + /rulesets/unusedcode.xml + /rulesets/imports.xml + + xml + true + utf-8 + 100 + + + + org.codehaus.mojo + findbugs-maven-plugin + + + + @@ -134,7 +254,7 @@ org.apache.james apache-james-mailbox-api - 0.2-M2-SNAPSHOT + ${project.version} org.apache.james @@ -321,72 +441,6 @@ - - - - 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