Hello,

I created connector (rar) project. Building works ok (rar is created).
</project>
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>projectId</groupId>
        <artifactId>search</artifactId>
        <version>1.0-SNAPSHOT</version>
    </parent>
    <artifactId>lucenar</artifactId>
    <packaging>rar</packaging>
    <name>search-lucene-connector</name>
    <url>http://maven.apache.org</url>
    ...
</project>

Problem is when I need dependency in another project to this rar project. It 
looks like classes are not on classpath.
...
        <dependency>
            <groupId>projectId</groupId>
            <artifactId>lucenar</artifactId>
            <type>rar</type>
        </dependency>
...

thanks, miso

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to