Author: sagara
Date: Wed Oct 7 18:36:03 2009
New Revision: 822826
URL: http://svn.apache.org/viewvc?rev=822826&view=rev
Log:
WODEN-224 add dependencies.
Modified:
webservices/woden/trunk/java/woden-qname/pom.xml
Modified: webservices/woden/trunk/java/woden-qname/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-qname/pom.xml?rev=822826&r1=822825&r2=822826&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-qname/pom.xml (original)
+++ webservices/woden/trunk/java/woden-qname/pom.xml Wed Oct 7 18:36:03 2009
@@ -45,15 +45,43 @@
</resource>
</resources>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- <compilerArgument>-g</compilerArgument>
- </configuration>
- </plugin>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ <compilerArgument>-g</compilerArgument>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>
+
${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>${bundle.plugin.version}</version>
+ <configuration>
+ <instructions>
+
<Bundle-Version>${woden.osgi.version}</Bundle-Version>
+ </instructions>
+ </configuration>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<artifactId>maven-one-plugin</artifactId>
<executions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]