Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

tapestry-offline maven problem

$
0
0
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?

Viewing all articles
Browse latest Browse all 5648

Trending Articles