jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
743 stars 268 forks source link

Workbench: maven warning #39

Closed PetrToman closed 12 years ago

PetrToman commented 12 years ago

When building Workbench by maven, a warning appears:

Some problems were encountered while building the effective model for org.encog:encog-workbench:jar:3.1.0-SNAPSHOT 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 106, column 15

It is highly recommended to fix these problems because they threaten the stability of your build. For this reason, future Maven versions might no longer support building such malformed projects.


This can be fixed by adding version tag to pom.xml - line 109:

<version>2.3.2</version>

seemasingh commented 12 years ago

Thanks, good point. Just added that.