aboutsummaryrefslogtreecommitdiffstats
path: root/configgen/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-21 11:30:59 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 10:39:22 +0200
commit77b22f35b96782bd3930d3c5671d3ca49b32d918 (patch)
tree70d7d16fd8e60dce7b4a4268ef400cda8103fc53 /configgen/pom.xml
parenta686e44549ccb59682511d1a2ad91ff86cc3443f (diff)
Configgen is not a bundle
Diffstat (limited to 'configgen/pom.xml')
-rw-r--r--configgen/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index c328ea53635..8f6f65a7f49 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -59,7 +59,9 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
- <manifestFile>src/main/manifest.mf</manifestFile>
+ <manifest>
+ <mainClass>com.yahoo.config.codegen.MakeConfig</mainClass>
+ </manifest>
</archive>
</configuration>
</plugin>