xframium / xframium-java

xFramium - Rapid unified test case development
http://www.xframium.org
GNU General Public License v3.0
12 stars 18 forks source link

xframium-serialization maven repository is missing #72

Closed JocelynLiu closed 6 years ago

JocelynLiu commented 7 years ago

Could anyone please have a look if this maven repository is missing or relocated?
This is a blocker to new user, without the package of com.xframium.serialization.*, nothing works.

   <dependency>
      <groupId>com.xframium</groupId>
      <artifactId>xframium-serialization</artifactId>
      <version>2.0.6</version>
    </dependency>
allengeary commented 7 years ago

Do you have the repository added as:

xframium xFramium http://www.xframium.org/repository true always
allengeary commented 7 years ago
<repository>
  <id>xframium</id>
  <name>xFramium</name>
  <url>http://www.xframium.org/repository</url>
  <snapshots>
    <enabled>true</enabled>
    <updatePolicy>always</updatePolicy>
  </snapshots>
</repository>
JocelynLiu commented 7 years ago

yes, pom.xml has xFramium repository. Eventually I found the issue and resolved it. The problem is maven downloaded a broken xframium-serization-XXX.jar. It looks like the jar is there, but it cannot be read properly.

I am curious if we search this jar by google it, why we cannot get anything as searched results? This made me question if the jar is not in public central maven repository any more.

JocelynLiu commented 7 years ago

This issue could be closed as invalid.
It would be great if anyone could have a check regarding maven central repository. If any user has similar error, they might do the same thing as me--- first google it to see if pom.xml is correct, if they cannot find anything by google, they might start doubting if the repository is still there or not. The next action they might do is either giving up xFramium, or report invalid defect. LOL