Skip to content

Commit 619ff00

Browse files
authored
Update allowed package and service patterns in README
1 parent 857fc26 commit 619ff00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)