Maven error: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
问题 I'm using netbeans. I tried to reinstall it but it did not work. Following is the stack trace when I run mvn clean install -X: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 at org.neuroph.util.NeurophArrayList.get(NeurophArrayList.java:376) at org.neuroph.core.Layer.getNeuronAt(Layer.java:230) at org.neuroph.util.ConnectionFactory.forwardConnect(ConnectionFactory.java:231) at neuralNetwork.util.NeuralNetworkBuilder.customStandardNNet(NeuralNetworkBuilder.java:34) at