missing jpacontainer-addon maven artifact

Hi,

I’m trying to build the Vaadin JPAContainer Demo from svn, but it fails with the following error:


[ERROR]
BUILD ERROR
[INFO]

[INFO]
Failed to resolve artifact.

Missing:

  1. com.vaadin.addon:jpacontainer-addon:jar:1.0.0

Is the addon jar available on any maven repositories? If so, which one should we use?

thanks a lot, cheers.

It is not in any public Maven repository.

We are considering allowing the add-on author to automatically publish an add-on (whether made with Maven or not) as a maven artifact from the Directory in a separate Vaadin add-on repository. The author should also be able to choose not to publish it that way, or to publish the add-on himself to Maven central or elsewhere.

Some add-ons made by Vaadin Ltd will probably be published to Maven central, and JPAContainer would be a good candidate, but this is not scheduled yet.

Two alternatives for now: either install the JPAContainer JAR yourself to your local repository, or build the whole JPAContainer project instead of just the demo project. To do the latter (which actually also installs the JPAContainer add-on in your local Maven repository), see the README file in the JPAContainer parent project.

Thanks, I used the 2nd method and got it working now.

Just a note: the demo’s pom specifies dependency on jpacontainer-addon 1.0.0, while the actual addon’s version is 1.0.1.

cheers.

Thank you for pointing this out, fixed in SVN (depending on project.version of JPAContainer).