Dear all,

Sorry for that probably silly question but I've been trying for more
than an hour to get a hand on abdera 1.1 using maven. I bascially tried
everything but don't manage to get it.

I'm current using:

        <repository>
            <id>apache-snapshots</id>
            <name>Apache Snapshot Repository</name>
            <url>http://repository.apache.org</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>


As a repository and:

        <dependency>
            <groupId>org.apache.abdera</groupId>
            <artifactId>abdera-bundle</artifactId>
            <version>1.1-SNAPSHOT</version>
        </dependency>

for the dependency, according to what I found using Nexus, searching for
Abdera.

Anybody succeeded? Thanks a whole lot!

Dominique


Reply via email to