Author: sagara
Date: Wed Oct 7 18:41:24 2009
New Revision: 822834
URL: http://svn.apache.org/viewvc?rev=822834&view=rev
Log:
WODEN-224 add dependencies.
Modified:
webservices/woden/trunk/java/woden-tool/pom.xml
Modified: webservices/woden/trunk/java/woden-tool/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/pom.xml?rev=822834&r1=822833&r2=822834&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tool/pom.xml (original)
+++ webservices/woden/trunk/java/woden-tool/pom.xml Wed Oct 7 18:41:24 2009
@@ -54,6 +54,34 @@
<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>
@@ -89,4 +117,12 @@
</plugin>
</plugins>
</build>
+
+ <dependencies>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>${wsdl4j.version}</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]