Skip to content

Commit

Permalink
Convert on prem bundle into a fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
cziegeler committed Aug 11, 2024
1 parent be4c599 commit b9de8c1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions bundle-onprem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,18 @@
<!-- ====================================================================== -->

<artifactId>acs-aem-commons-bundle-onprem</artifactId>
<name>ACS AEM Commons Bundle - On Prem</name>
<description>Core ACS AEM Commons OSGi Bundle for AEM on prem only</description>
<name>ACS AEM Commons - Bundle Fragment (for On Prem</name>
<description>ACS AEM Commons Core OSGi bundle fragment containing AEM server-side logic requiring On Prem</description>
<build>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<configuration>
<bnd><![CDATA[
Fragment-Host: com.adobe.acs.acs-aem-commons-bundle
]]></bnd>
</configuration>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
Expand Down

0 comments on commit b9de8c1

Please sign in to comment.