Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven build failure while embedding acs-aem-tools v1.0.2 #246

Open
RKcrbgf opened this issue Jun 20, 2024 · 0 comments
Open

Maven build failure while embedding acs-aem-tools v1.0.2 #246

RKcrbgf opened this issue Jun 20, 2024 · 0 comments

Comments

@RKcrbgf
Copy link

RKcrbgf commented Jun 20, 2024

Hello guys ,

I am trying to embed acs-aem-tools v1.0.2 in code base but maven build is failing with the following error -

[ERROR] The analyser found the following errors for author and publish : [ERROR] [api-regions-exportsimports] com.adobe.acs:acs-aem-tools-bundle-livereload:1.0.2: Bundle acs-aem-tools-bundle-livereload:1.0.2 is importing package(s) [io.netty.channel.socket.nio, io.netty.channel.socket, io.netty.channel, io.netty.handler.codec, io.netty.bootstrap, io.netty.channel.group, io.netty.buffer, io.netty.handler.codec.http.websocketx, io.netty.util, io.netty.channel.nio, io.netty.util.concurrent, io.netty.handler.codec.http] in start level 20 but no bundle is exporting these for that start level. (com.lnrnewco:lnr-newco.all:2024.06.12|adobe/consulting:acs-aem-tools-content:1.0.2)

Dependency added --

  • in all package POM -->

         <embedded>
                          <groupId>com.adobe.acs</groupId>
                          <artifactId>acs-aem-tools-content</artifactId>
                          <type>zip</type>
                          <target>/apps/xyz-packages/content/install</target>
                      </embedded> 
    
    
     <dependency>
          <groupId>com.adobe.acs</groupId>
          <artifactId>acs-aem-tools-content</artifactId>
          <version>1.0.2</version>
          <type>zip</type>
      </dependency>
    

I am using Maven v3.9.6 and java version 11.0.21 2023-10-17 LTS
Could you please help me with this?

@RKcrbgf RKcrbgf changed the title Maven build falure Maven build failure while embedding acs-aem-tools v1.0.2 Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant