summaryrefslogtreecommitdiffstats
path: root/http-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'http-client/pom.xml')
-rw-r--r--http-client/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/http-client/pom.xml b/http-client/pom.xml
index 69172400ce8..75e9bdc27cb 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -66,5 +66,20 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
</project>