[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.m2e] Re: Why is JPoller not avaliable in the repository?

"mlt" <ddd@xxxxxxx> wrote in message news:gu4gsd$4g8$1@xxxxxxxxxxxxxxxxxxxx
I would like to use JPoller in a maven project, but I cannot find it in any repo. Are there any alternatives to JPoller in the maven repo or will it be added in the future?

Generally projects that want to be in the maven repo request an upload via http://jira.codehaus.org/browse/MAVENUPLOAD


I don't know anything about JPoller, but if you do want to use it, I'd suggest creating your own local/in-house repository (i.e. a directory) and deploy the JPoller jar yourself using the deploy:deploy-file goal (http://maven.apache.org/plugins/maven-deploy-plugin/usage.html).

I use a private repository for many artifacts that are either not in the public repository, or have messed up metadata.

Hope that helps,
Will