My english is not good. I have a customized mixins in tapestry.

Of course, in package mixins, using maven and eclipse. And it work. I want to use it in another maven project.

 <dependency>
        <groupId>com.chit.mymixins</groupId>
        <artifactId>mixins</artifactId>
        <version>1.0</version>
    </dependency

but it does not work. I know this may not be right.

The customized mixins does not in a package named mixins in current project. I do not know the right configuration.

This is my problem. Thanks a lot.

有帮助吗?

解决方案

You need to create a library mapping for your mixins. Read this article for more information.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top