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 rd...@apache.org on 2011/05/23 10:16:25 UTC

svn commit: r1126375 - /james/mailet/base/trunk/pom.xml

Author: rdonkin
Date: Mon May 23 08:16:25 2011
New Revision: 1126375

URL: http://svn.apache.org/viewvc?rev=1126375&view=rev
Log:
Inherit more from parent pom.xml

Modified:
    james/mailet/base/trunk/pom.xml

Modified: james/mailet/base/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/pom.xml?rev=1126375&r1=1126374&r2=1126375&view=diff
==============================================================================
--- james/mailet/base/trunk/pom.xml (original)
+++ james/mailet/base/trunk/pom.xml Mon May 23 08:16:25 2011
@@ -41,8 +41,6 @@
   <properties>
     <target.jdk>1.5</target.jdk>
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <!-- Override the source descriptor -->
-    <sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
   </properties>
 
   <distributionManagement>
@@ -281,23 +279,6 @@
       </plugin>
       -->
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory>
-          <tarLongFileMode>gnu</tarLongFileMode>       
-        </configuration>
-        <executions>
-          <execution>
-            <id>make-assembly</id>
-            <phase>package</phase> <!-- append to the packaging phase. -->
-            <goals>
-              <goal>attached</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
 
       <!-- Site generation -->
       <plugin>



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