Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workbench: maven warning #39

Closed
PetrToman opened this issue Feb 1, 2012 · 1 comment
Closed

Workbench: maven warning #39

PetrToman opened this issue Feb 1, 2012 · 1 comment
Milestone

Comments

@PetrToman
Copy link

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>

@ghost ghost assigned seemasingh Feb 1, 2012
@seemasingh
Copy link
Contributor

Thanks, good point. Just added that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants