File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ In general you add this artifact as plugin dependency to the Maven plugin. Then
112112 com.mycompany.services.*
113113
114114 -plugin.namespace: biz.netcentric.osgi.bnd.NamespaceValidatorsPlugin; \
115- allowedExportPackagePattern="com\\.mycompany\\.. *"; \
115+ allowedExportPackagePattern="com\\.mycompany\\.myproject\\..* *"; \
116116 allowedBundleSymbolicNamePatterns="com\\.mycompany\\.bundles\\..*"; \
117- allowedServiceClassPatterns="com\\.mycompany\\..*"; \
118- allowedSlingServletPathsPattern="/apps /myproject/.*"; \
117+ allowedServiceClassPatterns="com\\.mycompany\\.myproject\\. .*"; \
118+ allowedSlingServletPathsPattern="/bin /myproject/.*"; \
119119 allowedSlingServletResourceTypesPatterns="/apps/myproject/.*"; \
120120 allowedSlingServletResourceSuperTypePattern="/apps/myproject/.*";
121121 ]]> </bnd >
@@ -144,4 +144,4 @@ This project is licensed under the Eclipse Public License 2.0 - see the [LICENSE
144144
145145- [ AEM Content Package Namespace Validators] ( https://github.com/Netcentric/aem-content-package-namespace-validators ) - Content package validation
146146- [ Bnd Tools] ( https://bnd.bndtools.org/ ) - OSGi development tools
147- - [ Apache Sling] ( https://sling.apache.org/ ) - Web framework for the JVM
147+ - [ Apache Sling] ( https://sling.apache.org/ ) - Web framework for the JVM
You can’t perform that action at this time.
0 commit comments