rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

maven deployment is incorrect #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

your maven deployement is incorrect.
Actually, the bliki-core POM references a parent "bliki" which isn't deployed.

I get the following error :
-----------
[INFO] Failed to resolve artifact.

GroupId: info.bliki.wiki
ArtifactId: bliki
Version: 3.0.11

Reason: Unable to download the artifact from any repository

  info.bliki.wiki:bliki:pom:3.0.11

from the specified remote repositories:
  info-bliki-repository (http://gwtwiki.googlecode.com/svn/maven-repository/
-----------

Could you please deploy the parent ?

Thank you

Original issue reported on code.google.com by fel...@gmail.com on 22 Apr 2009 at 4:05

GoogleCodeExporter commented 8 years ago
note everything is fine in your snapshot repository...

Original comment by fel...@gmail.com on 22 Apr 2009 at 4:30

GoogleCodeExporter commented 8 years ago
From release 3.0.12 the Maven release should be complete in the repository.

Original comment by axelclk@gmail.com on 22 Apr 2009 at 6:13

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 22 Apr 2009 at 6:13

GoogleCodeExporter commented 8 years ago
I think you can close this bug now, since 3.0.12 is out and correct in the 
repository
AFAIK.
Thanks !

Original comment by fel...@gmail.com on 9 Jul 2009 at 8:25

GoogleCodeExporter commented 8 years ago
Sorry, something still isn't right.
In all snapshots of 3.0.12 (including the last one), you built using Java 5. 
But in
the release you built using Java 6.

This makes a huge difference for us because due to company policy we have to 
use Java
5 to run our software for now. And it is a big change that wasn't expected.

Would it be possible to deploy again 3.0.12 using Java 5 ? Maybe in a 3.0.12.1 
release ?

Thank you.

Original comment by fel...@gmail.com on 15 Jul 2009 at 9:00

GoogleCodeExporter commented 8 years ago
Is there any update about this ?

It is really blocking us...

thank you !

Original comment by fel...@gmail.com on 4 Aug 2009 at 10:01

GoogleCodeExporter commented 8 years ago
I created a new snapshot
http://code.google.com/p/gwtwiki/source/browse/#svn/maven-snapshot-
repository/info/bliki/wiki/bliki-core/3.0.13-SNAPSHOT
where everything should be set to 1.5.
Could you please retry the snapshot.
If that works we can create 3.0.13 release.

Original comment by axelclk@gmail.com on 4 Aug 2009 at 7:51

GoogleCodeExporter commented 8 years ago
It should work (haven't tried it yet) but be careful, because for 3.0.12, all
snapshots were set to 1.5 whereas the release was set to 1.6 (in the parent and
bliki-pdf but not in bliki-core).
(BTW, which is strange because our project depends only on bliki-core...)

i'll try this tomorrow.

Original comment by fel...@gmail.com on 5 Aug 2009 at 4:22

GoogleCodeExporter commented 8 years ago
Ok, sorry for the delay, but 3.0.13-SNAPSHOT works perfect for me.

Original comment by fel...@gmail.com on 10 Aug 2009 at 4:59

GoogleCodeExporter commented 8 years ago
I just created a new 3.0.13-SNAPSHOT 

Because I saw encoding problems in Maven I changed the encoding to UTF-8 in the
pom.xml files.

I also added some JUnit tests.

Could you please check again. If you think it's ok, I create a 3.0.13 version 
at the
next weekend.

Original comment by axelclk@gmail.com on 19 Aug 2009 at 4:43

GoogleCodeExporter commented 8 years ago
I won't be able to test until after August, sorry, as I am in vacation. But I'm
confident that everything should be fine if you do the release with a JDK 5.

BTW, I was told there is a maven plugin called animal-sniffer
(https://animal-sniffer.dev.java.net/) which can check problems like these
"UnsupportedClassVersionError.

Original comment by fel...@gmail.com on 19 Aug 2009 at 4:59

GoogleCodeExporter commented 8 years ago
I added version 3.0.13
http://code.google.com/p/gwtwiki/source/browse/#svn/maven-
repository/info/bliki/wiki/bliki-core/3.0.13

Original comment by axelclk@gmail.com on 24 Aug 2009 at 8:11

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 26 Aug 2009 at 4:52