summaryrefslogtreecommitdiffstats
path: root/configgen/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-11-30 23:04:00 +0100
committerGitHub <noreply@github.com>2020-11-30 23:04:00 +0100
commitb4c5473f3359276098f91cd423214aebe2fff97b (patch)
treed7dcb1c7c6c2e7bb4cfd4c5d4727c8abe7565a13 /configgen/pom.xml
parent3e5cf1de4c336c2e8d4f3a380dc242f402cb6dea (diff)
Revert "Bratseth/apply on restart take 8"
Diffstat (limited to 'configgen/pom.xml')
-rw-r--r--configgen/pom.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index a335e345234..7d316061a99 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -52,38 +52,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
</plugin>
- <plugin>
- <!-- Add headers making this an OSGi bundle (cannot use bundle plugin as this is needed at bootstrap).
- This is needed because the model of config definitions is part of codegen but needed by modules
- doing generic access over config.
- -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <configuration>
- <finalName>${project.artifactId}</finalName>
- <transformers>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <manifestEntries>
- <Export-Package>com.yahoo.config.codegen</Export-Package>
- <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
- <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
- <Bundle-Version>7.0.0</Bundle-Version>
- <Bundle-Name>${project.artifactId}</Bundle-Name>
- <Bundle-Vendor>Yahoo!</Bundle-Vendor>
- <Bundle-ClassPath>.</Bundle-ClassPath>
- </manifestEntries>
- </transformer>
- </transformers>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>