summaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-02 16:40:15 +0200
committerjonmv <venstad@gmail.com>2022-05-02 16:40:15 +0200
commit9ec0f0309c69b2c81b344d80bb8495faa1fcf0ac (patch)
treec1af4e8817b630041f7826fb473c741667735915 /http-client
parent5cc784a7338c8bde6bf1415b63f62cb0bd2e7dd3 (diff)
Specify bundle-plugin for http-client
Diffstat (limited to 'http-client')
-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>