srt / openarchive

Open Archive XEP-0136 Plugin for Openfire
16 stars 10 forks source link

generating the 1.0.6 snapshot #1

Closed sdolgy closed 12 years ago

sdolgy commented 12 years ago

Hi ... I'd like to contribute to this effort, and have created a fork. Running into an issue with Maven and the pom.xml that is with the project ... quite simply, as-is, it just doesn't work. would you be able to drop a hint?

srt commented 12 years ago

Could you post the output you get from maven?

sdolgy commented 12 years ago

Downloading: http://repo1.maven.org/maven2/com/reucon/reucon-public-parent/5/reucon-public-parent-5.pom [ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project com.reucon.openfire.plugins:archive:1.0.6-SNAPSHOT (C:\dev\workspace\openarchive\pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not transfer artifact com.reucon:reucon-public-parent:pom:5 from/to central (http://repo1.maven.org/maven2): Connection refused: no further information to http://repo1.maven.org/maven2/com/reucon/reucon-public-parent/5/reucon-public-parent-5.pom and 'parent.relativePath' points at wrong local POM @ line 3, column 13 -> [Help 2] [ERROR]

sdolgy commented 12 years ago

http://search.maven.org/#search|ga|1|reucon returns 0 results. Would be nice to build this and to have all the dependencies in the one pom ..

srt commented 12 years ago

Yes, I'll remove that dependency. In the meantime you can find the pom here: https://secure.reucon.net/nexus/content/repositories/opensource/com/reucon/reucon-public-parent/

sdolgy commented 12 years ago

Cheers -- My goal is to be able to build out the full plugin from the pom so that I can make changes and push updates back up ... right now i'm having issues with that.

srt commented 12 years ago

I've removed the reference to the parent pom.

sdolgy commented 12 years ago

thanks -- got it working by following these steps and the updated pom.xml https://github.com/sdolgy/openarchive/blob/master/README