Created
March 11, 2014 17:07
-
-
Save jglick/9490301 to your computer and use it in GitHub Desktop.
maven-hpi-plugin unbuildable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Maven Jenkins Plugin | |
[INFO] task-segment: [clean, install] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] [clean:clean {execution: default-clean}] | |
[INFO] Deleting /space/src/jenkinsci/maven-hpi-plugin/target | |
[INFO] [enforcer:enforce {execution: enforce-maven}] | |
[INFO] [enforcer:display-info {execution: display-info}] | |
[INFO] Maven Version: 2.2.1 | |
[INFO] JDK Version: 1.6.0_45 normalized as: 1.6.0-45 | |
[INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 3.11.0-18-generic | |
[INFO] [plugin:helpmojo {execution: help-goal}] | |
[ERROR] | |
Artifact Ids of the format maven-___-plugin are reserved for | |
plugins in the Group Id org.apache.maven.plugins | |
Please change your artifactId to the format ___-maven-plugin | |
In the future this error will break the build. | |
[INFO] Using 'UTF-8' encoding to read mojo metadata. | |
[INFO] Applying mojo extractor for language: java-annotations | |
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors. | |
[INFO] Applying mojo extractor for language: java | |
[INFO] Mojo extractor for language: java found 0 mojo descriptors. | |
[INFO] Applying mojo extractor for language: bsh | |
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors. | |
[INFO] [plugin:descriptor {execution: default-descriptor}] | |
[ERROR] | |
Artifact Ids of the format maven-___-plugin are reserved for | |
plugins in the Group Id org.apache.maven.plugins | |
Please change your artifactId to the format ___-maven-plugin | |
In the future this error will break the build. | |
[INFO] Using 'UTF-8' encoding to read mojo metadata. | |
[INFO] Applying mojo extractor for language: java-annotations | |
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors. | |
[INFO] Applying mojo extractor for language: java | |
[INFO] Mojo extractor for language: java found 0 mojo descriptors. | |
[INFO] Applying mojo extractor for language: bsh | |
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors. | |
[debug] execute contextualize | |
[INFO] [resources:resources {execution: default-resources}] | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 5 resources | |
[INFO] [antrun:run {execution: default}] | |
[INFO] Executing tasks | |
make.transforming.copy: | |
[mkdir] Created dir: /space/src/jenkinsci/maven-hpi-plugin/target/classes/archetype-resources | |
[copy] Copying 1 file to /space/src/jenkinsci/maven-hpi-plugin/target/classes/archetype-resources | |
[copy] Copying 2 files to /space/src/jenkinsci/maven-hpi-plugin/target/classes/archetype-resources | |
[delete] Deleting: /space/src/jenkinsci/maven-hpi-plugin/target/classes/archetype-resources/.package.header | |
[copy] Copying 37 files to /space/src/jenkinsci/maven-hpi-plugin/target/classes/archetype-resources | |
[copy] Copied 19 empty directories to 2 empty directories under /space/src/jenkinsci/maven-hpi-plugin/target/classes/archetype-resources | |
[INFO] Executed tasks | |
[INFO] [compiler:compile {execution: default-compile}] | |
[INFO] Compiling 25 source files to /space/src/jenkinsci/maven-hpi-plugin/target/classes | |
[INFO] [plugin:descriptor {execution: mojo-descriptor}] | |
[ERROR] | |
Artifact Ids of the format maven-___-plugin are reserved for | |
plugins in the Group Id org.apache.maven.plugins | |
Please change your artifactId to the format ___-maven-plugin | |
In the future this error will break the build. | |
[INFO] Using 'UTF-8' encoding to read mojo metadata. | |
[INFO] Applying mojo extractor for language: java-annotations | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] FATAL ERROR | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] 2198 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Trace | |
java.lang.ArrayIndexOutOfBoundsException: 2198 | |
at org.objectweb.asm.ClassReader.<init>(Unknown Source) | |
at org.objectweb.asm.ClassReader.<init>(Unknown Source) | |
at org.objectweb.asm.ClassReader.<init>(Unknown Source) | |
at org.apache.maven.tools.plugin.annotations.scanner.DefaultMojoAnnotationsScanner.scanDirectory(DefaultMojoAnnotationsScanner.java:204) | |
at org.apache.maven.tools.plugin.annotations.scanner.DefaultMojoAnnotationsScanner.scan(DefaultMojoAnnotationsScanner.java:95) | |
at org.apache.maven.tools.plugin.annotations.JavaAnnotationsMojoDescriptorExtractor.scanAnnotations(JavaAnnotationsMojoDescriptorExtractor.java:125) | |
at org.apache.maven.tools.plugin.annotations.JavaAnnotationsMojoDescriptorExtractor.execute(JavaAnnotationsMojoDescriptorExtractor.java:104) | |
at org.apache.maven.tools.plugin.scanner.DefaultMojoScanner.populatePluginDescriptor(DefaultMojoScanner.java:108) | |
at org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:233) | |
at org.apache.maven.plugin.plugin.DescriptorGeneratorMojo.execute(DescriptorGeneratorMojo.java:92) | |
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) | |
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) | |
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) | |
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) | |
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) | |
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) | |
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) | |
at org.codehaus.classworlds.Launcher.main(Launcher.java:375) | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 14 seconds | |
[INFO] Finished at: Tue Mar 11 13:05:39 EDT 2014 | |
[INFO] Final Memory: 62M/565M | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment