Hi,

I was searching for a solution to create templates for mailing. Then I
found tapestry-offline which could be used for this. But when I add it
to my project like following it doesn't find it:

1) dependency:

<dependencies>
    <dependency>
            <groupId>org.lazan</groupId>
            <artifactId>tapestry-offline</artifactId>
            <version>0.0.1</version>
    </dependency>
</dependencies>

2) repository:

<repositories>
    <repository>
    <id>lazan-releases</id>
        <url>https://github.com/uklance/releases/raw/master</url>
    </repository>
</repositories>


It just keeps saying: Missing artifact org.lazan:tapestry-offline:jar:0.0.1
Is there something wrong with the repository, or am I missing something
here?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to