Hi
Want to create osgi module similar to apps module in my project structure. Could any one help me out on this to get this done through maven archtype command. Currently the archtype command is creating apps, content, core.
Regards
Bishnu
Solved! Go to Solution.
Views
Replies
Total Likes
if you want to create a new OSGI bundle, just copy the existing "apps" folder including it's content to a new folder (say "apps1"),
then
<modules>
<module>apps</module>
<module>apps1</module>
</module>content</module>
</modules>
Jörg
Views
Replies
Total Likes
Hi,
Please go through with below to see how to create osgi config and how to manage from repository for different run modes
http://aempodcast.com/2016/apache-sling/demonstrate-slingosgiconfig-runmodes/#.W5t9G2aB1AY
Example : In your project you can see logger config is setup from repostory
/apps/YourProj/config/org.apache.sling.commons.log.LogManager.factory.config-YourProj
Views
Replies
Total Likes
if you want to create a new OSGI bundle, just copy the existing "apps" folder including it's content to a new folder (say "apps1"),
then
<modules>
<module>apps</module>
<module>apps1</module>
</module>content</module>
</modules>
Jörg
Views
Replies
Total Likes