SNAPSHOTs are available in the repository at repository.apache.org in the
"Snapshot" section.
Include this in your pom to access it, in the <repositories> section
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
-Marshall
On 2/1/2012 11:57 AM, Guillaume Vauvert wrote:
> Hi,
>
> The parent-pom with version 4-SNAPSHOT is not available on standard maven
> repositories (for instance
> http://mvnrepository.com/artifact/org.apache.uima/parent-pom).
>
> Have you chosen to not release this version, and why ?
>
> Or is it the fault of other maven repositories ?
>
> Or should I add a UIMA maven repository ?
>
> Best,
> --
> Guillaume Vauvert
>
|