Hi everyone,
I followed the instructions provided in the Confluence documentation: [https://confluence.atlassian.com/assetapps/assets-app-development-1168847878.html ] Assets App Development to install Assets in my Maven project.
However, I encountered the following error during the build of my plugin:
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [WARNING] Manifest com.rexel.jira:jira-plugin-orchestra:atlassian-plugin:1.0.0-SNAPSHOT : Export fr.rexel.smartview.jira.orch.bc, has 1, private references [fr .smartview.jira.issue.field], [WARNING] Manifest com.rexel.jira:jira-plugin-orchestra:atlassian-plugin:1.0.0-SNAPSHOT : Export fr.rexel.smartview.jira.orch.bc.bean, has 1, private reference s [fr.smartview.rest.json], [WARNING] Manifest com.rexel.jira:jira-plugin-orchestra:atlassian-plugin:1.0.0-SNAPSHOT : Export fr.rexel.smartview.jira.orch.rest, has 1, private references [ javax.annotation], [WARNING] Manifest com.rexel.jira:jira-plugin-orchestra:atlassian-plugin:1.0.0-SNAPSHOT : Export fr.rexel.smartview.jira.orch.rest.mfe.bean, has 1, private ref erences [fr.smartview.rest.json], [ERROR] Manifest com.rexel.jira:jira-plugin-orchestra:atlassian-plugin:1.0.0-SNAPSHOT : Exception: 19 [ERROR] Manifest com.rexel.jira:jira-plugin-orchestra:atlassian-plugin:1.0.0-SNAPSHOT : Invalid class file module-info.class (java.lang.ArrayIndexOutOfBoundsExce ption: 19) [ERROR] Error(s) found in manifest configuration [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:01 min [INFO] Finished at: 2025-02-11T15:09:49+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.atlassian.maven.plugins:maven-jira-plugin:6.2.2:generate-manifest (default-generate-manifest) on project jira-plugin-orchestra : Unable to execute mojo: Error(s) found in manifest configuration -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Has anyone encountered a similar issue? Any suggestions on how to resolve this?
Thanks in advance for your help!