Author: rdonkin
Date: Sun Jun 5 19:15:46 2011
New Revision: 1132481
URL: http://svn.apache.org/viewvc?rev=1132481&view=rev
Log:
JAMES-1262 Inherit OSGI bindings from parent pom.
Modified:
james/server/trunk/osgi/pom.xml
Modified: james/server/trunk/osgi/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/osgi/pom.xml?rev=1132481&r1=1132480&r2=1132481&view=diff
==============================================================================
--- james/server/trunk/osgi/pom.xml (original)
+++ james/server/trunk/osgi/pom.xml Sun Jun 5 19:15:46 2011
@@ -46,33 +46,7 @@
<url>http://zodiac.springsource.com/maven/bundles/milestone</url>
</repository>
</repositories>
- <build>
- <plugins>
- <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>
- <manifestEntries>
- <Fragment-Host>org.springframework.osgi.extender</Fragment-Host>
- </manifestEntries>
- </archive>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
+ <build/>
<dependencies>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]