Author: rdonkin
Date: Fri Jul  1 08:01:44 2011
New Revision: 1141862

URL: http://svn.apache.org/viewvc?rev=1141862&view=rev
Log:
JAMES-1286 Switch to pom packaging since only output should be assembled 
applications.

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1141862&r1=1141861&r2=1141862&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Fri Jul  1 08:01:44 2011
@@ -26,6 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james</artifactId>
+  <packaging>pom</packaging>
   <name>Apache James Server</name>
   <description>An advanced email server.</description>
   <properties>
@@ -450,26 +451,6 @@ END Tanuki Software License ============
         <version>2.4</version>
       </plugin>
       
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-         <configuration>       
-           <archive>
-            
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
 
-            <manifest>
-              
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-              
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-            </manifest>
-          </archive>
-        </configuration>       
-        <executions>
-          <execution>
-            <goals>
-              <goal>jar</goal>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
       
   </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to