Tag: -development

  • Enabling snapshot versions of INGENIAS (07 Jan 2013 | Tags: -development, -advice)

    I deliver from time to time snapshot versions of the IDK that pass all of my tests. These versions are uploaded to the sonatype public servers, which are not the same as those of the stable releases. So, you may have a depedency with an INGENIAS product labeled with version X-SNAPSHOT, but if you did not configure properly the repositories, the dependency will not be downloaded. To solve the issue, you have to crate a file in your maven repository folder (usually is $HOME/.m2) with the following content (if you already had one, just merge it). <settings> <profiles> <profile> <id>sonatype</id>...