You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2011/12/20 20:36:40 UTC

svn commit: r1221458 - /james/protocols/trunk/smtp/pom.xml

Author: norman
Date: Tue Dec 20 19:36:39 2011
New Revision: 1221458

URL: http://svn.apache.org/viewvc?rev=1221458&view=rev
Log:
Fix share plugin config

Modified:
    james/protocols/trunk/smtp/pom.xml

Modified: james/protocols/trunk/smtp/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1221458&r1=1221457&r2=1221458&view=diff
==============================================================================
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Tue Dec 20 19:36:39 2011
@@ -93,10 +93,11 @@
                     <instructions>
                         <Export-Package>org.apache.james.protocols.smtp.*</Export-Package>
                         <Embed-Dependency>*;scope=runtime</Embed-Dependency>
+                        <!-- exclude commons codec as we pull it in via shade plugin -->
+                        <Import-Package>!org.apache.commons.codec.*,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>
-            <!-- 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
@@ -119,7 +120,7 @@
                                             <exclude>org/apache/commons/codec/*</exclude>
                                         </excludes>
                                         <includes>
-                                            <include>org/apache/commons/codec/binary/Base64*</include>
+                                            <include>org/apache/commons/codec/binary/*</include>
                                         </includes>
                                     </filter>
                                 </filters>
@@ -136,7 +137,6 @@
                     </execution>
                 </executions>
             </plugin>
-            -->
         </plugins>
     </build>
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org