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/06/05 11:59:15 UTC

svn commit: r1132359 - in /james/server/trunk: pom.xml src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/MANIFEST.MF

Author: rdonkin
Date: Sun Jun  5 09:59:14 2011
New Revision: 1132359

URL: http://svn.apache.org/viewvc?rev=1132359&view=rev
Log:
JAMES-1262 Fix OSGI bindings in parent pom so that projects no longer need to override it. Empty MANIFEST.MF is required to make build work for parent pom.

Added:
    james/server/trunk/src/main/resources/
    james/server/trunk/src/main/resources/META-INF/
    james/server/trunk/src/main/resources/META-INF/MANIFEST.MF   (with props)
Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1132359&r1=1132358&r2=1132359&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sun Jun  5 09:59:14 2011
@@ -205,25 +205,20 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
       </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <!-- This configuration is used by all goals -->
         <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>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Added: james/server/trunk/src/main/resources/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/james/server/trunk/src/main/resources/META-INF/MANIFEST.MF?rev=1132359&view=auto
==============================================================================
    (empty)

Propchange: james/server/trunk/src/main/resources/META-INF/MANIFEST.MF
------------------------------------------------------------------------------
    svn:eol-style = native



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