summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configgen/pom.xml5
-rw-r--r--configgen/src/main/manifest.mf9
2 files changed, 14 insertions, 0 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index 3e8172f5ed6..c328ea53635 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -57,6 +57,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>src/main/manifest.mf</manifestFile>
+ </archive>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/configgen/src/main/manifest.mf b/configgen/src/main/manifest.mf
new file mode 100644
index 00000000000..a998997f7c2
--- /dev/null
+++ b/configgen/src/main/manifest.mf
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Export-Package: com.yahoo.config.codegen
+Bundle-Vendor: Yahoo!
+Bundle-ClassPath: .,dependencies/annotation-6-SNAPSHOT.jar,dependenc
+ ies/scala-library-2.9.1.jar
+Bundle-ManifestVersion: 2
+Bundle-Name: vespa config generator
+Bundle-SymbolicName: configgen
+Main-Class: com.yahoo.config.codegen.MakeConfig