incremental-module-builder
incremental-module-builder copied to clipboard
Incremental Module Builder
I'm using the latest, 0.2.0. It gets most of the way through the numerous modules and then I get an error. [ERROR] Index: 37, Size: 37 java.lang.IndexOutOfBoundsException: Index: 37, Size:...
Hello, I am missing the option to build the dependencies of changed modules too. In my case, I have a maven module that generates code that is shared across multiple...
``` [ERROR] Index: 19, Size: 17 java.lang.IndexOutOfBoundsException: Index: 19, Size: 17 at java.util.LinkedList.checkElementIndex(LinkedList.java:555) at java.util.LinkedList.set(LinkedList.java:490) at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at com.soebes.maven.extensions.incremental.IncrementalModuleBuilderImpl.build(IncrementalModuleBuilderImpl.java:114) at...
The hierarchy of the project is like below: ``` /- +- Base +- Components - cu-alerts-ejb - cu-accttitle-ejb ``` So you can expect: 1. module names of cu-*-ejb mentioned in...
This is not a issue with your extension code, but its in maven-scm-plugin that has an effect on your extension. I have tested with 1.9.5 and "mvn scm:list" command works...
How can I enable this plugin to work with Jenkins? I have set up the Jenkins as per the instructions but still, the Jenkins build is not using the extensions.xml...
first try to fix the tests. As I dropped java7, I could also raise the parent-pom version and skip the changes in pom.xml line 22-25 - what do you think?