小编Est*_*tta的帖子

Maven 错误:无法执行目标 org.codehaus.mojo:exec-maven-plugin:1.2.1:exec

我正在使用网豆。我尝试重新安装它,但没有用。以下是我运行 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 com.mycompany.redneuronal.redNeuronal.main(redNeuronal.java:25)
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 1.157s
Finished at: Sun Mar 04 17:00:22 ART 2018
Final Memory: 5M/123M
------------------------------------------------------------------------
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project perceptron: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project perceptron: Command execution failed.
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217) …
Run Code Online (Sandbox Code Playgroud)

java netbeans maven

1
推荐指数
1
解决办法
7123
查看次数

标签 统计

java ×1

maven ×1

netbeans ×1