Modified: james/server/trunk/cli/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/cli/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/cli/pom.xml (original) +++ james/server/trunk/cli/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-cli</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Client</name> + <name>Apache James :: Server :: Client</name> <dependencies> <dependency>
Modified: james/server/trunk/container-spring/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/container-spring/pom.xml (original) +++ james/server/trunk/container-spring/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,26 +32,7 @@ <artifactId>james-server-container-spring</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Container Spring</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - !org.apache.james.container.spring.resource.*, - !org.apache.james.container.spring.context.*, - org.apache.james.* - </james.osgi.export> - <!-- exclude spring web support and commons-daemon for now --> - <james.osgi.import> - * - !org.apache.commons.daemon.*, - !org.apache.james.mailbox.copier.*, - !org.springframework.web.*, - </james.osgi.import> - <james.osgi.dynamic> - * - </james.osgi.dynamic> - </properties> + <name>Apache James :: Server :: Container Spring</name> <dependencies> <dependency> Modified: james/server/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/core/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/core/pom.xml (original) +++ james/server/trunk/core/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-core</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Core</name> + <name>Apache James :: Server :: Core</name> <dependencies> <dependency> Modified: james/server/trunk/data/data-api/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-api/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/data/data-api/pom.xml (original) +++ james/server/trunk/data/data-api/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-data-api</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Data API</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Data :: API</name> <dependencies> <!-- only used by JamesUser (for MailAddress) --> Modified: james/server/trunk/data/data-file/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-file/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/data/data-file/pom.xml (original) +++ james/server/trunk/data/data-file/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-data-file</artifactId> <packaging>bundle</packaging> - <name>Apache James Server File Data Persistence</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.*, - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Data :: File Persistence</name> <dependencies> <dependency> @@ -98,14 +88,6 @@ <type>test-jar</type> <scope>test</scope> </dependency> - <!-- - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>james-server-core</artifactId> - <type>test-jar</type> - <scope>test</scope> - </dependency> - --> <dependency> <groupId>org.apache.james</groupId> <artifactId>james-server-filesystem-api</artifactId> @@ -120,19 +102,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/data/data-hbase/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-hbase/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/data/data-hbase/pom.xml (original) +++ james/server/trunk/data/data-hbase/pom.xml Sun Dec 30 01:56:37 2012 @@ -30,7 +30,7 @@ <artifactId>james-server-data-hbase</artifactId> <packaging>bundle</packaging> - <name>Apache James Server HBase Data Persistence</name> + <name>Apache James :: Server :: Data :: HBase Persistence</name> <dependencies> <dependency> <groupId>org.apache.james</groupId> @@ -147,25 +147,6 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <!-- - Inherit configuration from parent pom. - --> - <executions> - <execution> - <goals> - <goal>jar</goal> - <!-- - Allow tests to be used by other modules. - Parent pom build failure prevents inheritance. - --> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>pertest</forkMode> Modified: james/server/trunk/data/data-jcr/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-jcr/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/data/data-jcr/pom.xml (original) +++ james/server/trunk/data/data-jcr/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-data-jcr</artifactId> <packaging>bundle</packaging> - <name>Apache James Server JCR Data Persistence</name> + <name>Apache James :: Server :: Data :: JCR Persistence</name> <dependencies> <dependency> @@ -95,19 +95,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/data/data-jdbc/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-jdbc/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/data/data-jdbc/pom.xml (original) +++ james/server/trunk/data/data-jdbc/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,18 +32,7 @@ <artifactId>james-server-data-jdbc</artifactId> <packaging>bundle</packaging> - <name>Apache James Server JDBC Data Persistence</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.*, - </james.osgi.export> - <james.osgi.import> - *, - org.apache.commons.dbcp.* - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Data :: JDBC Persistence</name> <dependencies> <dependency> @@ -123,19 +112,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/data/data-jpa/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-jpa/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/data/data-jpa/pom.xml (original) +++ james/server/trunk/data/data-jpa/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-data-jpa</artifactId> <packaging>bundle</packaging> - <name>Apache James Server JPA Data Persistence</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.*, - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Data :: JPA Persistence</name> <dependencies> <dependency> @@ -130,18 +120,6 @@ <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>openjpa-maven-plugin</artifactId> <version>1.2</version> Modified: james/server/trunk/data/data-ldap/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-ldap/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/data/data-ldap/pom.xml (original) +++ james/server/trunk/data/data-ldap/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-data-ldap</artifactId> <packaging>bundle</packaging> - <name>Apache James Server LDAP Data Implementation</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.*, - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Data :: LDAP Implementation</name> <dependencies> <dependency> @@ -76,20 +66,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </project> Modified: james/server/trunk/data/data-library/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-library/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/data/data-library/pom.xml (original) +++ james/server/trunk/data/data-library/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,13 +32,7 @@ <artifactId>james-server-data-library</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Data Library</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export>org.apache.james.*,</james.osgi.export> - <james.osgi.import>*</james.osgi.import> - </properties> + <name>Apache James :: Server :: Data :: Library</name> <dependencies> <dependency> Modified: james/server/trunk/dns-service/dnsservice-api/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/dns-service/dnsservice-api/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/dns-service/dnsservice-api/pom.xml (original) +++ james/server/trunk/dns-service/dnsservice-api/pom.xml Sun Dec 30 01:56:37 2012 @@ -31,17 +31,7 @@ <artifactId>james-server-dnsservice-api</artifactId> <packaging>bundle</packaging> - <name>Apache James Server DNS Server API</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: DNS Service :: API</name> <dependencies> <dependency> Modified: james/server/trunk/dns-service/dnsservice-dnsjava/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/dns-service/dnsservice-dnsjava/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/dns-service/dnsservice-dnsjava/pom.xml (original) +++ james/server/trunk/dns-service/dnsservice-dnsjava/pom.xml Sun Dec 30 01:56:37 2012 @@ -31,13 +31,7 @@ <artifactId>james-server-dnsservice-dnsjava</artifactId> <packaging>bundle</packaging> - <name>Apache James Server DNSService Implementation</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export>org.apache.james.dnsservice.*</james.osgi.export> - <james.osgi.import>*</james.osgi.import> - </properties> + <name>Apache James :: Server :: DNS Service :: Implementation</name> <dependencies> <dependency> @@ -72,19 +66,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/dns-service/dnsservice-library/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/dns-service/dnsservice-library/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/dns-service/dnsservice-library/pom.xml (original) +++ james/server/trunk/dns-service/dnsservice-library/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-dnsservice-library</artifactId> <packaging>bundle</packaging> - <name>Apache James Server DNSService Library</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: DNS Service :: Library</name> <dependencies> <dependency> @@ -74,19 +64,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/fetchmail/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/fetchmail/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/fetchmail/pom.xml (original) +++ james/server/trunk/fetchmail/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-fetchmail</artifactId> <packaging>bundle</packaging> - <name>Apache James Server FetchMail</name> + <name>Apache James :: Server :: FetchMail</name> <dependencies> <dependency> Modified: james/server/trunk/filesystem-api/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/filesystem-api/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/filesystem-api/pom.xml (original) +++ james/server/trunk/filesystem-api/pom.xml Sun Dec 30 01:56:37 2012 @@ -20,16 +20,19 @@ <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> + <parent> <artifactId>james-server</artifactId> <groupId>org.apache.james</groupId> <version>3.0-beta5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> + <artifactId>james-server-filesystem-api</artifactId> - <name>Apache James Server Filesystem API</name> <packaging>bundle</packaging> + <name>Apache James :: Server :: Filesystem API</name> + <dependencies> <dependency> <groupId>org.apache.james</groupId> @@ -45,6 +48,22 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + <profiles> <profile> <id>noTest</id> Modified: james/server/trunk/lifecycle-api/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/lifecycle-api/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/lifecycle-api/pom.xml (original) +++ james/server/trunk/lifecycle-api/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-lifecycle-api</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Lifecycle API</name> + <name>Apache James :: Server :: Lifecycle API</name> <dependencies> <dependency> Modified: james/server/trunk/lifecycle-spring/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/lifecycle-spring/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/lifecycle-spring/pom.xml (original) +++ james/server/trunk/lifecycle-spring/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-lifecycle-spring</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Lifecycle Spring</name> + <name>Apache James :: Server :: Lifecycle Spring</name> <dependencies> <dependency> Modified: james/server/trunk/mailbox-adapter/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/mailbox-adapter/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/mailbox-adapter/pom.xml (original) +++ james/server/trunk/mailbox-adapter/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-mailbox-adapter</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Mailbox Adapter</name> + <name>Apache James :: Server :: Mailbox Adapter</name> <dependencies> <dependency> Modified: james/server/trunk/mailetcontainer-api/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/mailetcontainer-api/pom.xml (original) +++ james/server/trunk/mailetcontainer-api/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-mailetcontainer-api</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Mailetcontainer API</name> + <name>Apache James :: Server :: Mailetcontainer API</name> <dependencies> <dependency> @@ -45,4 +45,20 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </project> Modified: james/server/trunk/mailetcontainer-camel/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-camel/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/mailetcontainer-camel/pom.xml (original) +++ james/server/trunk/mailetcontainer-camel/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,18 +32,7 @@ <artifactId>james-server-mailetcontainer-camel</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Mailetcontainer Camel</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.mailetcontainer.impl.*, - org.apache.james.mailetcontainer.lib.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Mailetcontainer Camel</name> <dependencies> <dependency> Modified: james/server/trunk/mailets/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/mailets/pom.xml (original) +++ james/server/trunk/mailets/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-mailets</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Mailets</name> + <name>Apache James :: Server :: Mailets</name> <dependencies> <dependency> Modified: james/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/pom.xml (original) +++ james/server/trunk/pom.xml Sun Dec 30 01:56:37 2012 @@ -35,7 +35,7 @@ <version>3.0-beta5-SNAPSHOT</version> <packaging>pom</packaging> - <name>Apache James Server</name> + <name>Apache James :: Server</name> <description>Apache James Mail Server</description> <url>http://james.apache.org/server/head/</url> <inceptionYear>2002</inceptionYear> Modified: james/server/trunk/protocols/protocols-imap4/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/protocols/protocols-imap4/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/protocols/protocols-imap4/pom.xml (original) +++ james/server/trunk/protocols/protocols-imap4/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-protocols-imap4</artifactId> <packaging>bundle</packaging> - <name>Apache James Server IMAP</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.imapserver.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: IMAP</name> <dependencies> <dependency> @@ -53,16 +43,6 @@ <groupId>org.apache.james</groupId> <artifactId>james-server-filesystem-api</artifactId> </dependency> - <!-- - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-message</artifactId> - </dependency> - --> <dependency> <groupId>org.apache.james.protocols</groupId> @@ -96,19 +76,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/protocols/protocols-library/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/protocols/protocols-library/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/protocols/protocols-library/pom.xml (original) +++ james/server/trunk/protocols/protocols-library/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-protocols-library</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Protocols Library</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Protocols Library</name> <dependencies> <dependency> Modified: james/server/trunk/protocols/protocols-lmtp/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/protocols/protocols-lmtp/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/protocols/protocols-lmtp/pom.xml (original) +++ james/server/trunk/protocols/protocols-lmtp/pom.xml Sun Dec 30 01:56:37 2012 @@ -30,18 +30,9 @@ <groupId>org.apache.james</groupId> <artifactId>james-server-protocols-lmtp</artifactId> + <packaging>bundle</packaging> - <name>Apache James Server LMTP</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.lmtpserver.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: LMTP</name> <dependencies> <dependency> @@ -128,19 +119,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/protocols/protocols-pop3/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/protocols/protocols-pop3/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/protocols/protocols-pop3/pom.xml (original) +++ james/server/trunk/protocols/protocols-pop3/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-protocols-pop3</artifactId> <packaging>bundle</packaging> - <name>Apache James Server POP3</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.pop3server.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: POP3</name> <dependencies> <dependency> @@ -139,19 +129,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/protocols/protocols-smtp/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/protocols/protocols-smtp/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/protocols/protocols-smtp/pom.xml (original) +++ james/server/trunk/protocols/protocols-smtp/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-protocols-smtp</artifactId> <packaging>bundle</packaging> - <name>Apache James Server SMTP</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.smtpserver.* - </james.osgi.export> - <james.osgi.import> - org.apache.james.jspf.*;resolution:=optional,* - </james.osgi.import> - </properties> + <name>Apache James :: Server :: SMTP</name> <dependencies> <dependency> @@ -215,19 +205,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/queue/queue-activemq/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/queue/queue-activemq/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/queue/queue-activemq/pom.xml (original) +++ james/server/trunk/queue/queue-activemq/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,30 +32,9 @@ <artifactId>james-server-queue-activemq</artifactId> <packaging>bundle</packaging> - <name>Apache James Server ActiveMQ Queue</name> + <name>Apache James :: Server :: Mail Queue :: ActiveMQ</name> - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.queue.activemq.* - </james.osgi.export> - <!-- Add the needed imports for ActiveMQ and Spring which are needed to startup the bundle --> - <james.osgi.import> - org.apache.activemq.xbean, - org.apache.activemq.broker, - org.apache.activemq.pool, - org.apache.activemq.broker.region.policy, - org.apache.activemq.broker.jmx, - org.apache.activemq.store.amq, - org.apache.activemq.plugin, - org.apache.activemq.spring, - org.springframework.jms.connection.*, - org.springframework.transaction.support.*, - * - </james.osgi.import> - </properties> - - <dependencies> + <dependencies> <dependency> <groupId>org.apache.james</groupId> <artifactId>james-server-queue-api</artifactId> Modified: james/server/trunk/queue/queue-api/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/queue/queue-api/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/queue/queue-api/pom.xml (original) +++ james/server/trunk/queue/queue-api/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-queue-api</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Queue API</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Mail Queue :: API</name> <dependencies> <dependency> @@ -55,4 +45,20 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </project> \ No newline at end of file Modified: james/server/trunk/queue/queue-file/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/queue/queue-file/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/queue/queue-file/pom.xml (original) +++ james/server/trunk/queue/queue-file/pom.xml Sun Dec 30 01:56:37 2012 @@ -29,18 +29,10 @@ </parent> <artifactId>james-server-queue-file</artifactId> + <packaging>bundle</packaging> - <name>Apache James Server File Mail Queue</name> + <name>Apache James :: Server :: Mail Queue :: File</name> - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.queue.file.* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> <dependencies> <dependency> @@ -64,19 +56,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> Modified: james/server/trunk/queue/queue-jms/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/queue/queue-jms/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/queue/queue-jms/pom.xml (original) +++ james/server/trunk/queue/queue-jms/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,17 +32,7 @@ <artifactId>james-server-queue-jms</artifactId> <packaging>bundle</packaging> - <name>Apache James Server JMS Mail Queue</name> - - <properties> - <!-- OSGI stuff --> - <james.osgi.export> - org.apache.james.queue.jms* - </james.osgi.export> - <james.osgi.import> - * - </james.osgi.import> - </properties> + <name>Apache James :: Server :: Mail Queue :: JMS</name> <dependencies> <dependency> Modified: james/server/trunk/util/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/util/pom.xml?rev=1426884&r1=1426883&r2=1426884&view=diff ============================================================================== --- james/server/trunk/util/pom.xml (original) +++ james/server/trunk/util/pom.xml Sun Dec 30 01:56:37 2012 @@ -32,7 +32,7 @@ <artifactId>james-server-util</artifactId> <packaging>bundle</packaging> - <name>Apache James Server Common Utilities</name> + <name>Apache James :: Server :: Common Utilities</name> <dependencies> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
